AxAgentCatalogSkill
type AxAgentCatalogSkill = object;A skill in a host-provided static catalog (skillsCatalog option). Unlike
skills (which preloads full content into the prompt), a catalog entry is
only loaded when matched — by the built-in local search that backs
discover({ skills }) when no onSkillsSearch callback is provided, and by
the advisory relevance hint.
Properties
content
content: string;Full markdown body returned when the skill is loaded.
description?
optional description: string;Optional short “when to use” description (high-signal for matching).
id
id: string;Stable identifier — dedup key, prompt label, and usage telemetry key.
name
name: string;Human-readable title.