runtime-adapter

runtime-adapter is a skill for Claude Code, Codex from CassianFlorin/skill-hub-registry. It costs 0 tokens per session (127 once invoked), scanned A, original, MIT.

Instructions for adding or reviewing support for a new agent runtime deployment target, meaning an environment where an agent can be installed and run.

In plain words
What is it for?
Use it to define runtime settings, implement the deployment boundary, update target validation, and test deployment and status behavior.
Why use it?
It keeps deployment, status, dry runs, removal, validation, and tests consistent when a new runtime is added.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define runtime settings, implement the deployment boundary, update target validation, and test deployment and status behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cassianflorin/skill-hub-registry/runtime-adapter
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.

Any agent
npx skills add CassianFlorin/skill-hub-registry --skill runtime-adapter
Clone the repo
git clone --depth 1 https://github.com/CassianFlorin/skill-hub-registry

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 runtime-adapter

README.md
[![agentmods](https://agentmods.dev/badge/skills/cassianflorin/skill-hub-registry/runtime-adapter.svg)](https://agentmods.dev/skills/cassianflorin/skill-hub-registry/runtime-adapter)
Your own site
<a href="https://agentmods.dev/skills/cassianflorin/skill-hub-registry/runtime-adapter"><img src="https://agentmods.dev/badge/skills/cassianflorin/skill-hub-registry/runtime-adapter.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 127 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00127
Opus 5 $0.00000 $0.00063
Sonnet 5 $0.00000 $0.00025
Haiku 4.5 $0.00000 $0.00013

Measured 7d ago against content hash fd12abf64f29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

runtime-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.

skills/official/runtime-adapter/SKILL.md · 20 lines

What it actually says

Runtime Adapter

Use this skill when adding or reviewing support for a new agent runtime deployment target.

Instructions

  • Define the runtime name, environment variable, and default install directory first.
  • Make deploy, dry-run, status, and uninstall behavior consistent with existing runtimes.
  • Update supported target validation before publishing registry entries for the runtime.
  • Add tests for explicit deploy, batch deploy, unsupported target handling, and status output.
  • Keep runtime-specific behavior inside the deploy adapter boundary.

Verification

go test ./...
skillhub deploy <runtime> --dry-run
skillhub deploy status <runtime>
Files

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.

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. 7d ago First seen · 20 lines · 0 tokens per session scan A fd12abf64f29

Subscribe to this mod's changes

runtime-adapter is a skill published in the GitHub repository CassianFlorin/skill-hub-registry (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 127 tokens. 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

skillsmith

Discover, install, compare, and manage Claude Code skills. Search the registry, get recommendations, validate skill quality, and manage your installed skills.

smith-horn/skillsmith · 32 tokens

crucible

Write solid unit tests using property-based testing and mutation testing. Use whenever unit tests are being written, fixed, audited, or reviewed in a TypeScript project; whether the user asks directly or test-writing occurs as a step inside another workflow (TDD, feature implementation, bug fixing, code review). Also…

gpanakkal/crucible · 98 tokens

find-skills

Discover and recommend skills from the registry based on task requirements - search installed skills, suggest matching skills for current task, and browse skill categories.

chainlesschain/chainlesschain · 31 tokens

k8s-image-pull

A Kubernetes troubleshooting workflow for ImagePullBackOff, a status meaning that a cluster cannot pull a container image and keeps retrying.

kudig-io/kudig-database · 22 tokens

claude-md-improver

Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…

anthropics/claude-plugins-official · 82 tokens

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens