verify

verify is a skill for Claude Code, Codex from BitMiracle-AI/Dormice. It costs 1 tokens per session (270 once invoked), scanned A, original, Apache-2.0.

A verification procedure for Dormice, a daemon with public HTTP and E2B interfaces. It builds the project, starts an isolated fake runtime, and tests the service through its supported network routes.

In plain words
What is it for?
Use it to verify Dormice health checks, HTTP and E2B interactions, streaming request formats, error handling, and resource cleanup. It does not establish Docker or gVisor behavior when using the fake executor.
Why use it?
It checks whether the claimed runtime flow actually works, including authentication, streaming responses, malformed requests, replay or concurrency behavior, and cleanup. It also separates facts that need a real Linux host from those the fake runtime can test.

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/bitmiracle-ai/dormice/verify
Any agent
npx skills add BitMiracle-AI/Dormice --skill verify
Clone the repo
git clone --depth 1 https://github.com/BitMiracle-AI/Dormice

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 verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/bitmiracle-ai/dormice/verify.svg)](https://agentmods.dev/skills/bitmiracle-ai/dormice/verify)
Your own site
<a href="https://agentmods.dev/skills/bitmiracle-ai/dormice/verify"><img src="https://agentmods.dev/badge/skills/bitmiracle-ai/dormice/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 1 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 270 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.00001 $0.00270
Opus 5 $0.00000 $0.00135
Sonnet 5 $0.00000 $0.00054
Haiku 4.5 $0.00000 $0.00027

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

Security

Grade A, and why

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

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.

.claude/skills/verify/SKILL.md · 14 lines

What it actually says

Verify Dormice runtime behavior

  1. Run pnpm build before verification; the black-box surface is packages/server/dist/main.js.
  2. Launch an isolated fake daemon with an unused port, a temporary absolute DORMICE_DB_PATH/DORMICE_DATA_DIR, a 64-hex DORMICE_API_TOKEN, and DORMICE_EXECUTOR=fake.
  3. Wait for GET /healthz, then drive native or E2B routes only over HTTP. E2B control auth is X-API-KEY: e2b_<token>; envd requests use the returned sandboxID/envdAccessToken as E2b-Sandbox-Id and X-Access-Token.
  4. Connect streaming requests use one envelope: flag byte 0, four-byte big-endian JSON length, then JSON bytes. Parse responses as repeated envelopes.
  5. Capture response status/body inline. Probe malformed input, replay/concurrency, and resource cleanup around the claimed flow.
  6. Stop the daemon and remove its temporary directory. Docker/gVisor process facts require the Linux test host and cannot be established with the fake executor.
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 · 14 lines · 1 tokens per session scan A 988cb11aaab4

Subscribe to this mod's changes

verify is a skill published in the GitHub repository BitMiracle-AI/Dormice (987 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1 tokens to every session and 270 once invoked, about $0.0000 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

debugging-output-and-previewing-html-using-ray

Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.

coollabsio/coolify · 58 tokens

changelog-entry

Add a new entry to CHANGELOG.yml under the current unreleased version (or create the version block if needed), then regenerate documentation. Use when the user says things like "add a changelog entry", "log this fix in the changelog", or "/changelog-entry".

telepresenceio/telepresence · 60 tokens

project-snmp-profiles-authoring

Use when editing Netdata SNMP profile YAMLs, topology SNMP profiles, ddsnmp profile parsing, or profile-format documentation. Requires checking source MIB field accessibility, especially MAX-ACCESS not-accessible INDEX objects, before adding or changing profile symbols.

netdata/netdata · 60 tokens

web-artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Prismer-AI/PrismerCloud · 64 tokens

kurtosis-ethereum

Run Ethereum multi-client devnets using Kurtosis and the ethpandaops/ethereum-package. Use for spinning up local devnets, syncing public testnets, validating cross-client interop, testing fork transitions, shadowforks, running assertoor checks, debugging CL/EL client interactions, or verifying new feature…

ethpandaops/ethereum-package · 78 tokens

evolve-create

Create a reusable gene from a novel fix pattern. Only invoke manually.

Prismer-AI/PrismerCloud · 18 tokens