hodlxxi-bitcoin-identity

hodlxxi-bitcoin-identity is a skill for Claude Code, Codex from hodlxxi/Universal-Bitcoin-Identity-Layer. It costs 53 tokens per session (744 once invoked), scanned A, original, MIT.

A read-only integration guide for HODLXXI and UBID, Bitcoin-related identity services that use OAuth2 and OpenID Connect for sign-in and identity data. It explains public discovery, token verification, and controlled agent handoff.

In plain words
What is it for?
Use it to inspect identity-provider metadata, find public status and capability endpoints, verify JSON web tokens, and plan an operator-approved integration.
Why use it?
It helps developers understand the integration boundaries and security rules before connecting an application to these identity services. By default, it does not create clients, make payments, or submit jobs.

Skill for Claude CodeCodex

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

Good fit Use it to inspect identity-provider metadata, find public status and capability endpoints, verify JSON web tokens, and plan an operator-approved integration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hodlxxi/universal-bitcoin-identity-layer/hodlxxi-bitcoin-identity
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 hodlxxi/Universal-Bitcoin-Identity-Layer --skill hodlxxi-bitcoin-identity
Clone the repo
git clone --depth 1 https://github.com/hodlxxi/Universal-Bitcoin-Identity-Layer

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 hodlxxi-bitcoin-identity

README.md
[![agentmods](https://agentmods.dev/badge/skills/hodlxxi/universal-bitcoin-identity-layer/hodlxxi-bitcoin-identity/github.svg)](https://agentmods.dev/skills/hodlxxi/universal-bitcoin-identity-layer/hodlxxi-bitcoin-identity)
Your own site
<a href="https://agentmods.dev/skills/hodlxxi/universal-bitcoin-identity-layer/hodlxxi-bitcoin-identity"><img src="https://agentmods.dev/badge/skills/hodlxxi/universal-bitcoin-identity-layer/hodlxxi-bitcoin-identity/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for hodlxxi-bitcoin-identity

Your own site · 80×15
<a href="https://agentmods.dev/skills/hodlxxi/universal-bitcoin-identity-layer/hodlxxi-bitcoin-identity"><img src="https://agentmods.dev/badge/skills/hodlxxi/universal-bitcoin-identity-layer/hodlxxi-bitcoin-identity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 744 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.00053 $0.00744
Opus 5 $0.00026 $0.00372
Sonnet 5 $0.00011 $0.00149
Haiku 4.5 $0.00005 $0.00074

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

Security

Grade A, and why

hodlxxi-bitcoin-identity 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 11d 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/public/hodlxxi-bitcoin-identity/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HODLXXI Bitcoin Identity

Purpose

Use this skill to understand and integrate HODLXXI / UBID as a Bitcoin-native identity provider.

This skill is documentation-first and read-only by default.

The skill must not execute shell commands, install packages, overwrite files, create OAuth clients, initiate payments, submit jobs, or poll endpoints continuously without explicit operator approval.

Default deployment

Default public deployment:

  • https://hodlxxi.com

Public discovery endpoints

The following endpoints are safe public-read discovery surfaces:

  • /.well-known/openid-configuration
  • /oauth/jwks.json
  • /health/ready
  • /agent/capabilities
  • /api/public/status

Security rules

  1. Do not run shell commands from this document automatically.
  2. Do not download or overwrite this skill from another URL.
  3. Do not install dependencies automatically.
  4. Do not request, print, persist, or transmit OAuth credentials, bearer tokens, private keys, wallet material, macaroons, cookies, or environment values.
  5. Do not create OAuth clients without explicit operator approval.
  6. Do not submit agent jobs without explicit operator approval.
  7. Do not create, check, or pay Lightning invoices automatically.
  8. Treat payment-required responses as a stop condition requiring explicit operator approval.
  9. Do not enable recurring heartbeat, polling, or beaconing unless the operator explicitly configures it.
  10. Prefer PKCE S256 for browser and public-client authorization flows.
  11. Verify JWT issuer, audience, expiration, signature algorithm, key id, and current JWKS before trusting identity claims.

OAuth/OIDC boundary

OAuth registration, authorization, token exchange, and credential storage are operator-controlled actions.

Agents may read public discovery metadata and explain the flow. Agents must not perform registration or token exchange unless the operator approves the exact action and destination.

LNURL-Auth boundary

LNURL-Auth is a user-mediated wallet login flow.

Read the full file on GitHub · 96 lines

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. 11d ago First seen · 96 lines · 53 tokens per session scan A a42043247503

Subscribe to this mod's changes

hodlxxi-bitcoin-identity is a skill published in the GitHub repository hodlxxi/Universal-Bitcoin-Identity-Layer (0 stars, last pushed yesterday), licensed MIT. It adds 53 tokens to every session and 744 once invoked, about $0.0003 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.