christina-rlm

christina-rlm is a skill for Claude Code, Codex from amadeus-ex-machina/christina. It costs 32 tokens per session (144 once invoked), scanned A, original, MIT.

A sandboxed tool for running Python code and focused questions over selected project files. It supports temporary changes that can be rolled back and automatically checks code and computation limits.

In plain words
What is it for?
Summarising selected code, querying project files, running Python experiments, filtering results, and checking error-handling routines within chosen directories.
Why use it?
It lets an agent investigate or transform data from a limited scope without giving the operation unrestricted access to the whole project or leaving unwanted changes behind.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Summarising selected code, querying project files, running Python experiments, filtering results, and checking error-handling routines within chosen directories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amadeus-ex-machina/christina/rlm
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.

Any agent
npx skills add amadeus-ex-machina/christina --skill rlm
Clone the repo
git clone --depth 1 https://github.com/amadeus-ex-machina/christina

Made for: Claude Code, Codex.

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 christina-rlm

README.md
[![agentmods](https://agentmods.dev/badge/skills/amadeus-ex-machina/christina/rlm/github.svg)](https://agentmods.dev/skills/amadeus-ex-machina/christina/rlm)
Your own site
<a href="https://agentmods.dev/skills/amadeus-ex-machina/christina/rlm"><img src="https://agentmods.dev/badge/skills/amadeus-ex-machina/christina/rlm/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for christina-rlm

Your own site · 80×15
<a href="https://agentmods.dev/skills/amadeus-ex-machina/christina/rlm"><img src="https://agentmods.dev/badge/skills/amadeus-ex-machina/christina/rlm.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 144 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00032 $0.00144
Opus 5 $0.00016 $0.00072
Sonnet 5 $0.00006 $0.00029
Haiku 4.5 $0.00003 $0.00014

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

Security

Grade A, and why

christina-rlm 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 10d 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.

skills/rlm/SKILL.md · 14 lines

What it actually says

Christina RLM Execution

Out-of-core Context-as-Variable sub-querying and transactional copy-on-write Python REPL.

Tool: rlm_execute

  • Isolated sub-query: rlm_execute(query="Summarize error handlers", scope_paths=["src/auth/"])
  • Transactional REPL: rlm_execute(code="results = [x for x in data if x.active]")
  • Invariant checks: Automatically runs 3-phase AST security and compute limits.
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. 10d ago First seen · 14 lines · 32 tokens per session scan A e43352ae4225

Subscribe to this mod's changes

christina-rlm is a skill published in the GitHub repository amadeus-ex-machina/christina (0 stars, last pushed 16d ago), licensed MIT. It adds 32 tokens to every session and 144 once invoked, about $0.0002 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 skills, from other repositories

n8n-agents

Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain. AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool calling, $fromAI, system prompts, agent memory, sessionId, structured/JSON output…

czlonkowski/n8n-mcp · 156 tokens

blockrun

Pay-per-call access to AI models, real-time data, media generation and multi-chain RPC over x402 micropayments (USDC on Base or Solana). No API keys, no accounts, no subscriptions. Start here when you have the BlockRun MCP installed and need to know WHICH tool answers a question, how the wallet works, or how to make a…

BlockRunAI/blockrun-mcp · 241 tokens

solr-semantic-search

To build Solr phrase-tagging semantic search: concept tagging, taxonomy, graph paths.

griddynamics/rosetta · 24 tokens

opik-instrument

Add Opik tracing to an existing app and verify a real trace lands. Installs the Opik package, detects the language and LLM framework, adds the minimum tracing, runs a safe representative path, confirms a trace in Opik, and returns the trace link. Use for "instrument my code", "add opik tracing", "add observability"…

comet-ml/opik-mcp · 101 tokens

haiku-rag

Search, read and compute over the user's haiku.rag knowledge base through the haiku-rag MCP tools. Use whenever a request could be answered from the user's ingested documents, when asked to find, look up, check or cite something in their documents or knowledge base, or when the question is about the user's own…

ggozad/haiku.rag · 76 tokens

frontmcp-extensibility

Use when extending FrontMCP beyond the core SDK by integrating external npm packages, libraries, or third-party services into providers and tools. Covers VectoriaDB for in-memory semantic and vector search (ML-based embeddings or TF-IDF keyword engines, with persistence) and the tamper-evident, hash-chained skill…

agentfront/frontmcp · 124 tokens