Rams

🌐Community
by brianlovin · vlatest · Repository

Rams generates creative, evocative short stories based on a single word prompt, sparking imagination and offering unique narrative ideas.

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

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

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

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

About This Skill

What it does

The rams skill provides access to a collection of Random Access Memory (RAM) data structures. It allows agents to store and retrieve information in key-value pairs, lists, and dictionaries. This is useful for managing state, tracking progress, or organizing complex datasets within an AI agent's workflow.

When to use it

  • Managing game state: Track player inventory, scores, and other variables in a text-based adventure game.
  • Organizing research data: Store findings from web searches or document analysis for later reference.
  • Building conversational memory: Maintain context across multiple turns of a conversation by storing user preferences or past interactions.
  • Tracking task progress: Keep track of completed steps and remaining actions in a complex project.

Key capabilities

  • Key-value storage
  • List manipulation (append, remove)
  • Dictionary creation and modification

Example prompts

  • "Store the player's health as 100 in RAM under the key 'health'."
  • "Append 'sword' to the list stored in RAM under the key 'inventory'."
  • "Create a dictionary in RAM with the key 'user_profile', containing name and email."

Tips & gotchas

The rams skill requires careful management of keys to avoid conflicts or data loss. Ensure that keys are unique and well-defined within your agent's context.

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

🌐 Community

Passed automated security scans.