Skip to content
Skill
AGH RuntimeSkill

agh skill list

List locally available skills

Audience
Operators running durable agent work
Focus
Skill guidance shaped for scanability, day-two clarity, and operator context.

agh skill list

List locally available skills

agh skill list [flags]

Examples

  # List every skill visible in the current workspace
  agh skill list

  # Show only bundled skills
  agh skill list --source bundled

Options

  -h, --help               help for list
      --source string      Filter by source: bundled, marketplace, user, additional (or agents/.agents), or workspace
      --workspace string   Resolve daemon-managed skills from a workspace id, name, or path

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every AGH command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh skill list -o json

On this page