agentscope-ai
- 39 skills
- 0 followers
- 1 week ago last updated
- ▌ Teamharness Communication · agentscope-ai-hiclawUse for TeamHarness message delivery details after a flow has decided a message must be sent: current-session reply, NO_REPLY, cross-room/cross-channel message tool payloads, PROJECT_REQUESTED task-room handoff, and requester replyRoute reports. Do not use to choose work mode, create rooms, delegate, check, or accept tasks.
- ▌ Git Delegation Management · agentscope-ai-hiclawExecute 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.
- ▌ Teamharness Task Execution · agentscope-ai-hiclawUse when a Worker receives TASK_ASSIGNED, acknowledges the task, works inside shared/tasks/{task-id}/, submits with taskflow submit_task, publishes deliverables through submit_task, and reports TASK_COMPLETED or blockers in the Task room.
- ▌ Task Progress · agentscope-ai-hiclawUse 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.
- ▌ Teamharness Task Delegation · agentscope-ai-hiclawUse when a Leader turns ready Quick Task or Project Work state into Worker task instructions, sends assignment messages, checks submitted results, and defines completion/blocker report contracts. Do not use to create projects, create rooms, or execute Worker tasks.
- ▌ Coding CLI Management · agentscope-ai-hiclaw bundleExecute 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.
- ▌ Teamharness Team Coordination · agentscope-ai-hiclawUse when a Leader must choose Project Work boundaries, owners, dependency shape, DAG vs Loop, acceptance criteria, or follow-up strategy. Do not use for Quick Task execution after the mode is already selected.
- ▌ File Sync · agentscope-ai-hiclaw bundleSync files with centralized storage. Use when your coordinator or another Worker notifies you of file updates (config changes, task files, shared data, collaboration artifacts).
- ▌ Teamharness Project Management · agentscope-ai-hiclawUse when a Leader maintains durable TeamHarness project state for Quick Task or Project Work: create_quick_project, create_project, plan_dag, plan_loop, ready_nodes, resolve_project, accept_task_result, project completion, and requester report state. Do not use to create Matrix task rooms or send messages.
- ▌ Coding CLI · agentscope-ai-hiclaw将编码工作委托给 Manager 持有的 AI CLI 工具(Claude Code / Gemini CLI / qodercli)执行
- ▌ File Sharing · agentscope-ai-hiclawUse 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.
- ▌ Organization · agentscope-ai-hiclawUse before any Leader action that depends on current team topology, worker list, worker phase, runtime, room ID, Matrix ID, Team Admin, human identity, or lifecycle state. Always use this skill when assigning tasks, sending cross-room messages, recovering projects, handling heartbeat, waking/sleeping workers, or when any worker/room/identity value might be stale.
- ▌ Communication · agentscope-ai-hiclawUse 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.
- ▌ Higress Gateway Management · agentscope-ai-hiclaw bundleManage 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.
- ▌ Project Participation · agentscope-ai-hiclawUse 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.
- ▌ Team Coordination · agentscope-ai-hiclawUse before deciding how you should organize team work: DAG vs Loop, dependency shape, task waves, quality gates, acceptance criteria, interruption, replanning, or what to do after Worker results arrive. Always use this skill for team organization strategy before you call project-management or task-management.
- ▌ Workerflow Internal Workflow · agentscope-ai-hiclawUse when a QwenPaw-backed Worker needs to decide whether to do work directly, use native subagents for internal parallelism, or create a temporary QwenPaw agent with a custom AGENTS.md and skills.
- ▌ Human Management · agentscope-ai-hiclaw bundleUse when admin requests adding a human user to the system, changing human permissions, removing human access, or managing human accounts.
- ▌ Task Coordination · agentscope-ai-hiclaw bundleCoordinate 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.
- ▌ Worker Management · agentscope-ai-hiclaw bundleUse 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.
- ▌ Channel Management · agentscope-ai-hiclaw bundleUse 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.
- ▌ Project Management · agentscope-ai-hiclaw bundleUse 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.
- ▌ Service Publishing · agentscope-ai-hiclawExpose worker HTTP services via Higress gateway. Use when admin asks to publish a worker's web app or API to make it externally accessible.
- ▌ Worker Model Switch · agentscope-ai-hiclawSwitch a Worker Agent's LLM model via agt CLI. Use when the human admin requests changing a Worker's model.
- ▌ Teamharness Roomflow · agentscope-ai-hiclawUse for TeamHarness room classification and Matrix task-room setup: roomflow describe_room, roomflow create_task_room, source/requester room vs task room detection, project-scoped task-room reuse, and invite handling. Do not use for projectflow, taskflow, or message delivery.
- ▌ MCP Server Management · agentscope-ai-hiclaw bundleUse 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.
- ▌ Git Delegation · agentscope-ai-hiclaw将所有 git 操作委托给 Manager 执行。Worker 无法直接访问 git credentials,因此任何需要认证的 git 操作(clone、push、fetch 等)都需要通过此机制委托给 Manager。
- ▌ Agentteams Find Worker · agentscope-ai-hiclaw bundleUse 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.
- ▌ Find Skills · agentscope-ai-hiclaw bundleDiscover 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.
- ▌ Teamharness File Sharing · agentscope-ai-hiclawUse for TeamHarness shared workspace paths, filesync, artifact publication, and Matrix room file boundaries, including artifact publish_file and task/project deliverables. Do not use for message routing or project state changes.
- ▌ Teamharness Organization · agentscope-ai-hiclawUse to understand TeamHarness team roles, responsibility boundaries, and who owns project, task, runtime, and control-plane work.
- ▌ Matrix Server Management · agentscope-ai-hiclaw bundleUse 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.
- ▌ Github Operations · agentscope-ai-hiclaw管理 GitHub Pull Request 和 Issue。包括创建/更新/合并 PR、添加评论、管理 Issue 等。注意:文件读写、分支操作、代码提交等请使用 git-delegation 技能。
- ▌ Agentteams Migrate · agentscope-ai-hiclaw bundleAnalyze current OpenClaw setup and generate a migration package (ZIP) for importing into AgentTeams as a managed Worker
- ▌ Agentteams Test · agentscope-ai-hiclaw bundleComplete 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.
- ▌ Mcporter · agentscope-ai-hiclawCall 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.
- ▌ Model Switch · agentscope-ai-hiclaw bundleSwitch the Manager Agent's own LLM model. Use when the human admin requests changing the Manager's model.
- ▌ Task Management · agentscope-ai-hiclaw bundleUse 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.
- ▌ Team Management · agentscope-ai-hiclaw bundleUse 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.