github.com/agentscope-ai/AgentTeams
| Skill | Added | Review |
|---|---|---|
worker-management manager/agent/skills/worker-management/SKILL.md Use when admin requests hand-creating or resetting a Worker, starting/stopping a Worker, managing Worker skills, enabling peer mentions, or opening a QwenPaw console. Use agentteams-find-worker only as a helper for Nacos-backed market import or when task assignment needs you to discover a suitable Worker. | 75 75 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 785c2db | |
team-management manager/agent/skills/team-management/SKILL.md Use when admin requests creating a team, importing a team, managing team composition, adding/removing workers from a team, or delegating tasks to a Team Leader. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
task-management manager/agent/skills/task-management/SKILL.md Use when admin gives a task to delegate to a Worker, when a Worker reports task completion, when managing recurring scheduled tasks, or when you need to check worker availability. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
task-coordination manager/agent/skills/task-coordination/SKILL.md Coordinate access to shared task directories using .processing marker files. Use before accessing a Worker's workspace to prevent conflicts when both Manager and Worker might modify files simultaneously. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
service-publishing manager/agent/skills/service-publishing/SKILL.md Expose worker HTTP services via Higress gateway. Use when admin asks to publish a worker's web app or API to make it externally accessible. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
project-management manager/agent/skills/project-management/SKILL.md Use when admin asks to start a multi-worker project, when a Worker @mentions you with task completion in a project room, when project plan changes are needed, or when a blocked task needs resolution. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
model-switch manager/agent/skills/model-switch/SKILL.md Switch the Manager Agent's own LLM model. Use when the human admin requests changing the Manager's model. | 72 72 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 785c2db | |
mcporter manager/agent/skills/mcporter/SKILL.md Call MCP Server tools directly via the mcporter CLI. Use when you need to interact with external APIs (GitHub, weather, etc.) without delegating to a Worker — useful for quick lookups or when you need a result to make a decision. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
mcp-server-management manager/agent/skills/mcp-server-management/SKILL.md Use when admin asks to configure an MCP tool server (e.g., GitHub, weather API), rotate credentials, grant/revoke worker access to MCP tools, or add a custom API integration via YAML. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
matrix-server-management manager/agent/skills/matrix-server-management/SKILL.md Use for standalone Matrix admin requests (register users, create rooms, manage membership, upload files). Also use when you need to send a file to the admin via Matrix media upload. Do NOT use for Worker/project creation — those handle Matrix operations internally. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
human-management manager/agent/skills/human-management/SKILL.md Use when admin requests adding a human user to the system, changing human permissions, removing human access, or managing human accounts. | 70 70 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 785c2db | |
git-delegation-management manager/agent/skills/git-delegation-management/SKILL.md Execute git operations on behalf of Workers who don't have git credentials. Use when a Worker sends a git-request: message to clone, push, pull, commit, rebase, or perform any git operation. | 68 68 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 785c2db | |
file-sync-management manager/agent/skills/file-sync-management/SKILL.md Use when you need to push files to MinIO for Workers to access, pull Worker output from MinIO, or when a Worker reports they've uploaded files. Also use when notifying Workers to file-sync after writing files they need. | 63 63 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 785c2db | |
channel-management manager/agent/skills/channel-management/SKILL.md Use when determining sender identity in any room, managing trusted contacts, configuring the admin's primary notification channel, handling first-contact from a new channel, or escalating to admin across channels. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
agentteams-find-worker manager/agent/skills/agentteams-find-worker/SKILL.md Use as a helper when the admin is assigning work but has not specified an existing Worker, so you need to search Nacos for a suitable Worker and ask whether to import it; also use when the admin explicitly says to import a Worker from the market or gives a direct nacos package URI. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 785c2db | |
coding-cli manager/agent/skills-alpha/worker-skills/coding-cli/SKILL.md 将编码工作委托给 Manager 持有的 AI CLI 工具(Claude Code / Gemini CLI / qodercli)执行 | 60 60 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 785c2db | |
higress-gateway-management manager/agent/skills-alpha/higress-gateway-management/SKILL.md Manage the Higress AI Gateway via its Console API (consumers, routes, AI providers, MCP servers). Use when creating consumers, configuring routes, or managing AI gateway settings. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
coding-cli-management manager/agent/skills-alpha/coding-cli-management/SKILL.md Execute AI coding CLI tools (Claude Code / Gemini CLI / qodercli) on behalf of Workers. Use when a Worker sends a coding-request: message, asking Manager to run coding operations in their workspace. | 68 68 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 785c2db | |
task-progress manager/agent/openhuman-worker-agent/skills/task-progress/SKILL.md Use when executing a task (progress logging, plan updates), when resuming a task after session reset, or when managing task history. Covers progress log format, task-history.json, and resume flow. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
project-participation manager/agent/openhuman-worker-agent/skills/project-participation/SKILL.md Use when you are invited to a Project Room or assigned a task within a multi-worker project. Covers project plan reading, task coordination with other Workers, and git author config. | 80 80 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 785c2db | |
mcporter manager/agent/openhuman-worker-agent/skills/mcporter/SKILL.md Discover and call MCP Server tools via the mcporter CLI. Use when your coordinator notifies you about new MCP tools, or when you need to call external APIs. Includes workflow for generating skill documentation for new MCP servers. | 75 75 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 785c2db | |
find-skills manager/agent/openhuman-worker-agent/skills/find-skills/SKILL.md Discover and install agent skills from the open ecosystem. Use when you encounter an unfamiliar domain, framework, or workflow that you lack specialized knowledge about, or when your coordinator suggests searching for skills before starting a task. | 60 60 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 785c2db | |
file-sync manager/agent/openhuman-worker-agent/skills/file-sync/SKILL.md Sync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts). | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 785c2db | |
task-progress manager/agent/hermes-worker-agent/skills/task-progress/SKILL.md Use when executing a task (progress logging, plan updates), when resuming a task after session reset, or when managing task history. Covers progress log format, task-history.json, and resume flow. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db | |
project-participation manager/agent/hermes-worker-agent/skills/project-participation/SKILL.md Use when you are invited to a Project Room or assigned a task within a multi-worker project. Covers project plan reading, task coordination with other Workers, and git author config. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 785c2db |