Agent
Agent from agentscope-ai/HiClaw.
Skills in this plugin
15- ▌ 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.
- ▌ 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.
- ▌ 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.
- ▌ 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.
- ▌ 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.
- ▌ 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.