get_skill_memory
Retrieve a skill's stored memory to apply learnings, workarounds, and user preferences from prior runs before execution.
Instructions
Read a skill's accumulated MEMORY (learnings/workarounds from prior runs).
Call this at the START of running a skill — it carries durable lessons,
workarounds, and user preferences that make each run better than the last.
Args:
skill_id: The skill id (built-in like "seo/keyword_research", or user/project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | ||
| skill_id | Yes |