Borrowing it
Nothing to install: this file belongs to fl-sean03/OpenSDL. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/fl-sean03/OpenSDL/main/.agents/skills/add-adapter/SKILL.mdgit 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/add-adapter)<a href="https://agentmods.dev/skills/fl-sean03/opensdl/add-adapter"><img src="https://agentmods.dev/badge/skills/fl-sean03/opensdl/add-adapter.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.1 | $0.00035 | $0.00268 |
| Opus 5 | $0.00017 | $0.00134 |
| Sonnet 5 | $0.00007 | $0.00054 |
| Haiku 4.5 | $0.00003 | $0.00027 |
Grade A, and why
add-adapter 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 7d 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
Add an adapter
Inputs
- adapter name
- first capability identifier
- destination directory, default
adapters
Procedure
- Inspect the nearest
AGENTS.mdand the capability contract. - Run
.agents/skills/add-adapter/run.sh NAME CAPABILITY_ID [DESTINATION]. - Implement typed transport, health, lifecycle, timeout, retry, and failure behavior.
- Keep a deterministic simulator or mock beside the operational transport.
- Add conformance cases, package tests, and one runnable simulation fixture.
- Add the package to the workspace only when it belongs in this coordinated repository.
- Run the package tests,
uv run --locked pytest -m conformance, and repository validation.
Completion
The adapter is discoverable by entry point, passes conformance, and executes its declared capability against simulation. Report the tested transport or equipment version without claiming untested hardware behavior.
Stop conditions
Stop if the semantic capability, equipment limits, safe failure behavior, or simulator contract is unclear. Do not connect physical equipment as part of scaffolding.
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.
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.
- 7d ago First seen · 34 lines · 35 tokens per session scan A 32179dda8723
add-adapter is a skill published in the GitHub repository fl-sean03/OpenSDL (102 stars, last pushed 7d ago), licensed Apache-2.0. It adds 35 tokens to every session and 268 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.
jetson-diagnostic
Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.
doca-socket-relay
Use this skill when the operator is driving the DOCA Socket Relay to bridge a socket-oriented host application onto a BlueField DPU peer without rewriting it — picking the deployment shape (in-process, sidecar, or BlueField service container), configuring the host-side socket and the DPU-side forwarding endpoint…
offensive-z-wave
Z-Wave attack methodology — sniffing with Z-Force / EZ-Wave / RTL-SDR + ZniffMobile, S0 (legacy) network-key derivation flaw and key reuse, S2 (modern) ECDH commissioning analysis, replay/injection on unauthenticated nodes, default-key brute-force on test deployments, and home-automation hub pivots. Use when targeting…
hsb-flash
Flash the FPGA on an HSB board connected to an NVIDIA devkit. Supports HSB Lattice boards (FPGA versions 2407, 2412, 2507, 2510) and Leopard Imaging VB1940 "all-in-one" cameras (FPGA versions 2507, 2510). Uses release-specific YAML manifests and board-type-specific program commands. Lattice and VB1940 commands must…