Memory Updater

🌐Community
by u9401066 · vlatest · Repository

This Memory Updater skill efficiently modifies and refreshes long-term AI memory, ensuring accurate and up-to-date information for improved responses.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add memory-updater npx -- -y @trustedskills/memory-updater
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "memory-updater": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/memory-updater"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The memory-updater skill allows an AI agent to modify and update its own long-term memory. It can add new information, edit existing entries, or delete irrelevant data, ensuring the agent's knowledge base remains current and accurate. This capability is particularly useful for tasks requiring continuous learning and adaptation over extended interactions.

When to use it

  • Research projects: To incorporate newly discovered research findings into a literature review as they become available.
  • Personalized tutoring: To adjust the student's knowledge profile based on their progress and areas needing improvement.
  • Dynamic task management: To update project timelines, resource allocations, or dependencies in real-time.
  • Customer support bots: To reflect updated product information or policy changes within the bot’s memory.

Key capabilities

  • Adding new facts to long-term memory.
  • Editing existing entries in long-term memory.
  • Deleting outdated or irrelevant data from long-term memory.

Example prompts

  • "Update my memory: The latest study shows that drug X is more effective than drug Y."
  • "Edit the entry for 'Project Alpha': Change the deadline to October 27th."
  • "Remove the information about the old pricing structure from my memory."

Tips & gotchas

The skill's effectiveness depends on the agent’s ability to accurately identify and categorize information for updating. Ensure clear instructions are provided when requesting modifications to avoid unintended consequences.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
u9401066
Installs
17

🌐 Community

Passed automated security scans.