llmsr-discover

llmsr-discover is a skill for Claude Code from maxwellsdm1867/wheeler. It costs 36 tokens per session (520 once invoked), scanned A, original, MIT.

A process for finding or fitting a closed-form equation, meaning a formula written with standard mathematical operations, from a dataset using LLM-SR.

In plain words
What is it for?
Discovering equations from datasets and saving the findings with their measurements.
Why use it?
It helps turn observed data into a candidate mathematical relationship and records the result in the Wheeler knowledge graph.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; mentions Codex.

Part of the wh plugin — 41 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers shipped together

Good fit Discovering equations from datasets and saving the findings with their measurements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maxwellsdm1867/wheeler/llmsr-discover
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 maxwellsdm1867/wheeler --skill llmsr-discover
Clone the repo
git clone --depth 1 https://github.com/maxwellsdm1867/wheeler

Made for: Claude Code.

Or install wh, the plugin that ships this one along with the rest of its 41 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers.

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 llmsr-discover

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxwellsdm1867/wheeler/llmsr-discover/github.svg)](https://agentmods.dev/skills/maxwellsdm1867/wheeler/llmsr-discover)
Your own site
<a href="https://agentmods.dev/skills/maxwellsdm1867/wheeler/llmsr-discover"><img src="https://agentmods.dev/badge/skills/maxwellsdm1867/wheeler/llmsr-discover/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 llmsr-discover

Your own site · 80×15
<a href="https://agentmods.dev/skills/maxwellsdm1867/wheeler/llmsr-discover"><img src="https://agentmods.dev/badge/skills/maxwellsdm1867/wheeler/llmsr-discover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 520 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.00036 $0.00520
Opus 5 $0.00018 $0.00260
Sonnet 5 $0.00007 $0.00104
Haiku 4.5 $0.00004 $0.00052

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

Security

Grade A, and why

llmsr-discover 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 6d 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/llmsr-discover/SKILL.md · 48 lines

What it actually says

Call get_act on the wheeler_core MCP server with name="llmsr-discover", then follow the returned instructions exactly. They are the authoritative definition of this act. Do not improvise the workflow or substitute your own plan for it.

Pass host="codex" when running under Codex so the orchestration guidance matches the tools this host actually has.

Mode: write. Orchestration: subagents.

If get_act is unavailable, the Wheeler MCP servers are not connected. Say so rather than guessing at the workflow: acting without the act text is how provenance gets silently skipped.

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. 6d ago First seen · 48 lines · 36 tokens per session scan A 2cf6a73f249f

Subscribe to this mod's changes

llmsr-discover is a skill published in the GitHub repository maxwellsdm1867/wheeler (11 stars, last pushed 8d ago), licensed MIT. It adds 36 tokens to every session and 520 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-09-03.

Related

Other skills, from other repositories

get-research-paper

Discovers, retrieves, ranks, and summarizes real existing research papers on any topic. Searches arXiv, Google Scholar, PubMed, Semantic Scholar, and reputable open repositories; returns a curated reading list with verified DOIs, key findings, and citation-ready metadata. Activates on slash commands…

aniketkrs/research-paper · 159 tokens

drug-discovery

Drug discovery: ChEMBL search, drug-likeness, interactions.

NousResearch/hermes-agent · 19 tokens

pkpd-modeling

Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…

K-Dense-AI/scientific-agent-skills · 273 tokens

statistical-analysis

Guided statistical analysis for research data - test selection, assumption checking, effect sizes, power analysis, Bayesian alternatives, and APA-formatted reporting. Use whenever a user wants to compare groups, test a hypothesis, analyze experimental or survey data, check statistical assumptions, compute required…

K-Dense-AI/scientific-agent-skills · 111 tokens

diffdock

DiffDock and DiffDock-L molecular docking. Use for protein-small-molecule pose prediction from PDB or sequence plus SMILES/SDF/MOL2, batch docking, virtual screening, and pose-confidence interpretation. Not for binding affinity prediction.

K-Dense-AI/scientific-agent-skills · 51 tokens

hypothesis-generation

Formulate evidence-bounded scientific questions, candidate hypotheses, rival explanations, causal or associational claims, discriminating predictions, measurements, and preregistration-ready analysis plans. Use when turning observations or preliminary findings into transparent, testable research plans without treating…

K-Dense-AI/scientific-agent-skills · 58 tokens