Skip to main content
Saved user skills are reusable SKILL.md instruction packs that the agent can load into any task. Use this command to push local skill folders to your account, pull them back, and keep them in sync. For the concepts behind skills, see Skills; for an end-to-end walkthrough, see the Skills guide.

Subcommands

list

Lists every saved user skill with its slug, source, and description.

get

bool
Show the skill’s file list.
string
Write the skill’s files to this directory.

push

The skill folder must contain a SKILL.md manifest. By default the slug is the basename of <dir>.
string
Slug override (default: basename of <dir>).
bool
Skip the overwrite confirmation if the slug already exists.

pull

bool
Overwrite the target directory if it is non-empty.

sync

Discovers local skill folders and uploads them.
string
Override the local source directories. Repeatable.
bool
List what would be uploaded without uploading.
bool
Overwrite existing skills without prompting.

delete

bool
Skip the confirmation prompt.