← BLOG
2025-12-28

The bOpen Plugin Marketplace: Extending Claude Code for BSV Development

Explore the bOpen Plugin Marketplace with BSV blockchain tools, ordinals support, and AI-powered development utilities for Claude Code.

Specialized Tools for Blockchain Developers

The intersection of artificial intelligence and blockchain technology represents one of the most fertile grounds for software innovation. As Large Language Models evolve from passive chatbots into active coding assistants, the need for specialized domain knowledge becomes critical.

Claude Code has set a new standard for AI-assisted development. However, for developers working within the Bitcoin SV ecosystem, generic coding assistance often falls short of the specific cryptographic and protocol-level requirements necessary for building robust blockchain applications.

To bridge this gap, bOpen.ai has introduced the bOpen Plugin Marketplace.

Quick Start

Add the marketplace and install plugins:

bash
/plugin marketplace add b-open-io/claude-plugins /plugin install bsv-skills@b-open-io

Available Plugins

bsv-skills — Core Blockchain Operations

The foundational plugin for BSV development. Covers wallets, identity, transactions, and scripting:

  • wallet-brc100 — BRC-100 wallet development with @bsv/wallet-toolbox
  • wallet-send-bsv — Send BSV transactions using @bsv/sdk
  • create-bap-identity — Generate BAP identities for Bitcoin attestation
  • bsocial — Create and read on-chain social media posts
  • decode-bsv-transaction — Decode transaction hex into readable format
  • lookup-bsv-address — Query address balance, history, and UTXOs
  • junglebus — Real-time transaction streaming by address or protocol

1sat-skills — NFT Operations

Three specialized skills for 1Sat Ordinals:

  • extract-blockchain-media — Extract media files from blockchain transactions
  • wallet-create-ordinals — Mint new ordinals and inscriptions on BSV
  • ordinals-marketplace — Browse and search the GorillaPool marketplace

gemskills — AI Image Generation

Powered by Google Gemini for creative operations:

  • generate-image — Create images from natural language prompts
  • edit-image — Inpainting and outpainting operations
  • upscale-image — Upscale images 2x or 4x
  • segment-image — Object segmentation and masking
  • generate-svg — Create scalable SVG graphics
  • deck-creator — Build full presentation decks from a prompt
  • ask-gemini — Text generation with multi-image analysis

sigma-auth — Bitcoin Authentication

Bitcoin-native OAuth integration for Next.js applications:

  • Bitcoin wallet authentication flow
  • BAP (Bitcoin Attestation Protocol) identity integration
  • OAuth client setup and token exchange
  • Complete Better Auth adapter support

The Skills Architecture

The architecture behind the bOpen Plugin Marketplace is built upon AI Skills — a framework that allows agents to execute external functions and interact with real-world APIs. While a standard LLM can explain how a Bitcoin transaction works, it cannot inherently broadcast one to the network or cryptographically sign a data packet.

The plugins developed by bOpen serve as the hands and eyes for the AI, enabling it to perform these distinct actions. By using the Skills architecture, bOpen ensures that these extensions are modular, maintainable, and easily integrated into the existing developer workflow.

Open Source Community

The bOpen Plugin Marketplace is entirely open source. Repository: github.com/b-open-io/claude-plugins