$npx skillfedfor your agent

teams-management

Teams Management provides REST API endpoints for setting up collaborative workspaces within XActions. Create teams, invite members with specific roles (owner, admin, editor, viewer), and manage permissions across your automation projects. Teams share operation quotas and enforce role-based access at the API level.

Teams Management creates and manages teams in XActions, enabling multi-user collaboration on automation tasks.

AI-generated summary based on this skill's SKILL.md

★ 416  85 Apache-2.0updated by nirholas

Decision gist · record as of 2026-07-27

Teams Management creates and manages teams in XActions, enabling multi-user collaboration on automation tasks. Teams Management provides REST API endpoints for setting up collaborative workspaces within XActions. Create teams, invite members with specific roles (owner, admin, editor, viewer), and manage permissions across your automation projects. Teams share operation quotas and enforce role-based access at the API level.

manual: git clone https://github.com/nirholas/XActions → cp -r XActions/skills/teams-management ~/.claude/skills/teams-management
skills/teams-management/SKILL.md · version 87240c6e

Use it when

  • Teams Management supports inviting members to your XActions team via API endpoints.
  • Teams Management provides four role levels for team members: owner, admin, editor, and viewer.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

nirholas/XActions/teams-management · repository language: HTML

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create a team in XActions?

Teams Management allows you to create teams through REST API endpoints for collaborative automation work. Use the team creation endpoint to establish a new workspace where multiple users can collaborate on XActions projects. Once created, your team can share operation quotas and enforce role-based access controls across all automation tasks.

How do I invite someone to my team?

Teams Management supports inviting members to your XActions team via API endpoints. When inviting, assign specific roles—owner, admin, editor, or viewer—to control what each member can do. Role-based permissions are enforced at the API level, ensuring team members only access features appropriate to their role.

What roles can I assign to team members?

Teams Management provides four role levels for team members: owner, admin, editor, and viewer. Each role carries different permission levels for managing automation projects and team settings. Assign roles during member invitation or update them later to control team member permissions and manage access to collaborative automation tasks.

How do I manage permissions for team members?

Teams Management enforces role-based access at the API level, allowing you to control team member permissions through role assignment. Configure access levels by assigning appropriate roles (owner, admin, editor, viewer) to each team member. You can also remove users from your XActions team and manage team quotas to delegate automation work effectively.

Can I set up multi-user access in XActions?

Yes, Teams Management enables multi-user account access and team structure setup through its REST API. Create shared team workspaces where collaborators work together on automation projects. Teams share operation quotas, and role-based permissions ensure each user has appropriate access levels for their responsibilities.

How does Teams Management handle team quotas?

Teams Management allows you to manage team quotas and billing at the team level. All team members share operation quotas for their collaborative automation work. Control quota allocation and monitor usage across your team to ensure efficient resource distribution for XActions automation projects.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Teams Management

API-powered team management for collaborative XActions usage.

Entry Points

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

API Usage

Create a team
POST /api/teams
Authorization: Bearer <token>
Content-Type: application/json

{
  "name": "My Marketing Team",
  "description": "Handles brand account automation"
}
Invite a member

```bash POST /api/teams/:id/invite Authorization: Bearer <token> Content-Type:

(truncated - see the full file via the links below)

File tree — 1 file
skills/teams-management/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Create and manage teams for collaborative automation work”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

billing-management
by nirholas · nirholas/XActions

billing-management handles subscription lifecycle and plan changes for XActions using Stripe. Switch between tiers, view available plans, access your billing portal, or cancel at any time. Payment details stay secure with Stripe.

Apache-2.0updated Jul 2026
★ 416repo stars
agent-teams-playbook
by KimYx0207 · KimYx0207/Kim_Service

Agent Teams Playbook provides a structured 6-stage workflow for coordinating multiple agents across different runtime platforms. It handles task planning, capability discovery, team assembly, parallel execution, and result aggregation—with built-in quality gates and cross-platform adaptation for Claude Code, Codex, OpenClaw, and Cursor.

MITdocs in Chineseupdated Jul 2026
★ 156repo stars
add-telegram-swarm
by b1rdmania · b1rdmania/ghostclaw

This skill extends Telegram integration to support agent teams, giving each subagent its own bot identity in group conversations. Pool bots are dynamically assigned and renamed to match agent roles, letting users see exactly which team member is responding. Requires prior Telegram configuration via /add-telegram.

MITfor claude-codeupdated May 2026
★ 90repo stars
microsoft-todo
by malue-ai · malue-ai/dazee-small

This skill enables task management in Microsoft To Do on Windows through PowerShell and Microsoft Graph API integration. Create new tasks, mark items complete, organize lists, and set reminders or deadlines. Supports both URI-based quick actions and programmatic API calls for flexible automation.

MITdocs in Chineseupdated Mar 2026
★ 35repo stars
add-telegram-swarm
by sbusso · sbusso/claudeclaw

Add Telegram Swarm extends your Telegram setup to support agent teams, where each subagent gets its own bot identity in the group. Messages from different agents appear from different bots, making it clear who's speaking. Requires prior Telegram configuration via the base skill.

MITupdated Jul 2026
★ 184repo stars
Microsoft Teams
by AceDataCloud · AceDataCloud/Skills

This skill connects your agent to Microsoft Teams chats (1:1 and group conversations) through Microsoft Graph v1.0, letting you list chats, retrieve recent messages, and send replies. Uses delegated OAuth scopes that don't require tenant admin approval. Note: channel messages are not supported—they need elevated admin-gated permissions.

no license declared → metadata onlyupdated Jul 2026
★ 13repo stars
Tags
team-collaborationmulti-user-accessrole-based-permissionsmember-managementworkspace-sharingaccess-controlteam-onboardingpermission-hierarchy