find-skills-plus

v1.0.0

Search and list available skills in the current workspace. Use when you are unsure what tools are available.

0· 181·1 current·1 all-time
byTom Mcpherson@dnorris2926-0
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk979cnq02h66tqhvwwfq6mfbf983hmfr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments