skills/teams-management/SKILL.md
Create and manage teams in XActions — invite members, assign roles, and collaborate on automation tasks. Use when users want to set up multi-user access or team-based account management.
npx skillsauth add nirholas/xactions teams-managementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
API-powered team management for collaborative XActions usage.
| Goal | Route | Method |
|------|-------|--------|
| Create a team | POST /api/teams | REST API |
| List teams | GET /api/teams | REST API |
| Get team details | GET /api/teams/:id | REST API |
| Invite a team member | POST /api/teams/:id/invite | REST API |
| Update member role | PATCH /api/teams/:id/members/:userId | REST API |
| Remove a member | DELETE /api/teams/:id/members/:userId | REST API |
| Delete a team | DELETE /api/teams/:id | REST API |
POST /api/teams
Authorization: Bearer <token>
Content-Type: application/json
{
"name": "My Marketing Team",
"description": "Handles brand account automation"
}
POST /api/teams/:id/invite
Authorization: Bearer <token>
Content-Type: application/json
{
"email": "[email protected]",
"role": "editor"
}
| Role | Permissions |
|------|-------------|
| owner | Full access, can delete team, manage billing |
| admin | Manage members, create automations |
| editor | Create and run automations, view reports |
| viewer | View reports and analytics only |
tools
Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.
tools
Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.
development
Enable and integrate x402 crypto payment protocol for XActions API access. Supports multi-chain, multi-token payments for pay-per-use API calls. Use when users want to pay for XActions operations with crypto or integrate x402 into their own agent/app.
tools
Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.