Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / / SlashCommandActivation
Interface: SlashCommandActivation
Defined in: packages/skills/src/types/index.ts:316
Result of parseSlashCommand. The loader parses /skill:<name> and /skill:<name> <free-form-args> into a structured payload the agent runtime consumes.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
args | readonly | string | packages/skills/src/types/index.ts:318 |
name | readonly | string | packages/skills/src/types/index.ts:317 |
raw | readonly | string | packages/skills/src/types/index.ts:319 |