mettle

Instructions for completing and checking METTLE reverse-CAPTCHA challenges. A reverse CAPTCHA asks a machine to complete challenges designed to distinguish successful automated verification from failure; a passed policy may produce a signed credential.

In plain words
What is it for?
Starting a METTLE session, answering its challenges, retrieving the result and credential, and interpreting expiration, revocation, and verification status.
Why use it?
They define the exact meaning and limits of a METTLE result, preventing a verification credential from being treated as proof of identity, safety, or authorization.

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/creed-space/mettle/skill
Any agent
npx skills add Creed-Space/METTLE --skill skill
Clone the repo
git clone --depth 1 https://github.com/Creed-Space/METTLE

Made for: Claude Code, Codex.

Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 413 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.00032 $0.00413
Opus 5 $0.00016 $0.00206
Sonnet 5 $0.00006 $0.00083
Haiku 4.5 $0.00003 $0.00041

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

Security

Grade A, and why

mettle 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 2d 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.

skill/SKILL.md · 47 lines

What it actually says

METTLE Verification

METTLE runs machine-oriented reverse-CAPTCHA challenges:

  • verified means the configured challenge policy passed.
  • passing public quick sessions receive a signed Bronze or Silver badge;
  • authenticated suite sessions can earn Bronze through Platinum by completing every required suite in the tier range;
  • credentials expire and may be revoked;
  • public entity identifiers remain explicitly self-asserted.

Interactive API Flow

  1. Call mettle_start_session and retain both session_id and session_token.
  2. Answer each challenge with mettle_answer_challenge.
  3. Read the result and credential with mettle_get_result.

The auto-solve tool was removed. Never route a reference solver into a live session.

Interpretation Rules

Describe the credential precisely as proof that a METTLE challenge policy passed. Do not expand it into proof of:

  • non-human substrate or model identity;
  • consciousness or self-awareness;
  • freedom, autonomy, or goal ownership;
  • safety, constitutional adherence, or runtime governance;
  • universal safety or authorization suitability.

LLM-dynamic scores remain probabilistic and prompt-injection-sensitive. Selecting that suite requires explicit per-session acknowledgement that candidate responses are sent to Anthropic. VCP strings are caller-supplied metadata. METTLE does not authenticate an operator or attest the subject runtime.

Red Flags

  • Do not fabricate or auto-solve results.
  • Do not use a METTLE result alone to establish identity, grant privileges, or make another high-impact decision.
  • Do not describe content hashes as signatures.
  • Do not promote raw VCP metadata using digest allowlists or environment flags.
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. 2d ago First seen · 47 lines · 32 tokens per session scan A 3f4341179102

Subscribe to this mod's changes

mettle is a skill published in the GitHub repository Creed-Space/METTLE (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 32 tokens to every session and 413 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-31.

Related

Other skills, from other repositories

orloj-generator

Interactive scaffold generator for Orloj multi-agent systems. Use this skill whenever someone wants to create, set up, scaffold, bootstrap, or generate an Orloj agent system, pipeline, swarm, or hierarchy. Also trigger when users mention "orlojctl init", ask how to get started with Orloj, want to build a multi-agent…

OrlojHQ/orloj · 168 tokens

agentfootprint

Use when building AI agents with agentfootprint — LLMCall, Agent, skills, RAG, memory, control flow, Swarm concepts, mock/anthropic/openai/ollama providers, tools, recorders, resilience, and streaming. Also use when someone asks how agentfootprint works or wants to understand the framework.

footprintjs/agentfootprint · 72 tokens

nio-action

Nio runtime action safety evaluator. Use when the user asks whether a specific runtime action is safe — e.g. "is it safe to run ", "should I allow this curl/POST", "evaluate this file write / secret access", "check this action with nio". Returns allow/deny/confirm. Focused single-purpose skill; for other Nio…

core0-io/nio · 83 tokens

nio-scan

Nio code/skill execution-risk scanner. Use when the user wants to scan a file, repo, directory, or skill for execution risks — e.g. "scan this code for risks", "is this file/plugin dangerous", "check this repo for malicious code", "run nio scan on ". Focused single-purpose skill; for other Nio operations use /nio.

core0-io/nio · 81 tokens

nio-doctor

Nio config validator + connectivity check. Use when the user wants to validate their Nio setup — e.g. "run nio doctor", "is my nio config valid / working", "test my OAuth / external endpoint / LLM connectivity", "why isn't my scorer firing". Focused single-purpose skill; for other Nio operations use /nio.

core0-io/nio · 75 tokens

nio-external-score

Nio external scoring-endpoint snapshot. Use when the user asks about their current Nio/risk scores from configured external scoring endpoints — e.g. "what's my Nio score", "tell me the nio score", "check my external/guardrail endpoint scores", "what do my scoring services return right now", "list the current risk…

core0-io/nio · 97 tokens