Install, search, and manage agent skills from GitHub repositories, ClawHub, and Tessl registries
Synopsis
upskill <command> [options]
Description
upskill is SLICC's skill package manager. It discovers, installs, and inspects agent skills — SKILL.md-based capability packages that extend the agent's system prompt. Skills are installed to /workspace/skills/ on the virtual filesystem.
Commands
search <query> Search ClawHub and Tessl registries for skills
list List all discoverable local skills (native + compatibility)
info <name> Show details about a discoverable local skill
read <name> Read the SKILL.md instructions for a local skill
<owner/repo> Install skill(s) from a GitHub repository
recommendations Show skills matching your user profile
Options
--skill <name> Install a specific skill from a repository (repeatable)
--all Install all skills from the source
--force Overwrite existing skills
-h, --help Show help message
Examples
$ upskill search "browser automation"
Search both ClawHub and Tessl registries for browser automation skills.
$ upskill anthropics/skills --list
List available skills in the anthropics/skills GitHub repository.
$ upskill anthropics/skills --skill pdf --skill xlsx
Install the "pdf" and "xlsx" skills from the repository.
Notes
This is a SLICC-specific command with no native Unix equivalent. Skills are SKILL.md files that extend the agent's capabilities by injecting instructions into the system prompt.
See Also
skill