Overview
The Brickken Skill is an AI-agent skill built on the open Agent Skills format (SKILL.md). It works with any agent that supports the standard — including Claude Code, OpenAI Codex, Gemini CLI, Cursor, and GitHub Copilot — and helps agents choose and use the right Brickken surface:
- Dapp API when you have a Brickken API key.
- Agentic API when you do not have an API key and want to use private-key based x402 flows.
- MCP when your agent can connect to the hosted Brickken MCP server.
- CLI when local signing and terminal execution are the best fit.
Download Skill
Download the standalone Brickken skill archive.
CLI package
Install the public
brickken-cli package from npm.GitHub repository
View the public CLI and bundled skill source.
MCP
Open the official Brickken MCP page.
Install Only the Skill
Use this path when you want the Brickken Skill without installing the CLI globally. Download the archive and unzip it into your agent’s skills directory:.claude/skills, .cursor/skills, .gemini/skills, or .github/skills). Unzip the archive there instead to share the skill with your team through version control.
Start a new agent session after installing the skill so the agent reloads its available skills.
Install with the CLI
If you already use the Brickken CLI, install the bundled skill with:~/.codex/skills. Pass --path to install into any other agent’s skills directory:
npx:
Configure Credentials
Dapp API
Use the Dapp API when you have a Brickken API key.Agentic API
Use the Agentic API when you want x402-paid flows without a Brickken API key. It runs on Base mainnet (8453) and Base Sepolia (84532).
brickken-relayed mode the private key signs only the x402 payment, and Brickken’s relayer signs, pays native gas, and broadcasts the operation — so you do not need to sign the blockchain transaction or hold native gas. In client-signed mode the key also signs the prepared transaction locally. Never send a private key to the Brickken API.