Skip to content

Documentation / @agentick/core / SkillSearchQuery

Interface: SkillSearchQuery

Defined in: core/src/skill/registry.ts:17

Properties

limit?

optional limit: number

Defined in: core/src/skill/registry.ts:33

Maximum number of results to return.


metadata?

optional metadata: 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?

optional query: 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).

Released under the ISC License.