For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai skills get

Describe a skill in detail

Synopsis

Show a Copilot skill in detail, including its config and full content.

By default returns the version labeled "production". Use --version to retrieve a specific version number, or --label to resolve a different label.

iai skills get <name> [flags]

Examples

  iai skills get summarize-trace
  iai skills get summarize-trace --version 3
  iai skills get summarize-trace --label staging

Options

  -h, --help                  help for get
      --json                  Output response as JSON
      --label string          Retrieve the version with this label (default: server resolves 'production')
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name that owns the prompts
      --version int           Retrieve a specific version number
      --yaml                  Output response as YAML

Options inherited from parent commands

SEE ALSO

  • iai skills - Manage Interactive Copilot skills (not to be confused with context items that configure the Interactive Agent)

Last updated

Was this helpful?