From xactions
Create and manage XActions teams: invite members via email, assign roles (owner, admin, editor, viewer), update/remove members, and enable collaborative automation. For multi-user access setups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xactions:teams-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
API-powered team management for collaborative XActions usage.
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 |
npx claudepluginhub nirholas/xactionsCreates and manages dynamic teams of domain-specific agents. Analyzes project to propose 5-20 agents with tracking framework. Modes: create, update, status, cleanup.
Manages Instantly.ai workspace access control: invites/removes/updates team members, creates scoped API keys, and handles enterprise RBAC for multi-user setups.
Creates a multi-agent team composition file with purpose definition, member selection, coordination patterns, and registry integration. Use when formalizing recurring collaborative workflows.