iai skills update
Synopsis
iai skills update <name> [flags]Examples
iai skills update summarize-trace --file ./skill.md \
--description "Summarize a Langfuse trace" \
--intents "summarize trace" --intents "explain trace"
iai skills update summarize-trace --file ./skill.md --labels production,stagingOptions
--description string Short description of the skill (stored in config.skill.description)
--file string Path to the file containing the updated prompt content
-h, --help help for update
--intents stringArray Natural-language intent that triggers this skill — repeat the flag once per intent (stored in config.skill.intents)
--labels strings Labels for the new prompt version (comma-separated)
-o, --organization string Organization name that owns the project
-p, --project string Project name that owns the prompts
--schema-version string Schema version to validate against (defaults to latest stable)
--tags strings Tags for the prompt (comma-separated)Options inherited from parent commands
SEE ALSO
Last updated
Was this helpful?

