← 返回 Skills 市场
948
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install findskills
功能描述
智能搜索和发现 OpenClaw 技能,支持中英双语,多来源搜索
使用说明 (SKILL.md)
name: findskills version: 1.0.5 description: 智能搜索和发现 OpenClaw 技能,支持中英双语,多来源搜索 homepage: \x3Chttps://clawhub.ai> metadata: openclaw: emoji: "🔍" requires: bins: []
FindSkills 技能包
简介
FindSkills 是一个强大的 OpenClaw 技能搜索和发现工具,帮助用户快速找到所需的技能包。
功能特点
- 智能搜索:支持关键词、标签、作者等多维度搜索
- 中英双语:完美支持中文和英文搜索
- 多来源搜索:可从 ClawHub、本地仓库等多个来源搜索技能
- 实时更新:技能数据库保持最新状态
- 详细信息:提供技能包的完整描述、使用示例和版本信息
使用场景
- 寻找特定技能:快速定位符合需求的技能包
- 技能分类浏览:按类别浏览可用技能
- 技能趋势分析:了解热门技能和最新发布
- 技能依赖查询:查看技能包之间的依赖关系
搜索语法
FindSkills 支持高级搜索语法:
- 关键词搜索:
"web scraping" - 标签搜索:
tag:automation - 作者搜索:
author:clawhub - 组合搜索:
"data analysis" tag:python
安装与使用
安装后,您可以使用以下命令:
- 搜索技能:
findskills search \x3C关键词> - 列出热门技能:
findskills trending - 查看技能详情:
findskills info \x3C技能名称>
技术栈
- Node.js
- TypeScript
- Axios(HTTP 请求)
- Fuse.js(模糊搜索)
贡献
欢迎在 GitHub 上提交 Issue 和 Pull Request!
许可证
MIT License
安全使用建议
This skill appears to implement what it claims (a skills search/recommender) but there are a few red flags to check before installing:
- Verify the external endpoints: the code queries https://clawhub.ai and a mirror at https://skills.volces.com. Confirm you trust that mirror domain; if not, remove or sandbox network access.
- Confirm dependencies and packaging: SKILL.md mentions Fuse.js/TypeScript but package.json only contains axios and the repo version differs from the registry metadata. Ensure required libraries are installed and consider running the package in an isolated environment first.
- No secrets are required; do not supply API keys or tokens to unknown endpoints unless you can verify the endpoint's legitimacy.
- If you need higher assurance, review the source-manager and source implementation files (src/sources/*) to see exactly which remote URLs are called and how responses are handled.
Given these inconsistencies and the presence of a third-party mirror, proceed with caution (run in a sandbox or review network traffic) rather than outright blocking the skill.
功能分析
Type: OpenClaw Skill
Name: findskills
Version: 1.0.5
The 'findskills' bundle is a legitimate utility designed to search and discover OpenClaw skill packages across multiple sources, including ClawHub and GitHub. The code implements standard search engine features such as result caching (cache.js), i18n query translation (i18n.js), and similarity-based recommendations (recommender.js). All network activity is restricted to expected endpoints (clawhub.ai, api.github.com, and a mirror at skills.volces.com), and there is no evidence of data exfiltration, malicious execution, or prompt injection attempts in the documentation or source code.
能力标签
能力评估
Purpose & Capability
Name/description and runtime code align: the package implements a multi-source search/recommendation engine (ClawHub mirror, GitHub, local sources). However there are small mismatches in metadata: SKILL.md claims TypeScript and Fuse.js (fuzzy search) while package.json only lists axios and the package.json version (1.0.4) differs from registry metadata (1.0.5). These look like sloppy packaging rather than functional breakage, but they are inconsistencies to verify.
Instruction Scope
SKILL.md describes CLI commands (search, info, recommend, etc.) and the code implements those behaviors. The runtime instructions and code limit their actions to searching sources, formatting results, caching, and basic recommendation—there is no code that reads arbitrary local files, spawns shells, or exfiltrates system credentials.
Install Mechanism
There is no install spec in the manifest (instruction-only), but the skill includes runnable code and a package.json with a single dependency (axios). No downloads from arbitrary URLs or archive extraction are present in the codebase. The lack of declared dependencies mentioned in SKILL.md (e.g., Fuse.js) is a packaging inconsistency you should confirm before running.
Credentials
The skill declares no required environment variables or credentials and the code only optionally accepts an API key for the ClawHub client. It does not request or access unrelated secrets or config paths. That said, the client will make outbound HTTP requests, so no secrets should be provided to unknown endpoints.
Persistence & Privilege
The skill does not request always:true or any privileged persistent presence. It does not modify system or other-skill configs. Normal autonomous invocation is allowed by default (not a concern on its own).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install findskills - 安装完成后,直接呼叫该 Skill 的名称或使用
/findskills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Added new utility files: src/cache.js and src/utils.js.
- Internal structure improved by separating caching and utility functions.
v1.0.4
- Version updated to 1.0.4.
- No content changes detected in the documentation or code.
v1.0.3
- Version updated to 1.0.3 (no other changes detected).
v1.0.2
- Version updated to 1.0.2.
- No other changes detected.
v1.0.1
- Bumped version number from 1.0.0 to 1.0.1.
- No other user-facing changes detected.
v1.0.0
Initial release of FindSkills – an intelligent OpenClaw skill search and discovery tool.
- Supports multi-dimensional search by keyword, tag, and author.
- Fully bilingual: Chinese and English search supported.
- Searches across multiple sources (ClawHub, local repositories).
- Provides up-to-date skill listings with detailed info, examples, and version metadata.
- Includes advanced search syntax and trending skill lookup functionality.
元数据
常见问题
Find Skills 是什么?
智能搜索和发现 OpenClaw 技能,支持中英双语,多来源搜索. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 948 次。
如何安装 Find Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install findskills」即可一键安装,无需额外配置。
Find Skills 是免费的吗?
是的,Find Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Find Skills 支持哪些平台?
Find Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Find Skills?
由 bittao(@hgta23)开发并维护,当前版本 v1.0.5。
推荐 Skills