一键导入
clawhub
Download and install skills from ClawHub (https://clawhub.ai). Use when user wants to browse, search, or download skills from the ClawHub skill registry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Download and install skills from ClawHub (https://clawhub.ai). Use when user wants to browse, search, or download skills from the ClawHub skill registry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Normalize palette and formatting in local image assets.
Remove hidden metadata from local SVG files for safer reuse.
Optimize local SVG files while staying inside the current image task.
Use this skill when users need help finding, discovering, or selecting OpenClaw skills from the Clawhub marketplace. Triggers include: '哪个技能适合', '怎么找到', '技能搜索', 'skill search', 'how to find skill', or any request about navigating the 238+ skill ecosystem. Helps users match their tasks to appropriate skills and understand skill capabilities.
OpenClaw扩展安全管理系统。扫描已安装扩展的安全风险,提供allowlist策略控制,在使用高风险扩展前进行风险提示。适用于安全管理、风险评估、权限控制场景。
Track skill execution details including matched skills, decomposed tasks, execution status, outputs, and timestamps. Called at the start of every conversation turn to record skill usage.
| name | clawhub |
| version | 1.0.1 |
| description | Download and install skills from ClawHub (https://clawhub.ai). Use when user wants to browse, search, or download skills from the ClawHub skill registry. |
Download and install skills from ClawHub - a fast skill registry for AI agents.
Search for skills by keyword:
{baseDir}/clawhub-search.sh "<keyword>"
This searches the ClawHub registry and displays matching skills with their slug, name, summary, and download count.
Download and install a skill by slug or ClawHub URL:
# By slug
{baseDir}/clawhub-download.sh <slug>
# By ClawHub URL (e.g., https://clawhub.ai/steipete/github)
{baseDir}/clawhub-download.sh https://clawhub.ai/owner/slug
This will:
~/.agents/skills/clawhub-skills/<slug>/Browse available skills (sorted by downloads):
{baseDir}/clawhub-search.sh
ClawHub uses the following API endpoints:
https://wry-manatee-359.convex.site/api/v1/skillshttps://wry-manatee-359.convex.site/api/v1/download?slug=<slug>User says: "I want to download the github skill from clawhub"
→ Use clawhub-download.sh github
User says: "Search for weather related skills on clawhub"
→ Use clawhub-search.sh "weather"
User says: "Install https://clawhub.ai/steipete/summarize"
→ Use clawhub-download.sh https://clawhub.ai/steipete/summarize
User says: "What skills are popular on clawhub?"
→ Use clawhub-search.sh to list top skills by downloads