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...