用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SanthoshReddy352/Friday_Linux --skill memory-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Sandboxed Python and Bash code execution for calculations, scripts, and data tasks.
MCP (Model Context Protocol) client — connects to local or remote MCP servers and registers their tools dynamically.
Home Assistant integration for smart home control — lights, climate, locks, and device state.
基于 SOC 职业分类
正在显示 SKILL.md
| name | memory_manager |
| description | Show, save, forget, wipe, and export FRIDAY's memory about you |
| plugin_module | modules/memory_manager |
| capabilities | [{"name":"show_memories","description":"Show everything FRIDAY knows about you — profile and preferences","aliases":["what do you know about me","show my memories","what do you remember","what have you learned about me","my preferences"]},{"name":"forget_memory","description":"Forget a specific fact about you by key name","aliases":["forget my location","delete that memory","stop remembering","remove that fact"]},{"name":"wipe_memory_init","description":"Erase everything FRIDAY knows about you (requires confirmation)","aliases":["forget everything you know about me","wipe your memory","start fresh","reset your memory"]},{"name":"export_memory","description":"Export all stored memories to a JSON file","aliases":["export my memory","backup my memory","save my memories to file"]}] |
Manages FRIDAY's persistent knowledge about you across sessions.
user_profile namespace) — name, role, location, preferences. Written by onboarding. Shown in the "About you" section of show_memories.entities table) — structured entities and relationships.You say: "Friday, what do you know about me?" Expected: Two-section response: "About you:" (profile) + "You told me:" (facts).
You say: "Friday, forget everything you know about me" FRIDAY replies: Confirmation prompt You say: "yes, wipe everything" Expected: All facts, memories, and entities cleared.
You say: "Friday, export my memory"
Expected: JSON file at ~/friday_memory_<timestamp>.json
python scripts/memory_admin.py inspect
python scripts/memory_admin.py list --namespace user_profile
python scripts/memory_admin.py export dump.json
python scripts/memory_admin.py wipe --confirm