Skip to main content

Usage

Actions

skill add

Install a skill from the skills.sh marketplace.
Source formats: What happens:
  1. Parses and sanitizes the source URL
  2. Checks if the skill is already installed
  3. Runs npx -y skills add <repo> to download
  4. Copies from .agents/skills/ to .drevon/skills/
  5. Reads SKILL.md for description
  6. Updates skills-lock.json
  7. Runs drevon sync to inject into all agent configs
You can paste install commands directly from skills.sh — Drevon strips the npx skills add prefix and --skill flags automatically.

skill remove

Remove an installed skill.
Example:
Deletes the skill directory, removes it from skills-lock.json, and recompiles all agent configs.

skill list

Show all installed skills.
Output:

skill sync

Re-sync skills into agent configs. Also migrates any skills from the legacy .agents/skills/ directory to .drevon/skills/.
This is useful when:
  • Skills were installed outside of Drevon (e.g., via npx skills add directly)
  • You need to repair the skills-lock.json
  • Agent configs are out of sync with installed skills