← 返回 Skills 市场
find-skills-plus
作者
Tom Mcpherson
· GitHub ↗
· v1.0.0
· MIT-0
348
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install find-skills-plus
功能描述
Search and list available skills in the current workspace. Use when you are unsure what tools are available.
使用说明 (SKILL.md)
Find Skills
This skill helps you discover and list installed skills in your current Trae workspace.
Capabilities
- Search: Find skills by name or description keyword.
- List: Display all available skills.
Typical Usage
- List all skills:
python3 scripts/find.py - Search for a skill (e.g., "scan"):
python3 scripts/find.py scan
Output Example
Found 3 skills:
NAME DESCRIPTION
--------------------------------------------------------------------------------
api-auth-scan Scans API code for authentication issues...
config-sensitive-scan Scans configuration files for sensitive info...
source-credential-scan Scans source code for sensitive credentials...
安全使用建议
This skill is a small, local tool that lists skills by reading SKILL.md files under .trae/skills. Before installing/using: (1) verify you are comfortable with the agent having read-access to your workspace skills directory (it will see skill descriptions and names); (2) check other SKILL.md files in your workspace to ensure they do not contain secrets (SKILL.md should not hold credentials but sometimes do by mistake); and (3) note that this script is local-only and will not discover remote/registered skills outside the workspace. If you need networked discovery or richer metadata, expect additional permissions or network calls in a different skill.
功能分析
Type: OpenClaw Skill
Name: find-skills-plus
Version: 1.0.0
The skill is a utility designed to search and list other installed skills within the workspace. The script `scripts/find.py` performs local directory traversal and reads `SKILL.md` files to extract descriptions, staying within the expected directory structure without any evidence of data exfiltration, malicious execution, or unauthorized access.
能力评估
Purpose & Capability
Name/description state the goal (discover skills). The only required artifact is a script that enumerates the local .trae/skills directory and reads SKILL.md files — this is proportional and expected.
Instruction Scope
SKILL.md instructs the agent to run python3 scripts/find.py. The script only lists subdirectories under the computed .trae/skills path and reads each SKILL.md to extract a 'description:' line. It does not access other system paths, environment variables, or external endpoints.
Install Mechanism
No install spec is provided and this is an instruction-only skill with a small local Python script. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. The script only reads workspace files (SKILL.md) which is appropriate for its stated purpose.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install find-skills-plus - 安装完成后,直接呼叫该 Skill 的名称或使用
/find-skills-plus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the find-skills skill.
- Search and list all available skills in the current workspace by name or description.
- Offers command-line usage examples for both listing and searching skills.
- Provides sample output for better user understanding.
元数据
常见问题
find-skills-plus 是什么?
Search and list available skills in the current workspace. Use when you are unsure what tools are available. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 348 次。
如何安装 find-skills-plus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install find-skills-plus」即可一键安装,无需额外配置。
find-skills-plus 是免费的吗?
是的,find-skills-plus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
find-skills-plus 支持哪些平台?
find-skills-plus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 find-skills-plus?
由 Tom Mcpherson(@dnorris2926-0)开发并维护,当前版本 v1.0.0。
推荐 Skills