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>
Installs
1
GitHub Stars
5
First Seen
May 8, 2026
extract-blockchain-media — b-open-io/1sat-sdk