GH-SKILL-LIST(1) GitHub CLI manual GH-SKILL-LIST(1)

gh-skill-list - List installed skills (preview)

gh skill list [flags]

List installed agent skills across known agent host directories.

By default, scans all supported agent hosts in both project and user scope. Use --agent to scan one host, --scope to scan only project or user scope, or --dir to scan a custom skills directory.

Project-scope skills are discovered relative to the current git repository root. User-scope skills are discovered relative to your home directory.

Filter by target agent: {github-copilot|claude-code|cursor|codex|gemini-cli|antigravity|adal|amp|augment|bob|cline|codebuddy|command-code|continue|cortex|crush|deepagents|droid|firebender|goose|iflow-cli|junie|kilo|kimi-cli|kiro-cli|kode|mcpjam|mistral-vibe|mux|neovate|openclaw|opencode|openhands|pi|pochi|qoder|qwen-code|replit|roo|trae|trae-cn|universal|warp|windsurf|zencoder}
Scan a custom directory for installed skills
Filter JSON output using a jq expression
Output JSON with the specified fields
Filter by installation scope: {project|user}
Format JSON output using a Go template; see "gh help formatting"

gh skill ls, gh skills ls

agentHosts, path, pinned, scope, skillName, sourceURL, version

0: Successful execution

1: Error

2: Command canceled

4: Authentication required

NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information.

# List all installed skills
$ gh skill list
# List skills installed for GitHub Copilot
$ gh skill list --agent github-copilot
# List user-scope skills
$ gh skill list --scope user
# List skills as JSON
$ gh skill list --json skillName,sourceURL,scope,version,pinned,path

gh-skill(1)

Jun 2026