🔍 Openclaw
v1.0.0工具搜索并从多个来源发现 OpenClaw 技能。使用场景:用户想查找可用技能、搜索特定功能或发现新技能……
0· 18·1 当前·1 累计
下载技能包
最后更新
2026/4/19
安全扫描
OpenClaw
安全
high confidence仅指令型发现技能,其指令与目的一致;无需凭据或安装步骤,但需留意轻微元数据不一致,且 SKILL.md 建议使用 npx(会拉取并执行远程代码)。
评估建议
This skill is coherent and low-risk as packaged: it only offers search tips and links and asks for no secrets. Before running any suggested commands, verify the provenance of the tools it references (notably `clawhub` via `npx`). npx will fetch and run code from npm — prefer installing a vetted/clamped version, inspect the package source or use a fixed version (e.g., `npx clawhub@1.2.3`) or install locally instead of running arbitrary remote code. Also verify the mismatch in metadata (ownerId/sl...详细分析 ▾
ℹ 用途与能力
The SKILL.md, name, and description all align: this is a skill-discovery helper that points users to clawhub, directories, and web searches. Minor metadata inconsistencies exist: the included _meta.json has a different ownerId and a different slug (openclaw-find-skills) than the registry metadata (openclaw-tools), suggesting a copy/paste or packaging mismatch that should be verified.
✓ 指令范围
Runtime instructions are limited to search/discovery guidance and example npx clawhub commands and links. They do not request files, credentials, or system paths beyond using clawhub. Note: the examples use `npx clawhub ...`, which will download and execute code from the npm registry when run.
ℹ 安装机制
There is no install spec and no code files — lowest install risk. However, the SKILL.md encourages using `npx clawhub`, which implicitly fetches/executes remote npm code. That is not an install spec in the skill bundle but is an operational risk for users who run the example commands directly.
✓ 凭证需求
The skill declares no required environment variables or credentials and the instructions do not ask for secrets. Proportional: zero privileges requested.
✓ 持久化与权限
always is false and the skill is user-invocable. It does not request persistent presence or modify other skill configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/19
OpenClaw find-skills 技能的首次发布 - 支持从多个来源(ClawHub、OpenClaw Directory、LobeHub Marketplace、GitHub、论坛)搜索与发现 OpenClaw 技能 - 提供使用指南、搜索策略、来源链接与故障排查提示 - 列出常见分类与相关技能,便于浏览 - 包含寻找与评估新技能的最佳实践及安装建议
● 无害
安装命令
点击复制官方npx clawhub@latest install openclaw-tools
镜像加速npx clawhub@latest install openclaw-tools --registry https://cn.longxiaskill.com
技能文档
从多个来源搜索并发现 OpenClaw skills。
何时使用
✅ 在以下场景使用本 skill:- “查找 [任务] 的 skills”
- “搜索 OpenClaw skills”
- “有哪些可用 skills?”
- “发现新 skills”
- “按分类查找 skills”
何时不使用
❌ 在以下场景勿用本 skill:- 安装 skills → 使用
clawhub install - 管理已安装 skills → 使用
openclaw skills list - 创建新 skills → 使用 skill-creator skill
查找 skills 的来源
1. ClawHub(主要)
``bash
# 搜索 skills
npx clawhub search "关键字"
# 浏览分类
npx clawhub browse
` 2. OpenClaw Directory
- 网站:https://www.openclawdirectory.dev/skills
- 可按分类、热度或搜索浏览
3. LobeHub Skills Marketplace
- 网站:https://lobehub.com/skills
- 社区贡献的 skills
4. GitHub
搜索:openclaw skill或agent-skill查找包含SKILL.md文件的仓库
5. 社区论坛
- SitePoint:https://www.sitepoint.com/community/
- Discord:https://discord.com/invite/clawd
搜索策略
按功能
`bash
# 网页搜索 skills
npx clawhub search "web search"
# 天气 skills
npx clawhub search "weather"
# 文档 skills
npx clawhub search "document"
` 按提供商
`bash
# Tavily skills
npx clawhub search "tavily"
# GitHub skills
npx clawhub search "github"
# 日历 skills
npx clawhub search "calendar"
` 按热度
`bash
# 安装最多
npx clawhub search --sort installs
# 星标最多
npx clawhub search --sort stars
` 安装提示
- 安装前检查依赖
- 阅读 SKILL.md 了解用法
- 生产使用前单独测试
- 定期检查更新
常见 skill 分类
核心 Skills
weather- 天气预报skill-creator- 创建新 skillshealthcheck- 安全审计
集成 Skills
github- GitHub 操作feishu- 飞书集成notion- Notion API
搜索 Skills
tavily-search- 通过 Tavily 搜索网页web-search-plus- 增强网页搜索
Agent Skills
proactive-agent- 主动自动化coding-agent- 代码生成
故障排查
速率限制
若 clawhub 触发速率限制:
- 等待 1 小时后重试
- 使用替代来源(网站)
- 手动在 GitHub 搜索
安装问题
- 检查 skill 依赖
- 验证网络连接
- 检查 OpenClaw 版本兼容性
最佳实践
- 先搜索再创建 - 避免重复造轮子
- 阅读文档 - 了解 skill 功能
- 从简开始 - 一次安装一个 skill
- 充分测试 - 确认 skill 行为符合预期
- 提供反馈 - 帮助改进 skills
相关 Skills
clawhub- ClawHub CLI 工具skill-creator- 创建新 skillshealthcheck` - 系统健康检查