rn skill list

List local skills with their remote status.

rn skill list [flags]

Alias: rn sk list

Flags

Flag Short Type Default Description
--all -a bool false Include remote-only skills (pushed but no longer present locally)

Behavior

The CLI discovers local skills and fetches your remote skill list concurrently. Local discovery checks both .claude/skills/ (project-level) and ~/.claude/skills/ (global), deduplicating by name — project-level skills take precedence over global skills with the same name.

By default, only locally-present skills are shown along with their remote status. With --all, skills that exist on the server but have no local directory are also included (marked as "remote").

Output

Each skill shows:

  • Skill name
  • Last modified timestamp
  • File count and total size
  • Remote status: version count, privacy level, project label, URL
  • Description (if present)

Examples

List skills:

rn skill list

Include remote-only skills:

rn skill list --all