Memory Cli Ops

🌐Community
by d-o-hub · vlatest · Repository

Memory Cli Ops streamlines CLI operations by capturing and recalling commands, boosting efficiency and reducing repetitive input for consistent results.

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

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

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

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

About This Skill

What it does

This skill provides command line interface (CLI) operations for interacting with memory stores. It allows agents to list, create, update, and delete entries within a specified memory store. The tool supports various data formats and offers functionalities for managing persistent memory across agent interactions.

When to use it

  • Managing knowledge bases: Use this skill when an agent needs to actively curate and maintain its own internal knowledge base.
  • Persistent state management: Employ the skill to save and load agent states, allowing for continuity across sessions or tasks.
  • Data manipulation: Utilize the tool to modify existing memory entries based on new information or changing requirements.
  • Debugging & inspection: Inspect the contents of a memory store to understand an agent's reasoning process or identify potential errors.

Key capabilities

  • List memory entries
  • Create new memory entries
  • Update existing memory entries
  • Delete memory entries

Example prompts

  • "List all entries in my 'project_notes' memory."
  • "Create a new entry in the 'todo' memory with title 'Buy groceries' and due date tomorrow."
  • "Update the 'meeting_summary' entry to include action items from the discussion."

Tips & gotchas

The skill requires a properly configured memory store. Ensure that the agent has access credentials or connection details for the target memory system before attempting any operations.

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
d-o-hub
Installs
9

🌐 Community

Passed automated security scans.