fixture-skill

fixture-skill is a skill for Claude Code, Codex from graph-robots/graph-as-policy. It costs 36 tokens per session (208 once invoked), scanned A, original, Apache-2.0.

A test-only skill bundle with a script and prompt template for producing a greeting for a named entity.

In plain words
What is it for?
It is for testing skill loaders. It is not intended for normal development work.
Why use it?
It gives loader tests a small, predictable bundle to check that skills containing scripts and prompts load correctly.

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/graph-robots/graph-as-policy/fixture-skill
Any agent
npx skills add graph-robots/graph-as-policy --skill fixture-skill
Clone the repo
git clone --depth 1 https://github.com/graph-robots/graph-as-policy

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 fixture-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/graph-robots/graph-as-policy/fixture-skill.svg)](https://agentmods.dev/skills/graph-robots/graph-as-policy/fixture-skill)
Your own site
<a href="https://agentmods.dev/skills/graph-robots/graph-as-policy/fixture-skill"><img src="https://agentmods.dev/badge/skills/graph-robots/graph-as-policy/fixture-skill.svg" alt="Measured on agentmods" 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 208 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.00036 $0.00208
Opus 5 $0.00018 $0.00104
Sonnet 5 $0.00007 $0.00042
Haiku 4.5 $0.00004 $0.00021

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

Security

Grade A, and why

fixture-skill 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/hello.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.

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.

tests/skills/fixtures/skills/fixture-skill/SKILL.md · 32 lines

What it actually says

fixture-skill

A minimal skill bundle: one canonical script, one prompt template. Exists only for the loader test suite.

When to use

  • Never, outside of tests.
Files

What ships with it

2 files 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. 4d ago First seen · 32 lines · 36 tokens per session scan A 180441a28630

Subscribe to this mod's changes

fixture-skill is a skill published in the GitHub repository graph-robots/graph-as-policy (124 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 36 tokens to every session and 208 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-30.

Related

Other skills, from other repositories

transporting-objects

Move the currently-held object to a destination and release. The gripper enters this subgraph holding the object; on exit the object has been placed. For a walled container (basket / bin / box / tote) the default is a straight-Z descent to inside the walls (transportdescendlinear → release); for placement ONTO a…

graph-robots/open-robot-skills · 170 tokens

grasping-short-axis

Deterministic short-axis-aligned grasp with CuRobo. The grasp pose is computed geometrically (NOT sampled/scored) — the gripper approaches straight down with its finger-opening axis locked to the OBB's SHORTER horizontal axis, so the jaws close ACROSS the narrow dimension of an elongated target. Use for pan/pot…

graph-robots/open-robot-skills · 164 tokens

perceiving-next-item

Loop-head perception for pack-all / clean-all-items tasks. From ONE observation it localizes BOTH the destination container (basket, bin, box) AND the next remaining target item, using the pairwise VLM crop tournament with a container-excluding description so the target is never confused with the basket, then makes a…

graph-robots/open-robot-skills · 209 tokens

grasping-with-planner

Top-down grasping via a fast axis-locked linear descend with a collision-aware cuRobo fallback. A single graspdescendlinear node rises, translates over the target, and descends straight down (Z-locked, orientation held) onto the object; if the straight-line solve is infeasible (far-edge reach, no IK for the fixed…

graph-robots/open-robot-skills · 139 tokens

perceiving-objects

Fast single-path 3D object perception. Runs Grounding-DINO broad detection, a pairwise VLM crop tournament to identify the target box, SAM3 box segmentation, and depth back-projection to a world-frame point cloud, finished by geometry.filterandcomputeobb for a clean oriented bounding box, mask, and cloud. Multi-camera…

graph-robots/open-robot-skills · 126 tokens

perceiving-object-parts

Hierarchical perception for subpart targeting. Detects a parent object first (DINO+VLM), crops the camera image to the parent's bounding box, then detects and segments the named subpart inside the crop (DINO + SAM3), and uncrops + fuses depth to a world-frame OBB/mask/cloud — plus the parent object's OBB and cloud for…

graph-robots/open-robot-skills · 137 tokens