← 返回 Skills 市场
Find Skills Skill 1.0.0
作者
LQ-Productor
· GitHub ↗
· v1.0.0
· MIT-0
879
总下载
0
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install find-skills-skill-1-0-0
功能描述
Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
使用说明 (SKILL.md)
Find Skills Skill
Search and discover OpenClaw skills from various sources.
When to Use
✅ USE this skill when:
- "Find skills for [task]"
- "Search for OpenClaw skills"
- "What skills are available?"
- "Discover new skills"
- "Find skills by category"
When NOT to Use
❌ DON'T use this skill when:
- Installing skills → use
clawhub install - Managing installed skills → use
openclaw skills list - Creating new skills → use skill-creator skill
Sources for Finding Skills
1. ClawHub (Primary)
# Search skills
npx clawhub search "keyword"
# Browse categories
npx clawhub browse
2. OpenClaw Directory
- Website: https://www.openclawdirectory.dev/skills
- Browse by category, popularity, or search
3. LobeHub Skills Marketplace
- Website: https://lobehub.com/skills
- Community-contributed skills
4. GitHub
- Search:
openclaw skilloragent-skill - Look for repositories with
SKILL.mdfiles
5. Community Forums
- SitePoint: https://www.sitepoint.com/community/
- Discord: https://discord.com/invite/clawd
Search Strategies
By Functionality
# Web search skills
npx clawhub search "web search"
# Weather skills
npx clawhub search "weather"
# Document skills
npx clawhub search "document"
By Provider
# Tavily skills
npx clawhub search "tavily"
# GitHub skills
npx clawhub search "github"
# Calendar skills
npx clawhub search "calendar"
By Popularity
# Most installed skills
npx clawhub search --sort installs
# Most starred skills
npx clawhub search --sort stars
Installation Tips
- Check requirements before installing
- Read SKILL.md for usage instructions
- Test in isolation before production use
- Check for updates regularly
Common Skill Categories
Core Skills
weather- Weather forecastsskill-creator- Create new skillshealthcheck- Security audits
Integration Skills
github- GitHub operationsfeishu- Feishu integrationnotion- Notion API
Search Skills
tavily-search- Web search via Tavilyweb-search-plus- Enhanced web search
Agent Skills
proactive-agent- Proactive automationcoding-agent- Code generation
Troubleshooting
Rate Limits
If you hit rate limits with clawhub:
- Wait 1 hour before retrying
- Use alternative sources (websites)
- Search manually on GitHub
Installation Issues
- Check skill requirements
- Verify network connectivity
- Check OpenClaw version compatibility
Best Practices
- Search before creating - Don't reinvent the wheel
- Read documentation - Understand skill capabilities
- Start simple - Install one skill at a time
- Test thoroughly - Verify skill works as expected
- Provide feedback - Help improve skills
Related Skills
clawhub- ClawHub CLI toolskill-creator- Create new skillshealthcheck- System health checks
安全使用建议
This skill is mostly harmless and simply documents where to find skills, but take these precautions before trusting or running commands it recommends:
- Verify the 'clawhub' package and website: confirm 'clawhub' on npm and https://clawhub.com are legitimate and maintained by a trusted author before running 'npx clawhub'. npx executes code fetched from the registry on demand, so it can run remote code.
- Note metadata mismatch: the registry ownerId and the _meta.json ownerId differ; this could be an innocuous packaging error but is worth double-checking with the publisher.
- Ensure you have npm/node if you intend to use the npx commands; the skill doesn't declare this dependency.
- Prefer inspecting the package (npm view / browse the GitHub repo) before executing npx, and test commands in an isolated environment if you have doubts.
If you want to be conservative, use the listed websites (OpenClaw Directory, LobeHub, GitHub) directly instead of running npx commands until you verify the clawhub CLI's provenance.
功能分析
Type: OpenClaw Skill
Name: find-skills-skill-1-0-0
Version: 1.0.0
The skill bundle consists solely of documentation (SKILL.md) and metadata, providing instructions for an AI agent to search for other skills using the 'clawhub' CLI and various legitimate web directories. It contains no executable code, no evidence of data exfiltration, and no malicious prompt injection attempts.
能力评估
Purpose & Capability
The skill's name and description match its instructions (search/discovery). However, SKILL.md repeatedly instructs use of 'npx clawhub' (which requires npm/node available) while the skill declares no required binaries — a small mismatch in declared requirements vs. runtime advice.
Instruction Scope
Instructions are limited to searching/browsing skills via CLI (npx clawhub) and websites; they do not ask the agent to read local files, environment variables, or exfiltrate data. No opaque or broad instructions granting extra discretion are present.
Install Mechanism
No install spec and no code files are included (instruction-only). This minimizes on-disk execution risk. The one runtime action recommended (npx) invokes remote packages at runtime, which is expected behavior but should be treated cautiously by the user.
Credentials
The skill declares no required environment variables or credentials, which is proportionate to a discovery/search helper.
Persistence & Privilege
The skill is not always-included and does not request elevated persistence. Default autonomous invocation is allowed (platform normal) but there is no evidence this skill seeks extra privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install find-skills-skill-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/find-skills-skill-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the find-skills skill.
- Enables searching and discovering OpenClaw skills from multiple sources.
- Provides clear guidance on when to use the skill versus other tools.
- Lists recommended sources: ClawHub, OpenClaw Directory, LobeHub, GitHub, and community forums.
- Includes search strategies for functionality, provider, and popularity.
- Offers best practices and troubleshooting tips for finding and using skills.
元数据
常见问题
Find Skills Skill 1.0.0 是什么?
Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 879 次。
如何安装 Find Skills Skill 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install find-skills-skill-1-0-0」即可一键安装,无需额外配置。
Find Skills Skill 1.0.0 是免费的吗?
是的,Find Skills Skill 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Find Skills Skill 1.0.0 支持哪些平台?
Find Skills Skill 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Find Skills Skill 1.0.0?
由 LQ-Productor(@lq-productor)开发并维护,当前版本 v1.0.0。
推荐 Skills