Gives lobster.cash agents access to 40+ AI models and image generation via BlockRun. Payment handled by the lobster.cash smart wallet via x402.
curl -sSL https://raw.githubusercontent.com/BlockRunAI/lobstercash-blockrun-skill/main/install.sh | bashThe install script:
- Downloads
SKILL.md+blockrun-tools.tsinto the plugin - Patches
openclaw.plugin.jsonto register the skill - Patches
index.tsto import and register all 3 tools
No manual code changes needed. Restart the gateway after install.
- Chat with GPT-5, Claude, Gemini, DeepSeek, and 40+ more
- Generate images with DALL-E 3, GPT Image 1, Flux 1.1 Pro
- Browse models and pricing
If you prefer to patch manually, add to your index.ts:
import { createBlockRunModelsTool, createBlockRunChatTool, createBlockRunImageTool } from "./src/blockrun-tools.js";
api.registerTool(createBlockRunModelsTool(), { name: "blockrun_models" });
api.registerTool(createBlockRunChatTool(), { name: "blockrun_chat" });
api.registerTool(createBlockRunImageTool(), { name: "blockrun_image" });Dependencies: @solana/web3.js, bs58. Agent keypair's ATA must be funded with USDC.