nano-banana-blockrun
OfficialPay-per-image AI art with on-device signing.
AuthorBlockRunAI
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables on-demand image generation via BlockRun's pay-per-image API on the Base network. It eliminates the need for external API keys, reduces setup friction, and ensures private, local signing of payment signatures for each image generation.
Core Features & Use Cases
- Pay-per-image generation: Claude Code prompts are converted into micropayments and images are generated using Google Nano Banana, Nano Banana Pro, or OpenAI DALL-E 3 models.
- No API keys required: All payments are signed locally on your device; your private key never leaves your machine.
- Model flexibility: Supports
google/nano-banana,google/nano-banana-pro, andopenai/dall-e-3.
Quick Start
- Install the SDK: pip install blockrun-llm
- Configure wallet on Base:
- Copy the example env: cp .env.example .env
- Set BLOCKRUN_WALLET_KEY=0x...
- Or export: export BLOCKRUN_WALLET_KEY=0x...
- Generate an image with Python: from blockrun_llm import ImageClient client = ImageClient() result = client.generate("a futuristic city at sunset") print(result.data[0].url)
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: nano-banana-blockrun Download link: https://github.com/BlockRunAI/nano-banana-blockrun/archive/main.zip#nano-banana-blockrun Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.