help

A help command for EverMem, a memory service that saves coding conversations and brings relevant past context into new sessions.

In plain words
What is it for?
Use it to check the API key, configure EverMem, search memories, open the Memory Hub, and review available commands.
Why use it?
It shows whether the service is configured and explains how to set it up and use its commands.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/evermind-ai/everos/help
Clone the repo
git clone --depth 1 https://github.com/EverMind-AI/EverOS
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 410 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.00410
Opus 5 $0.00005 $0.00205
Sonnet 5 $0.00002 $0.00082
Haiku 4.5 $0.00001 $0.00041

Measured yesterday against content hash 28e184365264, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

use-cases/claude-code-plugin/commands/help.md · 46 lines

What it actually says

EverMem is a memory plugin for Claude Code that automatically stores and retrieves relevant context from your past coding sessions.

How it works:

  • When you chat with Claude, your conversations are automatically saved to EverMem Cloud
  • When you start a new session, relevant memories from past sessions are automatically injected into context
  • You can also manually search your memories using the /evermem:search command

First, check if the API key is configured:

if [ -z "${EVERMEM_API_KEY:-}" ]; then
  echo "STATUS: Not configured"
  echo ""
  echo "To get started:"
  echo "1. Visit https://console.evermind.ai/ to get your API key"
  echo "2. Add to your shell config (~/.zshrc or ~/.bashrc):"
  echo "   export EVERMEM_API_KEY=\"your_api_key_here\""
  echo "3. Restart Claude Code"
else
  echo "STATUS: Configured"
  echo "API Key: ${EVERMEM_API_KEY:0:10}..."
fi

Present the configuration status to the user. If not configured, guide them through the setup steps.

Available Commands:

Command Description
/evermem:help Show this help message
/evermem:search <query> Search your memories for specific topics
/evermem:hub Open the Memory Hub dashboard to visualize and explore memories
/evermem:debug View debug logs for troubleshooting
/evermem:projects View your Claude Code projects table

Automatic Features:

  • Memory Retrieved: When you submit a prompt, relevant memories are automatically retrieved and shown
  • Memory Save: When Claude finishes responding, the conversation is automatically saved to EverMem Cloud

Share this information with the user in a clear, helpful format.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 46 lines · 10 tokens per session scan A 28e184365264

Subscribe to this mod's changes

help is a command published in the GitHub repository EverMind-AI/EverOS (12,594 stars, last pushed yesterday), licensed Apache-2.0. It adds 10 tokens to every session and 410 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.