Skill Management
Skill commands are available in chat and the terminal. They manage reusable capability packages and therefore require source review and scope control.
Command set
| Command | Purpose |
|---|---|
skill list | Show installed Skills and status |
skill list --remote | Browse the approved remote catalog |
skill search <term> | Search available Skills |
skill install <source> | Install from an approved hub, repository, archive, or SKILL.md URL |
skill info <name> | Inspect metadata and SKILL.md |
skill enable|disable <name> | Change invocation availability |
skill uninstall <name> | Delete the installed Skill |
Chat and terminal
/skill list
/skill info example-skill
chemag skill list
chemag skill info example-skillSource tracking
- ✓Built in
Distributed with the authorized product build.
- ✓ChemAgent hub
Installed from the ChemAgent catalog.
- ✓Repository or URL
Installed from an explicitly reviewed remote source.
- ✓Local
Created and maintained inside the deployment.
Installation safety
A Skill can introduce instructions, scripts, and tools
Review source ownership, files, dependencies, network use, write scope, secrets, and removal impact before enabling it. Uninstall deletes the Skill directory and cannot be undone.