← Back to list

wallet-create-ordinals
by b-open-io
1Sat Ordinals NFT operations plugin for Claude Code
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: wallet-create-ordinals description: Mint new ordinals/NFTs on BSV blockchain using js-1sat-ord SDK. Inscribe images, text, or files as permanent on-chain assets. allowed-tools: "Bash(bun:*)"
Wallet Create Ordinals
Mint new ordinals/NFTs on BSV blockchain.
When to Use
- Mint new NFT inscriptions
- Create ordinal collections
- Inscribe images on-chain
- Store files permanently on blockchain
Usage
# Mint image ordinal
bun run /path/to/skills/wallet-create-ordinals/scripts/mint.ts <wif> <image-path>
# Mint with metadata
bun run /path/to/skills/wallet-create-ordinals/scripts/mint.ts <wif> <file-path> <metadata-json>
What Gets Created
Minting creates:
- On-chain inscription of file/data
- Unique ordinal ID (txid + output index)
- Permanent, immutable storage
- Tradeable NFT asset
Requirements
- Funded BSV wallet (WIF private key)
- File to inscribe (image, text, etc.)
js-1sat-ordpackage for minting- Sufficient balance for inscription cost + fees
Cost
Inscription cost depends on file size:
- Stored on-chain permanently
- ~50 sats per byte typical
- Larger files = higher cost
Output
Returns:
- Transaction ID
- Ordinal inscription ID
- GorillaPool marketplace URL
- Estimated confirmation time
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon