Skylv Clawhub Search

v1.0.3

ClawHub Skill Discovery and Search. Find, browse, and install OpenClaw Skills from ClawHub marketplace. Triggers: search skills, find skills, clawhub, instal...

0· 138·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sky-lv/skylv-clawhub-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Skylv Clawhub Search" (sky-lv/skylv-clawhub-search) from ClawHub.
Skill page: https://clawhub.ai/sky-lv/skylv-clawhub-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install skylv-clawhub-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install skylv-clawhub-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the SKILL.md contents: search/browse/install guidance for a ClawHub marketplace. The skill requests no binaries, env vars, or config paths that would be unrelated to that purpose.
Instruction Scope
Instructions limit themselves to searching/browsing/install guidance and reference ClawHub API endpoints and npx install commands. They do not instruct reading arbitrary local files or environment variables. Note: the runtime guidance tells users/agents to run npx commands (fetch and execute remote packages) and call https://api.clawhub.ai endpoints — those are expected for this use case but carry the usual risk of executing third-party code if followed.
Install Mechanism
There is no formal install spec in the skill bundle (instruction-only). The SKILL.md recommends using 'npx clawhub@latest' to install/sync/list skills, which is a common approach. This means actual code execution will come from the npm package fetched at runtime rather than from this skill bundle.
Credentials
The skill declares no required environment variables, credentials, or config paths. SKILL.md uses public-looking API endpoints and does not request secrets. One minor note: if ClawHub's API requires authentication in practice, the doc doesn't describe required credentials, but absence of declared env vars here is not inconsistent with the stated purpose.
Persistence & Privilege
The skill does not request persistent privileges (always is false) and does not indicate it will modify other skills or system-wide settings. Normal autonomous invocation is allowed by platform defaults.
Assessment
This skill is internally coherent: it only provides marketplace search and installation instructions and doesn't ask for secrets. Before following its install advice, verify the upstream 'clawhub' npm package (review its npm/GitHub page and recent publisher activity) because 'npx' will fetch and run remote code. If you plan to let an agent execute installs autonomously, restrict that agent or review the package first. If ClawHub API calls in your environment require authentication, confirm how credentials are supplied and stored before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk9760151n7q704nd9nrr1mfd3n856vzm
138downloads
0stars
4versions
Updated 1w ago
v1.0.3
MIT-0

ClawHub Search — ClawHub 技能发现助手

功能说明

帮助用户在 ClawHub 市场中搜索、浏览和安装 OpenClaw Skills。提供技能推荐、分类浏览、安装指导等功能。

使用场景

  1. 搜索技能 - 根据功能需求查找 Skills
  2. 浏览分类 - 按类别浏览可用 Skills
  3. 技能推荐 - 根据使用场景推荐 Skills
  4. 安装指导 - 帮助用户安装 Skills
  5. 技能对比 - 比较类似 Skills 的功能

使用方法

1. 搜索技能

用户:找一个能帮我写代码的 Skill

输出:

  • 相关 Skills 列表(名称、描述、安装命令)
  • 每个 Skill 的评分和下载量
  • 安装建议

2. 浏览分类

用户:ClawHub 有哪些开发相关的 Skills?

输出:

  • Development 分类下的所有 Skills
  • 按热门程度排序
  • 快速安装命令

3. 技能推荐

用户:我是前端开发者,需要什么 Skills?

输出:

  • 前端开发推荐 Skills(5-10 个)
  • 每个 Skill 的使用场景
  • 安装优先级建议

4. 安装技能

用户:帮我安装 code-generation 这个 Skill

输出:

  • 安装命令和执行步骤
  • 安装后的配置说明
  • 使用示例

技能分类

AI Agents

  • agent-builder
  • browser-automation-agent
  • database-agent
  • multi-agent-orchestrator

Development Helpers

  • ci-cd-helper
  • code-generation
  • code-reviewer
  • docker-helper
  • git-helper
  • kubernetes-helper
  • sql-helper

Developer Tools

  • api-documentation
  • function-calling
  • graphql-helper
  • mcp-server-builder
  • prompt-engineer
  • rag-engine
  • regex-helper

Productivity

  • email-agent
  • notion-skill
  • workflow-automation

Data & Analytics

  • data-pipeline
  • data-visualization
  • financial-analyst
  • research-assistant

ClawHub API

搜索接口

// 搜索 Skills
GET https://api.clawhub.ai/skills/search?q={query}

// 获取技能详情
GET https://api.clawhub.ai/skills/{slug}

// 获取分类列表
GET https://api.clawhub.ai/skills/categories

安装命令

# 安装单个 Skill
npx clawhub@latest install {skill-name}

# 同步所有 Skills
npx clawhub@latest sync

# 列出已安装 Skills
npx clawhub@latest list

推荐策略

按用户角色推荐

角色推荐 Skills
前端开发code-generation, git-helper, prompt-engineer
后端开发database-agent, api-documentation, docker-helper
DevOpsci-cd-helper, kubernetes-helper, monitoring-alerting
数据科学data-pipeline, data-visualization, research-assistant
产品经理notion-skill, workflow-automation, email-agent

按热门程度推荐

  1. skylv-code-generation - 代码生成(最热门)
  2. skylv-git-helper - Git 操作
  3. skylv-docker-helper - Docker 容器
  4. skylv-prompt-engineer - Prompt 优化
  5. skylv-database-agent - 数据库助手

安装指导

前置条件

  • Node.js 18+
  • OpenClaw CLI 已安装
  • 网络连接正常

安装步骤

  1. 打开终端
  2. 运行安装命令
  3. 等待下载完成
  4. 验证安装成功

常见问题

Q: 安装失败怎么办? A: 检查网络连接,确认 ClawHub 服务正常,重试安装命令。

Q: Skill 不工作? A: 检查 OpenClaw 版本兼容性,查看 Skill 文档的依赖要求。

Q: 如何卸载 Skill? A: 使用 npx clawhub@latest remove {skill-name} 命令。

相关文件

触发词

  • 自动:检测技能搜索、安装相关关键词
  • 手动:/clawhub, /search-skills, /install, /skills
  • 短语:找技能、装技能、有什么技能、推荐技能

Usage

  1. Install the skill
  2. Configure as needed
  3. Run with OpenClaw

Comments

Loading comments...