echo-fade-memoryRuns a thin long-term memory workflow on top of the echo-fade-memory service. Use proactively whenever an answer may depend on prior session context, durable...
Install via ClawdBot CLI:
clawdbot install hiparker/echo-fade-memoryGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
http://127.0.0.1:8080Audited Apr 16, 2026 · audit v1.0
Generated May 7, 2026
An AI assistant remembers user preferences such as dark mode, favorite news sources, and dietary restrictions across sessions. It uses recall before responding to avoid re-asking and stores new preferences when stated, enabling a personalized experience over time.
During software development, the agent stores project decisions like database choices or API designs with conflict groups for versioning. When context is needed, it recalls prior decisions to ensure consistency and avoid repeated discussions.
A customer support agent remembers past issues, resolutions, and user corrections across sessions. It recalls relevant history before responding and stores new facts like preferred contact methods or recurring problems, improving resolution speed and accuracy.
An agent handles screenshots, diagrams, and receipts shared by users, storing them with captions and OCR text. It can later recall images based on queries like 'the whiteboard from last meeting' or 'the screenshot with deployment checklist'.
A healthcare assistant stores patient-reported symptoms, allergies, and lifestyle preferences as durable facts with high importance. It recalls relevant history before each interaction to provide continuity and avoid redundant questioning.
Offer EchoFadeMemory as a managed service integrated into AI agent platforms. Customers pay a subscription fee based on storage usage and API calls, with tiered pricing for additional features like image memory and advanced recall.
Provide customized deployments of EchoFadeMemory for enterprises requiring tailored memory taxonomies or compliance features. Revenue comes from one-time setup fees and ongoing maintenance contracts.
Offer the core skill open-source to drive adoption, with premium paid tiers for priority support, dashboard analytics, and SLA guarantees. Revenue from support subscriptions and optional hosted versions.
💬 Integration Tip
Ensure the echo-fade-memory server is running (default http://127.0.0.1:8080) and accessible; for Docker containers, set EFM_BASE_URL to http://host.docker.internal:8080.
Scored May 7, 2026
Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions wi...
LLM-driven epistemic reasoning engine. Evaluates claims against evidence, outputs calibrated confidence and structured belief state (VERIFIED/CONTESTED/UNCER...
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context duri...
Turn scattered local sources into a source-constrained evidence notebook for incident, release, and maintainer decisions.
三级记忆管理系统 (Three-Tier Memory Management)。用于管理 AI 代理的短期、中期、长期记忆。包括:(1) 滑动窗口式短期记忆,(2) 自动摘要生成中期记忆,(3) 向量检索长期记忆 (RAG)。当需要管理对话历史、优化上下文、构建个人知识库、或实现记忆持久化时使用此 Skill。
Store secrets, long-term memory, daily logs, and anything custom in your Convex backend instead of local files