bitcoin-libraries-bdk-jvm

bitcoin-libraries-bdk-jvm is a skill for Claude Code from claude-dev-suite/claude-dev-suite. It costs 51 tokens per session (539 once invoked), scanned A, original, MIT.

JVM and Android bindings for Bitcoin Dev Kit, a Rust wallet library. They provide Kotlin and Java applications with descriptor-based wallets, blockchain syncing, address generation, and transaction support.

In plain words
What is it for?
Use it to build Android wallets, desktop JVM applications, or server-side Java and Kotlin services that need Bitcoin wallet functions.
Why use it?
They let JVM and Android developers use BDK’s wallet logic without rewriting it in Rust.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to build Android wallets, desktop JVM applications, or server-side Java and Kotlin services that need Bitcoin wallet functions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/claude-dev-suite/claude-dev-suite/bdk-jvm
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 claude-dev-suite/claude-dev-suite --skill bdk-jvm
Clone the repo
git clone --depth 1 https://github.com/claude-dev-suite/claude-dev-suite

Made for: Claude Code.

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 bitcoin-libraries-bdk-jvm

README.md
[![agentmods](https://agentmods.dev/badge/skills/claude-dev-suite/claude-dev-suite/bdk-jvm.svg)](https://agentmods.dev/skills/claude-dev-suite/claude-dev-suite/bdk-jvm)
Your own site
<a href="https://agentmods.dev/skills/claude-dev-suite/claude-dev-suite/bdk-jvm"><img src="https://agentmods.dev/badge/skills/claude-dev-suite/claude-dev-suite/bdk-jvm.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 539 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 43
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
How audits are shown
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.00051 $0.00539
Opus 5 $0.00026 $0.00269
Sonnet 5 $0.00010 $0.00108
Haiku 4.5 $0.00005 $0.00054

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

Security

Grade A, and why

bitcoin-libraries-bdk-jvm 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.

skills/bitcoin/libraries/bdk-jvm/SKILL.md · 73 lines

What it actually says

bdk-jvm / bdk-android

JVM bindings to Rust BDK.

Repos:

  • github.com/bitcoindevkit/bdk-jvm (JVM desktop).
  • github.com/bitcoindevkit/bdk-android (Android).

Install

Gradle (Android):

implementation 'org.bitcoindevkit:bdk-android:1.0.0'

Gradle (JVM):

implementation 'org.bitcoindevkit:bdk-jvm:1.0.0'

Quick example (Kotlin)

import org.bitcoindevkit.*

val descriptor = Descriptor("wpkh(xprv.../84h/0h/0h/0/*)", Network.BITCOIN)
val change = Descriptor("wpkh(xprv.../84h/0h/0h/1/*)", Network.BITCOIN)

val wallet = Wallet(descriptor, change, Network.BITCOIN, "/path/to/db")

val esplora = EsploraClient("https://mempool.space/api", null, 5, 100, null)
wallet.fullScan(esplora, 5, 1)

val addr = wallet.revealNextAddress(KeychainKind.EXTERNAL)
println(addr.address.asString())

Bindings

  • Same API as Rust BDK and bdkpython.
  • UniFFI auto-generates bindings.
  • Coverage: ~95% of Rust BDK API.

Use cases

  • Android wallets — modern alternative to bitcoinj.
  • JVM desktop apps.
  • Server-side JVM Bitcoin services.

Compared

See bitcoinj/SKILL.md for comparison.

Common pitfalls

  • Native .so files per Android architecture; APK size grows.
  • UniFFI bindings sometimes lag Rust by a version.

See also

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 · 73 lines · 51 tokens per session scan A 22a4d29c7203

Subscribe to this mod's changes

bitcoin-libraries-bdk-jvm is a skill published in the GitHub repository claude-dev-suite/claude-dev-suite (31 stars, last pushed 2d ago), licensed MIT. It adds 51 tokens to every session and 539 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-09-03.