← Back to Skills Marketplace
find-skills-plus
by
Tom Mcpherson
· GitHub ↗
· v1.0.0
· MIT-0
348
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install find-skills-plus
Description
Search and list available skills in the current workspace. Use when you are unsure what tools are available.
README (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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install find-skills-plus - After installation, invoke the skill by name or use
/find-skills-plus - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is find-skills-plus?
Search and list available skills in the current workspace. Use when you are unsure what tools are available. It is an AI Agent Skill for Claude Code / OpenClaw, with 348 downloads so far.
How do I install find-skills-plus?
Run "/install find-skills-plus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is find-skills-plus free?
Yes, find-skills-plus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does find-skills-plus support?
find-skills-plus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created find-skills-plus?
It is built and maintained by Tom Mcpherson (@dnorris2926-0); the current version is v1.0.0.
More Skills