← 返回 Skills 市场
Unified Find Skills
作者
Bowen Dwelle
· GitHub ↗
· v1.0.0
954
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install unified-find-skills
功能描述
Helps users discover and install agent skills from skills.sh, clawhub.com, and tessl.io. Use when the user asks to find a skill for a task, extend agent capa...
安全使用建议
This skill appears to do what it says: search registries and suggest install commands. Before running any suggested install commands (npm install -g, npx skills add, tessl/clawhub installs, or curl pipelines), review the package source and repository links yourself. Global installs and automated flags (-g, -y) install code from the network without prompting—consider installing in a sandbox or with a non-root user, and avoid blindly piping curl to shell. If you want additional assurance, ask the skill to first show the exact repository/URL and README for each candidate skill before performing any install.
功能分析
Type: OpenClaw Skill
Name: unified-find-skills
Version: 1.0.0
This skill is classified as suspicious due to its core functionality involving the installation of external agent skills and CLIs from third-party registries (skills.sh, clawhub.com, tessl.io, npm) via commands like `npx skills add`, `clawhub install`, `tessl install`, and `npm install -g`. While this is the stated purpose of the skill, it introduces a significant supply chain risk, as it enables the agent to fetch and execute arbitrary code from untrusted or potentially compromised sources. The `SKILL.md` also instructs the agent to use `curl` for web scraping, involving network access and command piping. There is no direct evidence of intentional malicious behavior (e.g., data exfiltration, backdoor installation) within this specific skill bundle itself, but its powerful capabilities present a high-risk attack surface if misused or if the external registries are compromised.
能力评估
Purpose & Capability
The name/description match the instructions: the SKILL.md only searches three registries (skills.sh, clawhub, tessl.io) and provides install commands. No unrelated secrets, binaries, or system-level accesses are requested.
Instruction Scope
Instructions remain within the scope of searching and installing skills, but they recommend running network commands (npx, curl, grep) and installing third‑party CLIs (npm install -g clawhub, tessl CLI). These are expected for this purpose but involve executing code fetched from the network—users should review packages/URLs before running installs.
Install Mechanism
This is an instruction-only skill (no install spec). It does not install code itself. It instructs the agent/user to use npx, npm, clawhub, tessl, and curl which are standard mechanisms for discovering/installing skills and are proportional to the task.
Credentials
No environment variables, credentials, or config paths are requested. The recommended commands do not attempt to read unrelated system credentials or files.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system-wide configuration by itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unified-find-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/unified-find-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – unified skill discovery and installation
- Enables searching for agent skills across skills.sh, clawhub.com, and tessl.io registries.
- Guides users with queries about finding, installing, or extending agent skills/tools.
- Detects which CLIs are installed and searches all available registries accordingly.
- Presents organized search results with installation commands and helpful links.
- Explains how to install missing CLIs and what to do if no matching skills are found.
元数据
常见问题
Unified Find Skills 是什么?
Helps users discover and install agent skills from skills.sh, clawhub.com, and tessl.io. Use when the user asks to find a skill for a task, extend agent capa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 954 次。
如何安装 Unified Find Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unified-find-skills」即可一键安装,无需额外配置。
Unified Find Skills 是免费的吗?
是的,Unified Find Skills 完全免费(开源免费),可自由下载、安装和使用。
Unified Find Skills 支持哪些平台?
Unified Find Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unified Find Skills?
由 Bowen Dwelle(@bdwelle)开发并维护,当前版本 v1.0.0。
推荐 Skills