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.
npx agentmods add commands/evermind-ai/everos/helpgit clone --depth 1 https://github.com/EverMind-AI/EverOSWhat 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.
| Model | Per session | Once 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 |
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.
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:searchcommand
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.
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.
- yesterday First seen · 46 lines · 10 tokens per session scan A 28e184365264
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.
Other commands, from other repositories
compass-search
Search compass session-summary frontmatter (name, concept, type, drift, body) across all recorded sessions. Returns ranked hits with timestamps and drift glyphs.
compass-verify
Verify the Merkle hash chain over /.claude/projects/ /memory/ and report any tampered or missing files.
discover
Build or refresh the on-demand discovery map (concept graph + per-node notes).
aria
Command "aria" from mikeprasad/aria-knowledge, covering /aria, common actions and codex notes.
kol-analyze
分析达人数据并给出投放评级和报价建议。.
kol-daily
获取今日KOL跟进任务清单。.