Keyoku Plugin Replaces OpenClaw's Static Heartbeat with Memory-Driven Autonomy

What Keyoku Changes
OpenClaw's current heartbeat system reads a static HEARTBEAT.md file on a schedule, responding with HEARTBEAT_OK. The agent has no connection between this heartbeat and its memory, lacking awareness of urgency, dropped tasks, or changes.
Keyoku replaces this by making the heartbeat check the agent's actual memory store every tick. It scans for items needing attention: stalled work, dropped commitments, conflicting information, quiet relationships, and patterns in your work.
How It Works
When the memory scan triggers an alert, the agent evaluates the full situation using all its knowledge, including a knowledge graph of people, projects, and their connections. Actions are then derived from memory, not from a pre-written checklist.
Instead of HEARTBEAT_OK, you might get a message like: "You mentioned you'd circle back on this last week. There are a couple things still open. Want me to help move them forward?"
Features and Architecture
- Three autonomy levels: observe (log only), suggest (surface to user, default), act (handle it directly).
- Behavioral logic: Backs off if ignored, won't nag about the same thing twice, treats urgent items differently from items that can wait.
- Enhanced memory layer: Deduplication, conflict detection, decay so stale information fades, knowledge graph that feeds into the heartbeat.
- Local execution: Runs a local Go engine with SQLite + HNSW on your machine.
- LLM integration: LLM calls go to your existing provider for extraction and analysis.
Getting Started
Install with: npx @keyoku/openclaw init
The stated goal is to make any agent autonomous, with OpenClaw as the starting point.
📖 Read the full source: r/clawdbot
👀 See Also

Fleet Commander: Open-source dashboard for orchestrating multiple Claude Code agent teams
Fleet Commander is a local web dashboard that runs multiple Claude Code agent teams in parallel on different issues. It uses a 'Diamond team' structure with Planner, Dev, and Reviewer agents that communicate peer-to-peer via SendMessage.
ClaudeAI Brainstorming Mode Gets Visual Companion for Mockups and UI Approval
A user discovers a new 'Visual companion' feature in ClaudeAI brainstorming mode that serves mockups on a local web server, enabling back-and-forth UI tweaks before building.

Developer Built AI/ML Job Board Using Claude Code for Design and SEO
A developer created MOAIJobs.com, a free site curating AI/ML jobs from leading labs and companies with filtering by category, location, and salary. The site's design and technical SEO implementation were handled by Claude Code based on developer-provided references and explanations.

LiteParse: Fast Open-Source Document Parser for AI Agents
LiteParse is an open-source document parser that provides spatial text parsing with bounding boxes, runs locally without GPUs, and supports PDFs, Office documents, and images. It can be installed as a skill for 40+ AI agents including Claude Code, Cursor, and OpenClaw.