Skill
AGH RuntimeSkill
agh skill update
Check for or install updates for marketplace skills
- Audience
- Operators running durable agent work
- Focus
- Skill guidance shaped for scanability, day-two clarity, and operator context.
agh skill update
Check for or install updates for marketplace skills
agh skill update [name] [flags]Examples
# Check whether one installed skill has an update
agh skill update code-review --check
# Update every marketplace-installed skill
agh skill update --allOptions
--all Update every installed marketplace skill
--check Only check for updates without installing them
-h, --help help for updateOptions 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:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
agh skill update [name] -o json