1

    Dataecho Memory

    by Mohammed K. AbuHalib

    Durable, cross-session memory for agents using private cloud storage and atomic indexing.

    Updated Jul 2026
    0 installs

    Free

    Included in download

    • Downloadable skill package
    • 3 permissions declared
    • Instant install

    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.

    Use Cases

    • Retrieve architectural decisions and preferences at the start of a session
    • Persist project state and next steps across different agent platforms
    • Prevent repeating mistakes by logging 'lessons learned' from failed runs
    • Handoff context to other agents using secure, time-limited tokens
    • Audit memory history and roll back to previous states if context drifts

    How to install

    Drop the file into your AI tool. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Network Access
    Environment Variables

    Allowed Hosts

    dataecho.ai}
    dataecho.ai
    dataecho.ai%2A%2A

    File Scopes

    dataecho-memory/**

    Frequently Asked Questions

    More Premium Skills

    Free