WiredAgentSkills
Properties
Section titled “Properties”capability
Section titled “capability”capability: SkillsCapability;catalog
Section titled “catalog”catalog: LiveSkillCatalog;Live catalog load_skill resolves against; mutated by the runtime add/remove API.
contentHash
Section titled “contentHash”contentHash: string;getSkill
Section titled “getSkill”getSkill: (name) => SkillHandle;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”metas: SkillMeta[];promptSections
Section titled “promptSections”promptSections: CapabilityPromptSection[];resolvedSkillsByIndex?
Section titled “resolvedSkillsByIndex?”optional resolvedSkillsByIndex?: Record<string, SkillLike[]>;Present only when agent.skills contained a SkillResolver: this session’s resolver
output, by resolver position. The caller (buildAgentToolSurface) persists it so a
later turn reuses it instead of calling the resolver again.
tools: Record<string, AnyTool>;