Memory Skill Set
memory_skill_setInsert a new version of a skill. Each call creates a new version.
Skills are atomic instruction building blocks. Playbooks compose them via
tool_recipe.skills on memory_procedure_set. Routed through the
guarded ingestion pipeline; only active skills are visible to recall
and memory_skill_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name (stable id) | |
| tags | No | Tags for discovery | |
| agent | No | Override agent identity | |
| body_md | Yes | Markdown body the agent will read | |
| owner_id | No | Org member UUID. Omit inherits last owner or the writer. | |
| tool_hints | No | Optional structured hints (preferred MCP tools, params) | |
| description | No | One-line summary | |
| verification_days | No | Verification window: 30, 90, or 180 days; 0 for none. Omit inherits the last window. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||