スキル一覧に戻る
b-open-io

extract-blockchain-media

by b-open-io

1Sat Ordinals NFT operations plugin for Claude Code

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: extract-blockchain-media description: Extract media files (images, videos, documents) from BSV blockchain transactions using the txex CLI tool. Retrieves inscribed ordinals and embedded files. allowed-tools: "Bash(bun:*)"

Extract Blockchain Media

Extract media files from BSV blockchain transactions using txex CLI.

When to Use

  • Extract ordinal inscriptions from transactions
  • Retrieve embedded images/videos/files from blockchain
  • Download NFT assets
  • Access on-chain stored media

Usage

# 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

What Gets Extracted

The txex tool extracts:

  • Images (PNG, JPG, GIF, WEBP)
  • Videos (MP4, WEBM)
  • Audio files
  • Text/JSON data
  • Any binary data inscribed in transaction

Output

Files are saved with:

  • Original filename (if embedded in tx)
  • Auto-detected file extension
  • Saved to current directory or specified path

Requirements

  • txex CLI installed: bun add -g txex
  • Transaction ID of ordinal/inscription
  • Internet connection to fetch from blockchain

CLI Reference

txex <txid>                 # Extract to current directory
txex <txid> -o /path        # Extract to specific path

Common Use Cases

  1. View NFT Images: Extract ordinal inscription image
  2. Download Files: Retrieve documents stored on-chain
  3. Archive Media: Backup ordinals locally
  4. Content Verification: Check what's actually inscribed

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です