From robtex
Bitcoin and Lightning Network analysis — address balances, transaction tracing, block inspection, Lightning node/channel data, peer recommendations
How this skill is triggered — by the user, by Claude, or both
Slash command
/robtex:robtex-cryptoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the Bitcoin or Lightning Network target: **$ARGUMENTS**
Analyze the Bitcoin or Lightning Network target: $ARGUMENTS
Auto-detect the input type and run appropriate tools:
lookup_bitcoin_address — balance, total received/sent, address type, abuse flagsbitcoin_address_transactions — recent transactions (paginated)lookup_bitcoin_transaction — inputs, outputs, fee, SegWit, size, mempool statusbitcoin_transaction_spends — which transactions consumed this tx's outputslookup_bitcoin_block — header, transaction count, difficulty, timestampslookup_lightning_node — alias, capacity, channel count, addresseslookup_lightning_channels_per_node — all channels for this nodeget_recommended_lightning_peers — recommended peers to connect tosearch_lightning_nodes_by_alias — find matching nodeslookup_lightning_nodelookup_lightning_channel — capacity, nodes, statusbitcoin_blockchain_stats — blockchain statistics over a block rangelatest_lightning_channels — most recently opened channelsRun tools in parallel where possible. Format amounts in BTC with sats equivalent. For transactions, show a clear flow diagram of inputs → outputs.
npx claudepluginhub robtex/skills --plugin robtexGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.