Memory Intake

🌐Community
by nhadaututtheky · vlatest · Repository

This "Memory Intake" skill efficiently extracts and summarizes key information from provided text, boosting productivity by quickly capturing important details.

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-intake npx -- -y @trustedskills/memory-intake
2

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

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

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

About This Skill

What it does

The memory-intake skill enables AI agents to ingest and store new information into their persistent knowledge base. It allows agents to update existing records or create fresh entries based on provided context, ensuring long-term retention of specific data points.

When to use it

  • You need an agent to remember a user's personal preferences for future interactions.
  • The agent requires updating its internal database with new project specifications or technical constraints.
  • You want the system to log specific events, such as meeting notes or transaction details, for later retrieval.
  • An agent needs to learn from a newly uploaded document or dataset to answer questions accurately.

Key capabilities

  • Ingests structured and unstructured data into the agent's memory store.
  • Supports updating existing memory entries with new information.
  • Creates new distinct records based on incoming context.
  • Integrates within the neural-memory ecosystem for persistent storage.

Example prompts

  • "Ingest this product manual so I can ask questions about its specifications later."
  • "Update your memory to note that my preferred contact method is email, not phone."
  • "Store these meeting minutes in your long-term memory for the upcoming project review."

Tips & gotchas

Ensure the input data is formatted clearly to help the agent parse and categorize the information correctly. Verify that the agent has write permissions to the specific memory store before attempting ingestion.

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
nhadaututtheky
Installs
34

🌐 Community

Passed automated security scans.