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 skills/wefio/nodememorygraph/omnimemeval-evalnpx skills add wefio/NodeMemoryGraph --skill omnimemeval-evalgit clone --depth 1 https://github.com/wefio/NodeMemoryGraphWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/wefio/nodememorygraph/omnimemeval-eval)<a href="https://agentmods.dev/skills/wefio/nodememorygraph/omnimemeval-eval"><img src="https://agentmods.dev/badge/skills/wefio/nodememorygraph/omnimemeval-eval.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00056 | $0.00818 |
| Opus 5 | $0.00028 | $0.00409 |
| Sonnet 5 | $0.00011 | $0.00164 |
| Haiku 4.5 | $0.00006 | $0.00082 |
Grade A, and why
omnimemeval-eval 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 4d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OmniMemEval evaluation
Read this before the first run, after forgetting the workflow, or when resuming
a run. The stable source of truth is
evals/omnimemeval/benchmark.config.json; do not reconstruct its parameters on
the command line.
Run
For an embedding-backed run, start the single local service in a separate
terminal with the already prepared interpreter, then verify that /health
reports "device":"cuda":
.benchmarks/bge-venv/Scripts/python.exe evals/omnimemeval/bge_server.py --device cuda
Do not use uv run --with for this service on Windows: it can resolve a second,
CPU-only PyTorch environment. Omit --device only when automatic GPU-or-CPU
selection is intentional; use --device cpu for an explicit CPU run.
# Inspect without model or embedding work.
npm run benchmark:omni -- longmemeval --dry-run
# Run one complete official suite.
npm run benchmark:omni -- longmemeval
Supported suite names are longmemeval, locomo, beam, personamem-v2,
and halumem. The runner generates a unique version, loads the configured env
file, establishes the NMG/UTF-8/venv environment, and delegates to the pinned
official script.
Configure once
Edit the checked-in config when the experiment policy changes:
{
"envFile": ".env.nmg-opencode",
"commonArgs": ["--workers", "16", "--llm-workers", "16", "--top-k", "20"],
"suites": {
"longmemeval": [],
"beam": ["--scale", "100k"]
}
}
commonArgs apply to every suite. suites.<name> forwards only that suite's
official options. Keep provider keys, model names, embedding endpoints, and QPP
configuration in the env file. Do not put runner-owned --lib, --env,
--version, or --replay flags in the config.
For a one-off canary, copy the config and select it explicitly:
npm run benchmark:omni -- beam --config evals/omnimemeval/canary.config.json
Do not add a CLI flag merely to avoid editing or copying the config.
Resume
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.
- 4d ago First seen · 95 lines · 56 tokens per session scan A afc74528775b
omnimemeval-eval is a skill published in the GitHub repository wefio/NodeMemoryGraph (0 stars, last pushed today), licensed MIT. It adds 56 tokens to every session and 818 once invoked, about $0.0003 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-31.
Other skills, from other repositories
skills-constitution
当 Agent 接到专业任务(编码/爬虫/文件操作/API调用/数据分析/文档/部署/推送等)时,强制先查记忆层和技能索引,有匹配必用、无匹配必搜、答复时自动推荐(排除已装)。用于防止 Agent 跳过技能直接硬扛通用能力。跨平台通用(WorkBuddy/Claude/ChatGPT/Cursor/Gemini 等 20+ 框架)。完整版本史见 CHANGELOG.md。.
add-memory-system
Research and integrate a new agent-memory repository into Agent Memory Atlas. Use when asked to add, analyze, catalog, or compare a memory system in this repository, including its commit-pinned system report, comparative overview coverage, homepage card, generated site, and validation.
reanalyze-memory-system
Re-read a repository Agent Memory Atlas already has a report for, at a newer commit, and fold what changed into the existing report. Use when asked to re-analyze, re-read, re-pin, refresh, or check for updates on a system already in the atlas, when an upstream project reports a fix, or when a freshness check flags a…
use-the-atlas
Design, review, or build a memory system for some other product, using the Agent Memory Atlas as the reference. Use when asked to add memory, persistence, or recall to a repository, to review an existing memory implementation against the atlas, or to decide which memory patterns a product actually needs. Runs in one…
engrama-onboard
Build a personalized Engrama memory graph for any user through a conversational interview. Use this skill whenever someone says "set up Engrama", "create my graph", "onboard", "build my profile", "configure Engrama for me", or asks how to start using Engrama. Also use when the user mentions they have a different role…
growmos
Use the repository's living knowledge graph (growmos, in .growmos/) as shared memory. Trigger when the user asks about how parts of the codebase relate, why a decision was made, who owns what, what depends on what; when you finish a meaningful piece of development and should record it; when growmos next reports…