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/fl-sean03/opensdl/author-skillnpx skills add fl-sean03/OpenSDL --skill author-skillgit clone --depth 1 https://github.com/fl-sean03/OpenSDLWrote 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/fl-sean03/opensdl/author-skill)<a href="https://agentmods.dev/skills/fl-sean03/opensdl/author-skill"><img src="https://agentmods.dev/badge/skills/fl-sean03/opensdl/author-skill.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.00039 | $0.00368 |
| Opus 5 | $0.00019 | $0.00184 |
| Sonnet 5 | $0.00008 | $0.00074 |
| Haiku 4.5 | $0.00004 | $0.00037 |
Grade A, and why
author-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 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.
What it actually says
Author a repository skill
Inputs
- recurring job and intended users
- three positive trigger requests
- two nearby requests that should select a different skill or no skill
- supported commands, inputs, outputs, evidence, and stop conditions
Procedure
- Read
docs/development/agent-skills.mdand the nearest.agents/AGENTS.md. - Place durable global rules in
AGENTS.md, concepts in documentation, exact behavior in typed tooling, and equipment procedures in a reviewed lab runbook. - Create or revise one canonical directory under
.agents/skills/. - Keep
SKILL.mdfocused on one job. Add only the supporting references, scripts, or assets that the procedure needs. - Use portable
nameanddescriptionfrontmatter. State what the skill does and when it applies. - Reference every supporting file and every command that the procedure depends on.
- Add or update the matching
.claude/skills/symlink. - Run
uv run --locked python scripts/validate-repository.pyand the procedure's own tests. - Forward-test positive selection, negative selection, representative execution, and continuing work in a dirty worktree.
Completion
The canonical skill validates, both supported harnesses discover it, its commands exist, and fresh tests show correct selection and completion behavior.
Stop conditions
Stop if the proposed procedure depends on a planned command, duplicates operational authority, or would store credentials, conversation transcripts, or mutable runtime state in Git.
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 · 39 lines · 39 tokens per session scan A 29fe35fa13c8
author-skill is a skill published in the GitHub repository fl-sean03/OpenSDL (102 stars, last pushed 5d ago), licensed Apache-2.0. It adds 39 tokens to every session and 368 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.
Other skills, from other repositories
scitex
Skill "scitex" from scitex-ai/scitex-python, covering scitex — umbrella package, mechanics, sub-skills index, quick reference and mandatory leaves.
stx.cli
Command-line interface for SciTeX platform operations — 30+ subcommands with lazy loading. Specialization of scitex-cli-convention.
bernstein-plan
Create and manage multi-step execution plans in Bernstein. Plans decompose complex goals into stages with dependencies. Use when the user wants to plan a complex feature, break down a large task, or review an execution plan before agents start working.
bernstein-run
Run a verified multi-agent goal with Bernstein. Use when a task is too large for a single agent session: Bernstein decomposes the goal into tasks, spawns CLI coding agents in parallel git worktrees, verifies their output, and merges results. Also use to check run status, costs, and to verify a finished run against its…
bernstein-agents
Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see what an agent is doing, or needs to kill one.
bernstein-alerts
Show active alerts from Bernstein - failed tasks, stalled agents, budget warnings, blocked tasks needing human intervention. Use when the user asks about problems, errors, warnings, or what needs attention.