Real Skill packageSource verifiedClawHub registry

blink-wallet

Bitcoin Lightning wallet for agents — balances, invoices, payments, BTC/USD swaps, QR codes, price conversion, transaction history, and L402 auto-pay client via the Blink API. All output is JSON.

Identity and source

Publisher attributionpretyflacoregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 57% rule confidence
Package forminstruction with code43 recorded files
Canonical sourceClawHub registryclawhub:pretyflaco:blink
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/23/2026.claude/skills/blink-wallet

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/23/2026.agents/skills/blink-wallet

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/23/2026skills/blink-wallet

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @pretyflaco/blink
clawhub inspect @pretyflaco/blink --version 1.7.3

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
40 / 43 inspected as text
Checked
8/23/2026, 2:01:35 AM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
12 dependency and API indicators
  • api: 402index.io
  • api: api.blink.sv
  • api: api.example.com
  • api: api.staging.blink.sv
  • api: breez.technology
  • api: dev.blink.sv
  • api: github.com
  • api: hyperdope.com
  • api: l402.directory
  • api: l402.services
  • api: www.l402apps.com
  • api: www.nayuki.io
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/22/2026, 9:09:32 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:868de9b35e9c2feebf7e6e9b67f23d2fec1fc88807e8f7f95bdc72c9f649551c
Show up to 30 recorded paths
  • references/blink-api-and-auth.md
  • references/invoice-lifecycle.md
  • references/non-custodial.md
  • references/payment-operations.md
  • references/swap-operations.md
  • scripts/_blink_client.js
  • scripts/_budget.js
  • scripts/_l402_macaroon.js
  • scripts/_lnurl.js
  • scripts/_spark_sdk.js
  • scripts/_swap_common.js
  • scripts/account_info.js
  • scripts/balance.js
  • scripts/budget.js
  • scripts/check_invoice.js
  • scripts/create_invoice_lnaddress.js
  • scripts/create_invoice_usd.js
  • scripts/create_invoice.js
  • scripts/fee_probe.js
  • scripts/l402_challenge_create.js
  • scripts/l402_discover.js
  • scripts/l402_info.js
  • scripts/l402_pay.js
  • scripts/l402_payment_verify.js
  • scripts/l402_search.js
  • scripts/l402_store.js
  • scripts/pay_invoice.js
  • scripts/pay_lnaddress.js
  • scripts/pay_lnurl.js
  • scripts/price.js

Source changelog

- Added support for non-custodial Spark accounts, including new commands: `resolve-receiver`, `create-invoice-lnaddress`, and `spark-*` operations. - API key and sensitive environment variable handling improved: no shell rc files are read; keys and seeds are only taken from environment variables. - Skill name updated from "blink" to "blink-wallet". - Expanded Agent Safety Policy to cover Spark seed handling and L402 pay budgeting/enforcement. - New scripts added for LNURL, Spark, invoice creation via Lightning Address, and transaction/query enhancement. - Updated documentation to clarify distinction between custodial and non-custodial commands, CLI usage, and updated environment requirements.