ワンクリックで
skills-manager
Add or remove agent capabilities using chat commands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add or remove agent capabilities using chat commands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | skills-manager |
| description | Add or remove agent capabilities using chat commands. |
Manage agent skills through conversation. The agent has skill management tools available.
The agent has access to these skill management tools:
Add a new skill to the agent. Owner only.
Parameters:
source (required): Skill source. Can be:
Tip: Use SearchClawHub to find skills first, then use AddSkill with the slug.
Remove a skill from the agent. Owner only.
Parameters:
name (required): Name of the skill to removeNote: Core skills cannot be removed.
List installed and available skills from Claw Hub.
Returns:
Search for skills on Claw Hub.
Parameters:
query (required): Search term (e.g., "browser", "memory", "twitter", "crypto")Returns skills matching the query with descriptions.
AddSkill:
RemoveSkill:
ListSkills:
SearchClawHub:
Users can install skills from multiple sources:
Claw Hub (recommended):
GitHub URLs:
github:owner/repogithub:owner/repo/skill-nameNPM packages:
package-name@org/packageTip: Claw Hub has the largest selection of agent skills. Always search there first!
HTTP endpoints, SSE streaming, MCP tool servers, and API design patterns for Hybrid. Use when designing new endpoints, streaming responses, or integrating with the agent protocol.
Deep knowledge of Hybrid's agent runtime architecture, including agent server, memory system, scheduler, and channel adapters. Use when working on core agent infrastructure, understanding data flow, or debugging system-level issues.
OpenClaw template format, memory conventions, and compatibility requirements for Hybrid. Use when working with agent templates, memory files, or ensuring OpenClaw feature parity.
Microservices patterns, container architecture, deployment targets (Fly.io, Cloudflare Workers), and system design decisions for Hybrid. Use when designing deployments, scaling strategies, or container configurations.
TypeScript strict mode patterns, branded types, discriminated unions, and code style conventions used in Hybrid. Use when writing or reviewing TypeScript code, defining types, or enforcing code quality.
UI/UX patterns, documentation site conventions, and design system for Hybrid's documentation and mini apps. Use when working on the site, mini apps, or user-facing interfaces.