← 返回 Skills 市场
openlang-cn

Search Skills

作者 openlang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
319
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install search-skills
功能描述
Helps users discover and install agent skills when they ask questions like "how do I do X", "search a skill for X", "is there a skill that can...", or expres...
安全使用建议
This skill is internally consistent: it helps find skills and tells you how to install them via the Skills CLI. It does not itself request credentials or write files. However, the recommended install flow uses 'npx' to fetch and execute third-party packages and suggests the global, non-interactive flags (-g -y) which will run code from remote repositories without prompting you. Before installing any discovered skill: 1) inspect the target repository (owner, README, recent commits, issues) to ensure you trust it; 2) avoid '-g -y' so you can review prompts; 3) prefer installing in a sandbox or non-global location; 4) if unsure, ask the agent to fetch the skills.sh link and present the repo so you can manually review before running npx. If you want a stricter posture, only allow installation after explicit user confirmation and avoid running npx installs automatically.
功能分析
Type: OpenClaw Skill Name: search-skills Version: 1.0.0 The 'search-skills' bundle is a utility designed to help the AI agent discover and install additional capabilities using the standard 'npx skills' CLI. The instructions in SKILL.md are well-documented, align with the stated purpose, and do not contain any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The name and description match the instructions: it tells the agent how to search the skills registry and how to install found skills using the Skills CLI (npx skills). There are no unrelated requirements or hidden capabilities declared.
Instruction Scope
Instructions stay within the skill-discovery/install domain (search queries, present matches, optionally install). However, the SKILL.md explicitly suggests running 'npx skills add <...> -g -y' which will fetch and execute third-party packages and skip prompts; that is outside the agent's control and carries operational risk even though it is relevant to the stated purpose.
Install Mechanism
No install spec or bundled code is present (instruction-only). The runtime guidance relies on npx to download and run packages from the open ecosystem; while this is expected for a package-manager workflow, it is higher-risk than pure read/search actions because npx executes remote code at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. Nothing in SKILL.md attempts to read secrets or unrelated system files.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills' configs. Autonomous invocation is allowed by default but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install search-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /search-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the search-skills skill. - Enables users to discover and install agent skills for tasks and extended capabilities. - Provides usage guidance, example search queries, and installation instructions. - Includes tips for effective skill searches and common skill categories. - Offers suggestions when no relevant skills are found.
元数据
Slug search-skills
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Search Skills 是什么?

Helps users discover and install agent skills when they ask questions like "how do I do X", "search a skill for X", "is there a skill that can...", or expres... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。

如何安装 Search Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-skills」即可一键安装,无需额外配置。

Search Skills 是免费的吗?

是的,Search Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Search Skills 支持哪些平台?

Search Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Search Skills?

由 openlang(@openlang-cn)开发并维护,当前版本 v1.0.0。

💬 留言讨论