Memory Save Skill
Save important information that should persist across conversations.
Usage
bash
${HOME}/.agents/skills/memory-save/scripts/memory-save.ts \
--session-id "$SESSION_ID" \
--content "User prefers formal communication" \
--importance high
Parameters
- •
--content: (Required) The memory content to save - •
--importance:normal(default) orhigh
Notes
- •Visibility is auto-determined: DM conversations save to private memory, public conversations (guild/thread) save to public memory. You do NOT need to specify visibility.
Critical Rules
- •Timeout: The script won't run for more than 30 seconds. If it hangs, do stop_bash and do not retry, return an error message in JSON format.