CLI

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

CommandPurpose
skill listShow installed Skills and status
skill list --remoteBrowse 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-skill

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