/install fpms-memory
FPMS — Focal Point Memory System
Your AI forgets everything between conversations. FPMS fixes that.
Not just memory — attention management. FPMS tracks your projects, detects stuck tasks, and loads the right context at the right time.
What You Get
- Cross-conversation memory — Start Monday, continue Wednesday, review Friday
- Structured work tracking — Projects → Tasks → Subtasks with status lifecycle
- Proactive alerts — "Task X has been blocked for 3 days"
- Smart context loading — Only loads what fits your token budget
- GitHub sync — Issues auto-sync as FPMS nodes
How It's Different From Other Memory Tools
| Mem0/Zep | FPMS | |
|---|---|---|
| Remembers conversations | Yes | Yes (via prompt rules) |
| Tracks tasks & projects | No | Yes |
| Alerts you about stuck work | No | Yes (heartbeat) |
| Manages token budget | No | Yes (L0/L1/L2) |
| Parent-child task hierarchy | No | Yes |
| GitHub integration | No | Yes |
Other tools remember what was said. FPMS manages what needs to be done.
Setup
1. Install
pip install focalpoint
2. Add MCP server to openclaw.yaml
mcp_servers:
fpms:
command: focalpoint
3. Restart OpenClaw
That's it. 18 tools are now available in your conversations.
Use Cases
Project tracking
You: "Create a project for the product launch with 3 tasks"
(Next day)
You: "What's the launch status?"
AI: "3 tasks: 1 done, 1 active, 1 blocked. The blocked task
is waiting on design review — it's been 2 days."
Decision memory
You: "We're going with Stripe for payments"
(Two weeks later)
You: "Why did we pick Stripe?"
AI: "You decided on March 15 — better API and lower international fees."
Risk detection
AI automatically runs heartbeat and finds:
- Deploy task BLOCKED for 4 days
- Docs update STALE — no activity for a week
- Bug fix AT RISK — deadline is tomorrow
Available Tools (18)
| Tool | What it does |
|---|---|
bootstrap |
Load memory context (call at conversation start) |
heartbeat |
Scan for risks: blocked, stale, at-risk tasks |
create_node |
Create a project/task/goal |
update_status |
Change status (inbox/active/waiting/done/dropped) |
append_log |
Record decisions, progress, links |
get_context_bundle |
Get token-budgeted context payload |
search_nodes |
Find tasks by status, parent, source |
get_node |
Get full details of a work item |
shift_focus |
Switch AI attention to a specific task |
expand_context |
See parent, children, dependencies |
update_field |
Update title, summary, deadline, etc. |
attach_node / detach_node |
Move tasks in hierarchy |
add_dependency / remove_dependency |
Manage task dependencies |
unarchive |
Restore completed/dropped tasks |
set_persistent |
Protect tasks from auto-archive |
get_assembly_trace |
Debug context assembly |
Automatic Memory Rules
Follow these rules in EVERY conversation:
- Conversation start → Call
bootstrapto load memory - User mentions a task/project/goal →
create_node - User makes a decision →
append_logto the relevant node - Task progresses →
update_status - Before conversation ends →
append_logkey takeaways - Every ~10 min →
heartbeatto check for risks
Requirements
- Python 3.10+
- No external services — runs 100% locally on SQLite
Links
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fpms-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/fpms-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Fpms Memory 是什么?
Cognitive memory engine — gives your AI persistent work tracking, proactive risk alerts, and cross-conversation continuity. Never lose track of projects again. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Fpms Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fpms-memory」即可一键安装,无需额外配置。
Fpms Memory 是免费的吗?
是的,Fpms Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fpms Memory 支持哪些平台?
Fpms Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fpms Memory?
由 jeff0052(@jeff0052)开发并维护,当前版本 v0.2.0。