extract-blockchain-media
Installation
SKILL.md
Extract Blockchain Media
Extract media files from BSV blockchain transactions using txex CLI or access them via the ORDFS gateway.
Two Approaches
| Method | Best For | How |
|---|---|---|
| txex CLI | Raw extraction, offline archival, batch processing | txex <txid> — downloads files to disk |
| ORDFS Gateway | HTTP access, embedding in apps, streaming | https://ordfs.network/<outpoint> or https://api.1sat.app/1sat/content/<path> |
txex CLI
# Install
bun add -g txex
# Extract all media from a transaction
txex <txid>