CtrlK
BlogDocsLog inGet started
Tessl Logo

AgentTeams

github.com/agentscope-ai/AgentTeams

SkillAddedReview
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.

69

agentteams-migrate

migrate/skill/SKILL.md

Analyze current OpenClaw setup and generate a migration package (ZIP) for importing into AgentTeams as a managed Worker

62

agentteams-test

tests/skills/agentteams-test/SKILL.md

Complete AgentTeams test cycle including installation, uninstallation, running tests, and exporting debug logs for analysis. Use for (1) verifying AgentTeams functionality (2) CI/CD test validation (3) issue diagnosis and debugging (4) pre-merge testing. Trigger words: test AgentTeams, run AgentTeams tests, agentteams test, make test, verify AgentTeams installation.

67

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.

68

coding-cli

manager/agent/skills-alpha/worker-skills/coding-cli/SKILL.md

将编码工作委托给 Manager 持有的 AI CLI 工具(Claude Code / Gemini CLI / qodercli)执行

53

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

communication

manager/agent/copaw-worker-agent/skills/communication/SKILL.md

Use before sending @mentions, deciding whether to reply, TASK_COMPLETED, BLOCKED, QUESTION, direct answers, loop prevention, or suppressing low-information acknowledgements.

67

communication

manager/agent/team-leader-agent/skills/communication/SKILL.md

Use before sending or suppressing any Leader message to Workers, Manager, or Team Admin. Always use this skill for cross-room Matrix messages, @mention decisions, task assignment notifications, structured status reports, completion reports, blocker/revision messages, questions, requester updates, or when deciding whether a same-room reply is enough.

69

file-sharing

manager/agent/copaw-worker-agent/skills/file-sharing/SKILL.md

Use before direct filesync calls, reading non-task shared files, pushing mid-task progress, or troubleshooting missing shared files. Do not use for normal task acceptance or submission; taskflow ack_task and submit_task handle lifecycle sync internally.

70

file-sharing

manager/agent/team-leader-agent/skills/file-sharing/SKILL.md

Use before filesync calls for project directories, global-shared inputs, non-task shared files, listing shared paths, or troubleshooting missing files. Do not use for task-level sync; taskflow delegate_task and check_task handle task directory sync internally.

74

file-sync

manager/agent/hermes-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).

66

file-sync

manager/agent/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).

64

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).

66

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.

68

find-skills

manager/agent/copaw-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.

62

find-skills

manager/agent/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

find-skills

plugins/teamharness/skills/agent/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.

62

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

find-skills

manager/agent/hermes-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

git-delegation

manager/agent/worker-skills/git-delegation/SKILL.md

将所有 git 操作委托给 Manager 执行。Worker 无法直接访问 git credentials,因此任何需要认证的 git 操作(clone、push、fetch 等)都需要通过此机制委托给 Manager。

60