Skip to content

craft-hub / SkillCapability

Interface: SkillCapability

Defined in: packages/craft-hub/src/types.ts:447

Agent-readable skill capability.

Properties

content

content: string

Defined in: packages/craft-hub/src/types.ts:455


contentHash

contentHash: string

Defined in: packages/craft-hub/src/types.ts:454


description?

optional description?: string

Defined in: packages/craft-hub/src/types.ts:451


id

id: string

Defined in: packages/craft-hub/src/types.ts:448


inputs?

optional inputs?: SkillInputDefinition[]

Defined in: packages/craft-hub/src/types.ts:456


kind

kind: "skill"

Defined in: packages/craft-hub/src/types.ts:449


name

name: string

Defined in: packages/craft-hub/src/types.ts:450


path

path: string

Defined in: packages/craft-hub/src/types.ts:453


source

source: string

Defined in: packages/craft-hub/src/types.ts:452

Released under the MIT License.