Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"plugins": [
{
"name": "blockrun",
"source": "./skills/blockrun",
"description": "Give Claude Code a wallet to pay for GPT, Grok, DALL-E and 30+ AI models via USDC micropayments"
"description": "Give Claude a wallet for image generation, real-time X/Twitter, and 30+ AI models",
"version": "1.0.0",
"source": "./"
}
]
}
12 changes: 1 addition & 11 deletions plugin.json → .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,5 @@
"homepage": "https://blockrun.ai",
"repository": "https://github.com/BlockRunAI/blockrun-agent-wallet",
"license": "MIT",
"keywords": [
"blockrun",
"image-generation",
"dall-e",
"grok",
"gpt",
"deepseek",
"x402",
"micropayments",
"ai-routing"
]
"keywords": ["blockrun", "image-generation", "dall-e", "grok", "gpt", "deepseek", "x402", "micropayments", "ai-routing"]
}
26 changes: 6 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,40 +86,26 @@ Your agent has a USDC balance. When it needs a capability, it pays. You set the

## Install

### One Command
### Step 1: Install the Python SDK

```bash
curl -fsSL https://raw.githubusercontent.com/BlockRunAI/blockrun-agent-wallet/main/install.sh | bash
```

Auto-detects Claude Code or Antigravity and installs everything.

### Manual Install

**Step 1: Install the Python SDK**
```bash
pip install blockrun-llm
```

**Step 2: Install the skill for your platform**
### Step 2: Install the Claude Code plugin

**Claude Code (Option A - Plugin Marketplace):**
**Option A - Plugin Marketplace:**
```
/plugin marketplace add BlockRunAI/blockrun-agent-wallet
/plugin install blockrun
```

**Claude Code (Option B - Git Clone):**
```bash
git clone https://github.com/BlockRunAI/blockrun-agent-wallet ~/.claude/skills/blockrun
```

**Antigravity (global):**
**Option B - Git Clone:**
```bash
git clone https://github.com/BlockRunAI/blockrun-agent-wallet ~/.gemini/antigravity/skills/blockrun
git clone https://github.com/BlockRunAI/blockrun-agent-wallet ~/.claude/plugins/blockrun
```

### Verify
### Step 3: Verify

```bash
python3 -c "from blockrun_llm import status; status()"
Expand Down
118 changes: 0 additions & 118 deletions bin/blockrun

This file was deleted.

File renamed without changes.
File renamed without changes.
56 changes: 0 additions & 56 deletions docs/awesome-claude-skills-pr/PR_DESCRIPTION.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/awesome-claude-skills-pr/README_ADDITION.md

This file was deleted.

Loading