← 返回
开发者工具 中文

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...
从ClawHub(官方技能库)搜索和发现OpenClaw技能。当用户询问寻找技能、安装技能或想要...时激活
mrjordandu mrjordandu 来源
开发者工具 clawhub v1.0.0 1 版本 99944.9 Key: 无需
★ 1
Stars
📥 1,793
下载
💾 8
安装
1
版本
#clawhub#discovery#latest#openclaw#search#skills

概述

Find Skills for ClawHub

This skill helps you discover and install OpenClaw skills from the ClawHub registry (https://clawhub.ai).

When to Use This Skill

Use this skill when the user:

  • Asks "how do I do X with OpenClaw" where X might have an existing skill
  • Says "find a skill for X on ClawHub" or "what skills are available for OpenClaw"
  • Asks "can OpenClaw do X" where X is a specialized capability
  • Expresses interest in extending OpenClaw capabilities
  • Wants to search for tools, templates, or workflows in the ClawHub ecosystem
  • Mentions they wish they had help with a specific domain (design, testing, deployment, etc.) in OpenClaw

Prerequisites

1. Install ClawHub CLI

The ClawHub CLI is required to search and install skills. Install it globally:

npm i -g clawhub

Or use it via npx (slower but no installation):

npx clawhub search "query"

2. Login (Optional for Publishing)

For searching and installing, login is not required. For publishing your own skills:

clawhub login

How to Search for Skills

Basic Search

clawhub search "query"

Examples:

  • clawhub search "calendar" - Find calendar-related skills
  • clawhub search "weather" - Find weather forecasting skills
  • clawhub search "devops" - Find DevOps and deployment skills

Search with Limit

clawhub search "query" --limit 10

How to Install Skills

Once you find a skill you want to install:

clawhub install <skill-slug>

Example:

clawhub install weather-forecast

Skills are installed into your OpenClaw workspace's skills directory. OpenClaw will automatically load them in the next session.

Common Skill Categories

When searching, consider these common categories:

CategoryExample Queries
---------------------------
Web Developmentreact, nextjs, typescript, css, tailwind
Testingtesting, jest, playwright, e2e
DevOpsdeploy, docker, kubernetes, ci-cd
Documentationdocs, readme, changelog, api-docs
Code Qualityreview, lint, refactor, best-practices
Designui, ux, design-system, accessibility
Productivityworkflow, automation, git, todo
APIs & Servicesapi, rest, graphql, database
AI & MLmachine-learning, openai, embeddings
Hardwareraspberry-pi, iot, sensors, camera

Integration with OpenClaw (AI Assistant Guide)

As an AI assistant using this skill, follow these steps when a user asks about OpenClaw capabilities:

Step 1: Check if ClawHub CLI is available

First, check if clawhub is installed by running:

clawhub --version

If not installed, inform the user and offer to install it:

npm i -g clawhub

Alternatively, you can use npx clawhub (slower but works without installation).

Step 2: Search for relevant skills

Run the search command with the user's query:

clawhub search "query" --limit 5

Or using npx:

npx clawhub search "query" --limit 5

Step 3: Parse and present results

Typical output format:

Search results for "weather":

1. weather-forecast v1.2.0 (1,234 installs)
   - Provides weather forecasts using Open-Meteo API
   - Tags: weather, api, forecast
   
2. weather-alerts v0.5.1 (845 installs)
   - Sends weather alerts and notifications
   - Tags: weather, alerts, notifications
   
Install with: clawhub install <skill-slug>

Present results to the user with:

  1. Skill name and version
  2. Install count (popularity indicator)
  3. Brief description
  4. Relevant tags
  5. Installation command

Step 4: Offer to install

If the user wants to install a skill:

clawhub install <skill-slug>

Or using npx:

npx clawhub install <skill-slug>

Step 5: Handle no results

If no skills are found:

  1. Acknowledge that no existing skill was found
  2. Offer to help with the task directly using your general capabilities
  3. Suggest the user could create their own skill with clawhub init

Example Workflow

User: "How can OpenClaw help me with weather forecasts?"

  1. Search for skills:

```bash

clawhub search "weather forecast"

```

  1. Present results:

```

Found 3 weather-related skills on ClawHub:

  1. weather-forecast (1.2K installs)
    • Provides weather forecasts using Open-Meteo API
    • Install: clawhub install weather-forecast
  1. weather-alerts (845 installs)
    • Sends weather alerts and notifications
    • Install: clawhub install weather-alerts
  1. travel-weather (312 installs)
    • Weather planning for travel itineraries
    • Install: clawhub install travel-weather

```

  1. Offer installation:

```

Would you like me to install any of these skills for you?

```

Advanced Usage

Update Installed Skills

Check for updates to all installed skills:

clawhub update --all

List Installed Skills

See what skills you have installed:

clawhub list

Publish Your Own Skills

If you create a skill you want to share:

clawhub publish ./my-skill-folder --slug my-skill --name "My Skill" --version 1.0.0

Sync Local Skills

Back up your local skills to ClawHub:

clawhub sync --all

Tips for Effective Searches

  1. Use specific keywords: "react testing" is better than just "testing"
  2. Try alternative terms: If "deploy" doesn't work, try "deployment" or "ci-cd"
  3. Browse categories: Visit https://clawhub.ai to browse skills by category
  4. Check popularity: More installs usually indicates a more mature skill

Troubleshooting

"clawhub command not found"

  • Install with npm i -g clawhub
  • Or use npx clawhub instead

"No skills found"

  • Try broader search terms
  • Check https://clawhub.ai to see if skills exist in that category
  • Consider creating your own skill with clawhub init

"Permission denied" when installing

  • Make sure you have write permissions to the OpenClaw workspace
  • Skills install to /skills by default

Related Skills

  • skill-creator: Create and package your own OpenClaw skills
  • find-skills: Search for skills in the broader AI skills ecosystem (skills.sh)

Learn More

  • ClawHub Website: https://clawhub.ai
  • OpenClaw Skills Documentation: https://docs.openclaw.ai/tools/skills
  • Discord Community: https://discord.com/invite/clawd

This skill helps bridge the gap between users' needs and the growing ecosystem of OpenClaw skills on ClawHub.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 23:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 320,921
ai-agent

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。适用于以下场景:创建/查询实体(人物、项目、任务、事件、文档)、关联相关对象、强制执行约束、将多步操作规划为图谱变换,或当技能需要共享状态时。触发关键词包括"记住""我知道关于什么""将X链
★ 722 📥 245,105
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,208