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· 341·1 current·1 all-time
byTom Mcpherson@dnorris2926-0

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dnorris2926-0/find-skills-plus.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "find-skills-plus" (dnorris2926-0/find-skills-plus) from ClawHub.
Skill page: https://clawhub.ai/dnorris2926-0/find-skills-plus
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install find-skills-plus

ClawHub CLI

Package manager switcher

npx clawhub@latest install find-skills-plus
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
341downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

  1. List all skills:
    python3 scripts/find.py
    
  2. 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...

Comments

Loading comments...