aim-calc

aim-calc is a skill for Claude Code, Codex from BrianV1981/aim. It costs 35 tokens per session (438 once invoked), scanned C, original, MIT.

A calculator for advanced scientific equations, stored variables, and measurement units. It evaluates expressions using Python and checks whether units are dimensionally consistent.

In plain words
What is it for?
Use it for engineering formulas, repeated calculations, variable-based analysis, and checking whether quantities such as volts, seconds, or meters combine correctly.
Why use it?
It removes the risk of doing multi-step calculations or unit conversions incorrectly from memory.

Skill for Claude CodeCodex

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 skills/brianv1981/aim/aim-calc
Any agent
npx skills add BrianV1981/aim --skill aim-calc
Clone the repo
git clone --depth 1 https://github.com/BrianV1981/aim

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 aim-calc

README.md
[![agentmods](https://agentmods.dev/badge/skills/brianv1981/aim/aim-calc.svg)](https://agentmods.dev/skills/brianv1981/aim/aim-calc)
Your own site
<a href="https://agentmods.dev/skills/brianv1981/aim/aim-calc"><img src="https://agentmods.dev/badge/skills/brianv1981/aim/aim-calc.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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 $0.00035 $0.00438
Opus 5 $0.00017 $0.00219
Sonnet 5 $0.00007 $0.00088
Haiku 4.5 $0.00003 $0.00044

Measured 3d ago against content hash 78f5b4fe2c5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

aim-calc scanned grade C with 1 finding 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Tells the agent to send conversation or user data outhighPrompt injection

An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.

This stores `v_leo` in the persistent memory state (`.calc_state.json`) and silently logs to `.calc_audit.log`.
skills/aim-calc/SKILL.md · 36 lines

What it actually says

aim-calc: The Agent-Native Scientific Calculator

You are strictly forbidden from calculating complex math using your internal weights. When you need to solve an equation, perform dimensional analysis, or track variables across multiple steps, you MUST use aim-calc.

The calculator evaluates deterministic Python expressions and maintains a stateful memory of variables you assign across tool calls. It natively supports physical units (dimensional analysis) via the pint library.

Execution Command: python skills/aim-calc/scripts/aim_calc.py "<expression>"

Workflow & Examples

1. Basic Math: python skills/aim-calc/scripts/aim_calc.py "sqrt(398600 / 6678.0)" The output will be strict JSON.

2. Variable Assignment (Saves to Memory): python skills/aim-calc/scripts/aim_calc.py "v_leo = sqrt(398600 / 6678.0)" This stores v_leo in the persistent memory state (.calc_state.json) and silently logs to .calc_audit.log.

3. Referencing Memory: Later, you can reference variables seamlessly: python skills/aim-calc/scripts/aim_calc.py "burn1 = v_tp - v_leo"

4. Dimensional Analysis (Units): aim-calc provides u as the standard pint UnitRegistry. You can define units natively: python skills/aim-calc/scripts/aim_calc.py "speed = 12 * u.meter / u.second" python skills/aim-calc/scripts/aim_calc.py "distance = speed * (2 * u.minute)" python skills/aim-calc/scripts/aim_calc.py "distance.to(u.km)"

All executions return structured JSON containing success/error status, evaluated floats, and actionable error messages/Tracebacks if you make a syntax mistake.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 36 lines · 35 tokens per session scan C 78f5b4fe2c5a

Subscribe to this mod's changes

aim-calc is a skill published in the GitHub repository BrianV1981/aim (13 stars, last pushed 21d ago), licensed MIT. It adds 35 tokens to every session and 438 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent to send conversation or user data out). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

excalidraw-diagram

Generate Excalidraw diagrams from text content. Supports three output modes - Obsidian (.md), Standard (.excalidraw), and Animated (.excalidraw with animation order). Triggers on "Excalidraw", "diagram", "standard excalidraw", "animate".

breferrari/obsidian-mind · 67 tokens

mermaid-visualizer

Transform text content into professional Mermaid diagrams for presentations and documentation. Use when users ask to visualize concepts, create flowcharts, or make diagrams from text. Supports process flows, system architectures, comparisons, mindmaps, and more with built-in syntax error prevention.

breferrari/obsidian-mind · 57 tokens

qmd

Search the vault using QMD semantic search. Use PROACTIVELY before reading files. Preference order: (1) MCP tools — mcpqmdquery, mcpqmdget, mcpqmdmultiget, mcpqmdstatus — if they appear in your tool menu, use them first; (2) CLI qmd --index ... as fallback; (3) Grep/Glob only when QMD is not installed. Trigger…

breferrari/obsidian-mind · 142 tokens

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…

breferrari/obsidian-mind · 102 tokens

deeppapernote

Generate a high-quality deep-reading note for a single paper and write it into an Obsidian-style vault. Use when the user gives a paper title, DOI, URL, arXiv ID, Zotero item, or local PDF and wants a polished Markdown note with strong structure, evidence-based analysis, and figure placeholders.

917Dhj/DeepPaperNote · 71 tokens

wrapup

Wrap up and save the current session summary to the session log. Use at end of session when the user says 'bye', 'wrap up', 'save session', or an end-of-session signal is detected. /wrapup writes to 07-logs/ only. Do NOT use for: promoting insights to memory/ (use recap), synthesizing a topic across sessions (use…

onebrain-ai/onebrain · 91 tokens