skill/list
Reads the session’s user-invocable skill rows — one per typed-invocable shortcut spelling, the predicate and shared name resolution by call-through; a query, not a command.
Parameters
Section titled “Parameters”Type: SkillListParams
skill/list params. Per-session because skill scope
follows the session’s workspace and plugin state.
| Field | Type | Stability | Presence | Description |
|---|---|---|---|---|
sessionId |
string |
required | The target session. |
Source
schema/msp/experimental/msp.schema.json#/methods/skill~2Flist
{ "description": "Reads the session's user-invocable skill rows — one per typed-invocable shortcut spelling, the predicate and shared name resolution by call-through; a query, not a command.", "params": { "$ref": "#/$defs/SkillListParams" }, "result": { "$ref": "#/$defs/SkillListResult" }}