Documentation / @agentick/core / SkillSearchQuery
Interface: SkillSearchQuery
Defined in: core/src/skill/registry.ts:17
Properties
limit?
optionallimit:number
Defined in: core/src/skill/registry.ts:33
Maximum number of results to return.
metadata?
optionalmetadata:Record<string,string>
Defined in: core/src/skill/registry.ts:28
Filter by metadata key/value pairs. All entries must match exactly (string equality) for a skill to be included.
query?
optionalquery:string
Defined in: core/src/skill/registry.ts:22
Free-text query matched against name, description, when_to_use, and metadata values (case-insensitive substring).