Skip to content

BlockRunAI/lobstercash-blockrun-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlockRun AI Skill for lobster.cash

Gives lobster.cash agents access to 40+ AI models and image generation via BlockRun. Payment handled by the lobster.cash smart wallet via x402.

Install

curl -sSL https://raw.githubusercontent.com/BlockRunAI/lobstercash-blockrun-skill/main/install.sh | bash

The install script:

  1. Downloads SKILL.md + blockrun-tools.ts into the plugin
  2. Patches openclaw.plugin.json to register the skill
  3. Patches index.ts to import and register all 3 tools

No manual code changes needed. Restart the gateway after install.

What the agent can do

  • 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

Manual integration

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.

About

BlockRun AI skill for lobster.cash OpenClaw plugin — 40+ AI models paid with Solana USDC via x402

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors