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. It can also install Aether’s public teleport skill locally. For the concepts behind saved skills, see Skills; for an end-to-end walkthrough, see the Skills guide.

Subcommands

install

Installs the teleport skill for local Claude Code and Codex sessions. The only supported name is aether-teleport, and installing this public static bundle does not require an Aether login. Without an override, the command installs into ~/.claude/skills/aether-teleport when ~/.claude exists and into ~/.agents/skills/aether-teleport when ~/.codex exists. Both detections may fire.
string
Install into this exact directory and skip local-agent detection. No skills/aether-teleport suffix is appended.

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.