Extract media files (images, videos, documents) from BSV blockchain transactions using the txex CLI tool. Retrieves inscribed ordinals and embedded files.
/plugin marketplace add b-open-io/1sat-skills/plugin install 1sat-skills@b-open-ioThis skill is limited to using the following tools:
scripts/extract.tsExtract media files from BSV blockchain transactions using txex CLI.
# Extract media from transaction ID
bun run /path/to/skills/extract-blockchain-media/scripts/extract.ts <txid>
# Extract to specific output directory
bun run /path/to/skills/extract-blockchain-media/scripts/extract.ts <txid> /path/to/output
The txex tool extracts:
Files are saved with:
txex CLI installed: bun add -g txextxex <txid> # Extract to current directory
txex <txid> -o /path # Extract to specific path