Memory & Sync
createSkill
Create Skill
Create a Skill: a durable instruction pack that teaches an AI how the user likes something done (a workflow, a format, a checklist, a house style).
Arguments
titlestringrequiredWhat the skill teaches, in one line: becomes the title.bodystringrequiredMarkdown instruction pack: the steps, rules, and examples an AI follows when applying this skill.spaceIdstringoptionalPage space ID. Omit to use the caller's personal space (the default).sourceobjectoptionalUpstream provenance when this Skill references GitHub or skills.sh. Omit for a native Skill.tagsstring[]optionalDomain taxonomy: trade, discipline, tool, life stage. Hyphenated, e.g. "software-engineering", "design".personaTagsstring[]optionalWho this serves: "lawyer", "coach", "creator", "builder". Drives persona matching.triggerPhrasesstring[]optionalRequests that should resolve to it: "memo", "retainer", "clean code". Drives request matching.
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- save this as a skill
- teach my AI to do X this way
- make this repeatable
Pair it with
The verbs that finish the job.