eh-context-memory上下文窗口管理与跨 session 知识传递。当需要跨阶段传递决策、压缩前抢救知识时使用。
Install via ClawdBot CLI:
clawdbot install lanyasheng/eh-context-memoryGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 24, 2026
A multi-turn customer support session where the AI agent passes context (e.g., issue details, customer sentiment) to the next agent or human via handoff documents, ensuring seamless continuation without repeating information.
An AI writing assistant generates a multi-chapter report; before each token budget compaction, it extracts key decisions and data into a compaction file, preserving narrative coherence across sessions.
A diagnostic AI processes patient history across multiple stages (symptoms, lab results, specialist input); token budget estimation prevents context overflow, and handoff documents pass critical findings between stages.
A legal AI reviews large contract sets; it uses filesystem as working memory to store partial analyses, and compaction extraction saves key clauses before context reset, enabling consistent multi-session review.
An AI coding assistant helps debug and refactor a large codebase across multiple sessions; it saves unresolved issues and decisions via handoff documents, and monitors context to avoid losing track of the file structure.
Offer context management as a premium feature in an AI agent platform, charging per user or per token/compaction operation. Recurring revenue from subscriptions and upsells for higher token budgets.
License the context-memory skill package to enterprises with custom workflows (e.g., legal, healthcare). Provide integration support and training. Revenue from licensing fees and professional services.
List the skill on an AI agent marketplace (e.g., LangChain Hub) and take a 20-30% commission on each sale. Volume-driven revenue with low customer acquisition cost.
💬 Integration Tip
Leverage the provided shell scripts (context-usage.sh and compaction-extract.sh) as building blocks; start with Handoff documents pattern for simple cross-session transfer, then layer on token budgeting.
Scored Apr 19, 2026
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Enable and configure Moltbot/Clawdbot memory search for persistent context. Use when setting up memory, fixing "goldfish brain," or helping users configure memorySearch in their config. Covers MEMORY.md, daily logs, and vector search setup.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Local memory management for agents. Compression detection, auto-snapshots, and semantic search. Use when agents need to detect compression risk before memory loss, save context snapshots, search historical memories, or track memory usage patterns. Never lose context again.
Audit, clean, and optimize Clawdbot's vector memory (LanceDB). Use when memory is bloated with junk, token usage is high from irrelevant auto-recalls, or setting up memory maintenance automation.