rlm-curator

rlm-curator is an agent for coding agents from richfrem/agent-plugins-skills. It costs 137 tokens per session (189 once invoked), scanned A, original, MIT.

An agent that maintains a cache of RLM summaries, which are stored condensed descriptions of files or other material. It updates old summaries, checks the cache, and promotes good entries.

In plain words
What is it for?
Use it to update stale summaries, check cache integrity, and improve the quality of stored entries.
Why use it?
It keeps cached summaries useful after the underlying files or information change.

Agent

Part of the agent-memory plugin — 13 skills, 2 commands, 9 agents shipped together

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 agents/richfrem/agent-plugins-skills/rlm-curator
Clone the repo
git clone --depth 1 https://github.com/richfrem/agent-plugins-skills

Or install agent-memory, the plugin that ships this one along with the rest of its 13 skills, 2 commands, 9 agents.

Wrote 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.

agentmods badge for rlm-curator

README.md
[![agentmods](https://agentmods.dev/badge/agents/richfrem/agent-plugins-skills/rlm-curator.svg)](https://agentmods.dev/agents/richfrem/agent-plugins-skills/rlm-curator)
Your own site
<a href="https://agentmods.dev/agents/richfrem/agent-plugins-skills/rlm-curator"><img src="https://agentmods.dev/badge/agents/richfrem/agent-plugins-skills/rlm-curator.svg" alt="Measured on agentmods" height="20"></a>
Per session 137 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 189 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.1 $0.00137 $0.00189
Opus 5 $0.00068 $0.00095
Sonnet 5 $0.00027 $0.00038
Haiku 4.5 $0.00014 $0.00019

Measured 5d ago against content hash c6bc848ca59b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

rlm-curator 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 5d 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.

plugins/agent-memory/agents/rlm-curator.md · 23 lines

What it actually says

Please run the rlm-curator skill immediately.

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. 5d ago First seen · 23 lines · 137 tokens per session scan A c6bc848ca59b

Subscribe to this mod's changes

rlm-curator is an agent published in the GitHub repository richfrem/agent-plugins-skills (6 stars, last pushed yesterday), licensed MIT. It adds 137 tokens to every session and 189 once invoked, about $0.0007 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.

Related

Other agents, from other repositories

prompt-debugger

Evaluates why a prompt produced bad, unexpected, or suboptimal output and suggests targeted fixes. Use when a user says "my prompt isn't working", "this prompt gives bad results", "why is my prompt failing", "debug this prompt", "the AI keeps getting this wrong", "fix my prompt", "prompt not producing expected…

RadOrigin-LLC/RAD-Claude-Skills · 456 tokens

prompts-guide

Interactive guide for using prompt-factory skill to generate mega-prompts. Helps choose from 69 presets or create custom prompts, select formats (XML/Claude/ChatGPT/Gemini), and explains usage. Use when user wants to generate production-ready prompts for any LLM.

alirezarezvani/claude-code-skill-factory · 60 tokens

reliability-assessor

Assesses audit risk and alignment risk to determine whether the work can proceed as a single unit or must be decomposed.

nestharus/agent-implementation-skill · 24 tokens

frontend-security-reviewer

Review frontend code for common web security vulnerabilities. Use before committing or creating PRs for frontend code.

NYTC69/review-loop · 25 tokens

llm-architect

Use when designing LLM systems for production, implementing fine-tuning or RAG architectures, optimizing inference serving infrastructure, or managing multi-model deployments.

alexmmatos/essentials-claude-code · 34 tokens

code-reviewer

審查程式碼品質、正確性和專案慣例遵循情況。發現錯誤、提供改進建議, 並確保程式碼符合專案標準。 使用時機範例: "審查這個新功能的程式碼品質" "檢查是否有潛在的錯誤或問題" "確認程式碼遵循專案慣例" "提供改進建議".

DennisLiuCk/claude-plugin-marketplace · 111 tokens