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/ppak10/rocketsmith/motor-selectionnpx skills add ppak10/RocketSmith --skill motor-selectiongit clone --depth 1 https://github.com/ppak10/RocketSmithWrote 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/ppak10/rocketsmith/motor-selection)<a href="https://agentmods.dev/skills/ppak10/rocketsmith/motor-selection"><img src="https://agentmods.dev/badge/skills/ppak10/rocketsmith/motor-selection.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.00029 | $0.01025 |
| Opus 5 | $0.00015 | $0.00513 |
| Sonnet 5 | $0.00006 | $0.00205 |
| Haiku 4.5 | $0.00003 | $0.00103 |
Grade A, and why
motor-selection 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.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Motor Selection
Overview
Motor selection balances impulse (altitude), diameter (fit), and thrust curve (stability off the rod). A motor that fits the mount and hits the target apogee is not enough — it must also produce enough thrust to clear the launch rod stably.
Core principle: Always verify the motor exists in the database before assigning it. Never guess a designation.
When to Use
- Initial motor selection for a new design
- User wants to reach a specific apogee
- Current motor undershoots or overshoots the target
- Motor diameter doesn't match the motor mount
Steps
1. Gather Constraints
Before querying, establish:
- Rocket mass — from
openrocket_component(action="read") component weights, or user-provided - Target apogee — what the user wants to achieve
- Motor mount ID — inner diameter of the motor mount inner-tube
- Motor class ceiling — any certification or field limits (e.g. Estes field = max D)
2. Estimate Required Impulse
Rule of thumb: 30–50 m of apogee per newton-second, depending on mass and drag.
required_Ns ≈ target_apogee_m / 40 (midpoint estimate)
Map to impulse class:
| Class | Total Impulse | Rough apogee (500g rocket) |
|---|---|---|
| C | 10 Ns | ~100 m |
| D | 20 Ns | ~200 m |
| E | 40 Ns | ~350 m |
| F | 80 Ns | ~600 m |
| G | 160 Ns | ~1000 m |
| H | 320 Ns | ~1500 m |
This is a starting point only — simulate to confirm.
3. Query the Database
openrocket_database(action="motors", impulse_class="D", diameter_mm=18)
Useful filter combinations:
impulse_class+diameter_mm— most common starting pointname="H100"— when you know the approximate designation (matches H100W-DMS, H100T, etc.)manufacturer="Estes"— when field or certification requires a specific brand
Review avg_thrust_n and burn_time_s in the results. A high average thrust with short burn (spike profile) vs. a lower average with longer burn (progressive) affects flight character.
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.
- 5d ago First seen · 111 lines · 29 tokens per session scan A a9de26b74415
motor-selection is a skill published in the GitHub repository ppak10/RocketSmith (21 stars, last pushed 4mo ago), licensed MIT. It adds 29 tokens to every session and 1,025 once invoked, about $0.0001 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-30.
Other skills, from other repositories
aieng-cad-cae-copilot
MCP-first evidence workflow for AIENG CAD/CAE setup, solver preflight, approval-gated solver execution, and result extraction. Use when the user asks to inspect CAE readiness, patch setup, prepare/run CalculiX, or report stress/displacement evidence.
aieng-closed-loop-copilot
MCP-first closed-loop CAD/CAE copilot skill for improving an existing solved design against explicit targets. Use when the user asks for bounded design iteration using editable CAD parameters, solver reruns, and evidence-backed comparison.
cogp-shannon
信息理论(香农) / Information theory (Shannon)。用于信号、噪声、编码、信道、冗余、压缩、容量、反馈和沟通失真分析。.
cogp-darwin
演化分析(达尔文) / Evolutionary thinking (Darwin)。用于选择压力、适应、生态位、变异、竞争和长期生存策略分析。.
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
exploratory-data-analysis
Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…