Archive

🌐Community
by resciencelab · vlatest · Repository

This "Archive" skill safely copies and stores your conversations for later review, ensuring data preservation and peace of mind.

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

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

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

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

About This Skill

What it does

The archive skill enables AI agents to organize, store, and retrieve historical data or completed tasks within a defined repository. It provides a structured method for preserving past interactions and information for future reference without cluttering active workflows.

When to use it

  • Session Summarization: Automatically saving the conclusion of long-term projects or complex troubleshooting sessions.
  • Knowledge Retention: Storing specific datasets, logs, or user preferences that need to be accessed later by the same agent.
  • Compliance & Audit: Archiving sensitive communications or decision-making records to meet regulatory requirements.
  • Context Management: Clearing active memory buffers after a task is complete to prevent hallucinations from outdated information.

Key capabilities

  • Organizes data into persistent storage locations accessible by the agent.
  • Facilitates retrieval of past entries based on specific criteria or keywords.
  • Manages the lifecycle of information, moving it from active context to historical records.

Example prompts

  • "Please archive the details of our Q3 marketing strategy meeting and tag it for future reference."
  • "Save this configuration file to the system archive so I can restore it if needed later."
  • "Archive the current troubleshooting steps we took for the server outage before starting a new diagnostic session."

Tips & gotchas

Ensure the agent has explicit permission to write to the designated archive location, as unauthorized writes may cause errors. Verify that the retrieval mechanism is configured correctly; otherwise, archived data may be stored but inaccessible when needed.

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
resciencelab
Installs
104

🌐 Community

Passed automated security scans.