alpha

A short description-formatting test for checking that multi-line text is joined into one readable sentence. Its body says that the body content is not used by the catalogue builder.

In plain words
What is it for?
Testing catalogue parsing and description formatting when a description spans several indented lines.
Why use it?
It exists to verify how the catalogue handles folded, multi-line descriptions. It does not describe a practical coding-agent function.

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/robium-ai/robium/alpha
Any agent
npx skills add robium-ai/robium --skill alpha
Clone the repo
git clone --depth 1 https://github.com/robium-ai/robium

Made for: Claude Code, Codex.

Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 58 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 $0.00025 $0.00058
Opus 5 $0.00013 $0.00029
Sonnet 5 $0.00005 $0.00012
Haiku 4.5 $0.00003 $0.00006

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

Security

Grade A, and why

alpha 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 2d 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.

cli/test/fixtures/skills/alpha/SKILL.md · 13 lines

What it actually says

alpha

Body content is ignored by the catalog builder.

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. 2d ago First seen · 13 lines · 25 tokens per session scan A 604c0e648035

Subscribe to this mod's changes

alpha is a skill published in the GitHub repository robium-ai/robium (9 stars, last pushed 4d ago), licensed MIT. It adds 25 tokens to every session and 58 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-31.

Related

Other skills, from other repositories

ros2-microros

Skill "ros2-microros" from Leehyunbin0131/claude-ros2-skills, covering micro-ros instructions (ubuntu 24.04 lts & ros 2 jazzy), 1. architecture, 2. documentation entry points, 3. key concepts & patterns and a. embedded client node setup (rclc in c).

Leehyunbin0131/claude-ros2-skills · 29 tokens

ros2-troubleshooting

Diagnose ROS 2 Jazzy faults that reading the code cannot settle: QoS mismatch, sensor-mount and frame errors (REP 103/105), and odometry calibrated against CAD instead of the floor. Ships four runnable pass/fail checks.

Leehyunbin0131/claude-ros2-skills · 57 tokens

gazebo-mcp

Gazebo / gz-sim worlds, models, poses (mock + live bridge). CLI gazebo-mcp + MCP stdio serve. Use when the user mentions gazebo-mcp, /gazebo-mcp, or related domain work. One-command Grok install from GitHub.

mergeos-bounties/gazebo-mcp · 64 tokens

attach-end-effector

Mount an end-effector (parallel-jaw gripper, dexterous hand, suction tool, etc.) on a robot arm by attaching its MJCF to the arm's attachmentsite via MuJoCo's MjSpec API. Use when combining an arm MJCF and an end-effector MJCF into a single combined model. Handles known gotchas the underlying script doesn't: mesh…

PathOn-AI/PathOnRoboticsOSS · 0 tokens

urdf-to-mjcf

Use when bringing a URDF robot, hand, or CAD-generated model into MuJoCo MJCF and no hand-tuned upstream MJCF exists.

PathOn-AI/PathOnRoboticsOSS · 37 tokens

mjcf-to-urdf

Convert an MJCF (MuJoCo's XML format) to URDF for downstream consumers that don't speak MJCF (RViz, pinocchio, ROS-based motion planning, etc.). The conversion is lossy — constraints, position actuators, contact excludes, and keyframes are all dropped. Use this skill ONLY when a URDF-only consumer needs the kinematic…

PathOn-AI/PathOnRoboticsOSS · 97 tokens