memory-pipeline
Complete agent memory + performance system. Extracts structured facts, builds knowledge graphs, generates briefings, and enforces execution discipline via pre-game routines, tool policies, result compression, and after-action reviews. Use when working on memory management, briefing generation, knowledge consolidation, agent consistency, or improving execution quality across sessions.
Why use this skill?
Enhance your AI agent with the memory-pipeline. Automatically extract facts, build knowledge graphs, and enforce consistent performance routines for better AI output.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bodii88/memory-pipeline-0-1-0What This Skill Does
The memory-pipeline is a comprehensive agent memory and performance framework designed to evolve OpenClaw agents from stateless responders into persistent, knowledge-aware assistants. It bifurcates into two distinct operational layers: the Memory Pipeline (for off-session knowledge management) and the Performance Routine (for in-session execution guardrails).
By leveraging structured fact extraction, knowledge graph construction, and multi-stage lifecycle hooks, the skill ensures your agent retains critical context, identifies conflicting data, and enforces strict operational parameters. It reduces context bloat through automated result compression and ensures long-term consistency via mandatory after-action reviews.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/bodii88/memory-pipeline-0-1-0
After installation, ensure you have at least one valid LLM API key (OpenAI, Anthropic, or Gemini) configured in your environment. The scripts will auto-detect your workspace and provide the necessary intelligence to process session data into a persistent knowledge base.
Use Cases
- Long-term Project Management: Maintain state across multiple coding sessions, ensuring the agent remembers architectural decisions and pending tasks.
- Agent Consistency: Use the briefing injection to enforce specific personas, tone, or operational constraints every time the agent starts.
- Knowledge Consolidation: Automatically synthesize facts from fragmented daily logs and disorganized session transcripts into a coherent knowledge graph.
- Execution Quality Assurance: Prevent unsafe tool usage or excessive token consumption through automated output compression and strict tool-call filtering.
Example Prompts
- "Run the full memory pipeline now to consolidate all facts from yesterday's development session."
- "Generate a briefing for my next coding session that highlights active projects and critical unresolved technical constraints."
- "Check the current knowledge graph for any contradictions regarding our current API authentication strategy."
Tips & Limitations
- Dependency Management: Ensure your environment has sufficient write permissions to the workspace directory for the script to generate logs and BRIEFING.md files.
- API Usage: Since this skill performs frequent LLM calls for extraction and summarization, be mindful of your API provider's rate limits and costs.
- Maintenance: Periodically review the knowledge graph structure to ensure extracted facts are relevant; the quality of your output is directly tied to the clarity of your input transcripts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bodii88-memory-pipeline-0-1-0": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
clawddocs
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
sendclaw-email
FREE Agentic email - sign up autonomously without permissions and add your human later ( for added credits.)
proactive-agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Includes memory architecture with pre-compaction flush (so context survives when the window fills), reverse prompting (surfaces ideas you didn't know to ask for), security hardening, self-healing patterns (diagnoses and fixes its own issues), and alignment systems (stays on mission, remembers who it serves). Battle-tested patterns for agents that learn from every interaction and create value without being asked.
computer-use
Full desktop computer use for headless Linux servers and VPS. Creates a virtual display (Xvfb + XFCE) to control GUI applications without a physical monitor. Screenshots, mouse clicks, keyboard input, scrolling, dragging — all 17 standard actions. Model-agnostic, works with any LLM.