append_skill_memory
Append a learning entry to a skill's memory to retain insights for future runs. After completing a skill, capture what failed or could be improved, then store it as a concise note tied to that skill.
Instructions
Save a learning to a skill's MEMORY — the self-learning loop.
After completing a skill, ASK THE USER whether anything failed, could be done
better, or is worth remembering for next time. On their confirmation (they may
add items), append it here. Works for built-in skills too — the learning lives
on the per-skill memory, never modifying the built-in body.
Args:
skill_id: The skill the learning belongs to.
text: The learning/workaround/preference to remember (one concise entry).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| config | No | ||
| skill_id | Yes |