一键导入
agent-memory
Persistent memory system. Automatically remember facts, decisions, and user preferences across conversations. Query past information.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Persistent memory system. Automatically remember facts, decisions, and user preferences across conversations. Query past information.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read iPhone data (contacts, calendar, reminders, location, photos, files, clipboard) and execute device commands (CRUD operations + open apps via URL schemes). Use when user asks about their phone data, wants to schedule events, set reminders, manage contacts, copy to clipboard, or open an app on their phone. NEVER suggest .ics files, email workarounds, or manual steps — always use device.sh.
Manages nightly learning sessions. Stores learning plan, journal, and progress in persistent storage. Used automatically during the 1am-6am learning window.
User asks to draft, create, or write a contract, agreement, NDA, or legal document
User shares a contract or agreement and wants it reviewed, analyzed, or explained
User wants to track, categorize, or analyze their expenses and spending
User needs to create, send, or track invoices for freelance work or business services
| name | agent_memory |
| description | Persistent memory system. Automatically remember facts, decisions, and user preferences across conversations. Query past information. |
Your memory is stored as a JSON file in your cloud storage (Google Drive). It persists across all conversations.
bash /root/workspace/skills/memory/memory.sh load
bash /root/workspace/skills/memory/memory.sh fact "User prefers morning workouts"
bash /root/workspace/skills/memory/memory.sh decision "notification_frequency" "Weekly digest on Sundays"
bash /root/workspace/skills/memory/memory.sh pref "timezone" "PST"
bash /root/workspace/skills/memory/memory.sh search "workout"
bash /root/workspace/skills/memory/memory.sh show