Memory Write banner
axioma-ai-labs axioma-ai-labs

Memory Write

Development community

Description

--- name: memory-write description: Create or update memory entries for contacts/chats allowed-tools: Read, Write --- # Memory Write Create or update memory entries for contacts and chats. ## Usage ``` # Log a significant interaction /memory-write telegram 123456789 --log "Agreed to Phase 2 scope" # Add a key fact /memory-write telegram 123456789 --fact "Works at Acme Corp as CTO" # Add an action item /memory-write telegram 123456789 --action "Send proposal by Friday" # Complete an action

Installation

Installs to ~/.claude/skills/axioma-ai-labs-claude-secretary-memory-write/SKILL.md

Terminal
mkdir -p ~/.claude/skills/axioma-ai-labs-claude-secretary-memory-write && curl -fsSL https://raw.githubusercontent.com/axioma-ai-labs/claude-secretary/HEAD/.claude/skills/memory-write.md -o ~/.claude/skills/axioma-ai-labs-claude-secretary-memory-write/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository