Skip to content
Merged
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ _Maintained by the Bankr team._

## Installation

### Claude Code

First, add the marketplace:

```bash
Expand All @@ -63,10 +65,18 @@ claude plugin install bankr-agent-dev@bankr-claude-plugins
claude plugin install bankr-x402-sdk-dev@bankr-claude-plugins
```

### Other Coding Tools (Cursor, OpenCode, Gemini CLI, Antigravity, etc.)

Only skills are compatible with other platforms. Agents, commands, hooks, and MCP servers require Claude Code.

```bash
bunx skills add BankrBot/claude-plugins
```

## Requirements

- Claude Code CLI
- Node.js 18+
- Node.js 20+
- USDC on Base (for x402 payments)

## Links
Expand Down
2 changes: 1 addition & 1 deletion bankr-agent-dev/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bankr-agent-dev",
"version": "0.1.1",
"version": "1.0.0",
"description": "Developer toolkit for building applications on top of the Bankr Agent API - scaffold projects, understand API patterns, and build integrations",
"author": {
"name": "Bankr Team"
Expand Down
12 changes: 11 additions & 1 deletion bankr-agent-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,25 @@ This plugin helps developers scaffold and build applications that interact with
## Prerequisites

- Bankr API key (get one at https://bankr.bot/api)
- Node.js 18+ and npm/bun
- Node.js 20+ and npm/bun

## Installation

### Claude Code

```bash
claude plugin marketplace add BankrBot/claude-plugins
claude plugin install bankr-agent-dev@bankr-claude-plugins
```

### Other Coding Tools (Cursor, OpenCode, Gemini CLI, Antigravity, etc.)

Only skills are compatible with other platforms. Agents, commands, hooks, and MCP servers require Claude Code.

```bash
bunx skills add BankrBot/claude-plugins
```

## Usage

### Scaffold a New Project
Expand Down
Loading