Recall

🌐Community
by parcadei · vlatest · Repository

Recall retrieves relevant information from previous turns in a conversation, improving context and enabling more coherent 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 recall npx -- -y @trustedskills/recall
2

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

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

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

About This Skill

What it does

The recall skill allows an AI agent to retrieve and utilize previously stored information. It enables agents to remember details from earlier in a conversation or task, improving context awareness and consistency. This functionality is particularly useful for tasks requiring long-term memory or referencing past events.

When to use it

  • Complex conversations: To maintain context over extended dialogues where remembering previous statements is crucial.
  • Multi-step processes: When an agent needs to track progress and refer back to earlier steps in a workflow.
  • Personalized interactions: To recall user preferences or past interactions for tailored responses.
  • Research tasks: To store and retrieve relevant data points gathered during research activities.

Key capabilities

  • Information storage
  • Information retrieval
  • Contextual awareness
  • Memory management

Example prompts

  • "Can you remind me what we decided about the budget?"
  • "What were the key findings from our previous discussion on marketing strategies?"
  • "Recall my preferences for coffee and use that to suggest a new blend."

Tips & gotchas

The effectiveness of recall depends heavily on how information is initially stored. Ensure data is formatted in a way that allows for efficient retrieval.

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
parcadei
Installs
0

🌐 Community

Passed automated security scans.