Dataecho Memory
Durable, cross-session memory for agents using private cloud storage and atomic indexing.
Free
Free forever. No account required to browse.
Works with the AI tools you already use
See it in action
You say
Recall what we decided about the database migration strategy last week and any specific constraints I mentioned.
Your agent does
Running memory recall... Found: 'db-migration-postgres'. Decision: Use pg_dump for initial sync. Why: Avoids locking production tables. Constraint: Must be performed during the Sunday 02:00 UTC maintenance window. Note: User prefers verbose logging for this task.
About this skill
The problem
Agent context windows are volatile. When a session ends or a sandbox is destroyed, the agent loses all knowledge of user preferences, past architectural decisions, and project-specific gotchas.
What it does
- Persists facts, decisions, and preferences in a private cloud drive that follows the user across different machines and platforms.
- Retrieves relevant information using a lightweight indexing system that minimizes token usage by loading only what is needed.
- Maintains atomic consistency using compare-and-swap operations to prevent data corruption during concurrent writes from multiple agents.
- Supports versioning and history, allowing developers to audit memory changes or roll back to a known good state.
- Enables secure state handoffs between different agents using time-limited, read-only or writable share tokens.
Frameworks & tools
Requires bash and python3 standard library. Uses the DataEcho REST API for storage. Works with Claude Code, Cursor, and any agentic environment with shell access.
Why this beats prompting it yourself
Standard prompting relies on the user to manually re-supply context or maintain a growing README. This skill automates the capture of "delta" knowledge at the moment it is learned, ensuring that expensive decisions and specific corrections are never forgotten or re-litigated in future sessions.
Use cases
- Logging architectural decisions (the "why" and "how to apply") to ensure consistent implementation across sessions.
- Storing project-specific user preferences such as coding style, library choices, or documentation formats.
- Capturing mid-task state and "next steps" before a sandbox times out or a session is closed.
- Sharing context between a discovery agent and an implementation agent via secure handoff tokens.
Known limitations
Designed for durable facts and decisions rather than high-frequency session logs. Not intended for storing secrets or API keys.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 16 days ago
- Free forever, no account required
Creator
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
deep-research-team
Deploy a hierarchical team of AI agents to perform 15-30 minute deep-dive research with parallel execution.

agent-handoff-orchestrator (for hermes agent / openclaw)
Generate high-fidelity, structured handoff packets for seamless multi-agent collaboration and session persistence.

agent-workflow-controller
Design and audit complex multi-agent workflows with rigorous ownership, evidence gates, and failure recovery policies.