Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Onchainkit

  • 13 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

onchainkit is a Claude Code skill that scaffolds onchain React apps using Coinbase's OnchainKit wallet, swap, NFT, and checkout components on Base.

About

This skill scaffolds onchain applications using Coinbase's OnchainKit React component library. A developer uses it to create projects, add components, and generate templates for wallet connection, token swaps, NFT minting, and checkout, plus pull component docs. The components abstract blockchain complexity and work on Base.

  • Scaffold onchain apps with Coinbase OnchainKit React components
  • Templates for wallet, swap, NFT, and checkout
  • Wallet, identity, and swap components that work on Base

Onchainkit by the numbers

  • 13 all-time installs (skills.sh)
  • Ranked #289 of 479 Web3 & Blockchain skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

onchainkit capabilities & compatibility

Requires NEXT_PUBLIC_CDP_API_KEY and NEXT_PUBLIC_WC_PROJECT_ID; Base fees under $0.01

Capabilities
onchain ui · wallet integration · swap ui
Use cases
frontend · ui design
Runs
Runs locally
Pricing
Bring your own API key
From the docs

What onchainkit says it does

Build production-ready onchain applications using Coinbase's React component library.
SKILL.md
Works automatically on Base
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill onchainkit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs13
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Scaffold onchain React apps with OnchainKit wallet, swap, NFT, and checkout components on Base.

Who is it for?

Scaffolding onchain React UIs with prebuilt wallet, swap, and NFT components

When should I use this skill?

You want to create or add OnchainKit components to an onchain app

By the numbers

  • 4 templates (wallet, swap, nft, checkout)

Files

SKILL.mdMarkdownGitHub ↗

OnchainKit - Build Onchain Apps

Build production-ready onchain applications using Coinbase's React component library.

Overview

OnchainKit provides ready-to-use components that abstract blockchain complexity:

  • No backend infrastructure required
  • Works automatically on Base
  • Cost-effective transactions (< $0.01 fees)

Commands

Project Setup

/onchainkit create <project-name>    Create new onchain app
/onchainkit add <component>          Add component to project

Templates

/onchainkit template wallet          Wallet connection template
/onchainkit template swap            Token swap app template
/onchainkit template nft             NFT minting template
/onchainkit template checkout        Payment processing template

Docs

/onchainkit docs wallet              Wallet integration docs
/onchainkit docs identity            Identity components docs
/onchainkit docs swap                Token swap docs
/onchainkit docs transaction         Transaction building docs

Core Components

Wallet Connection

import { Wallet, ConnectWallet } from '@coinbase/onchainkit/wallet';
<Wallet><ConnectWallet /></Wallet>

Identity Display

import { Identity, Avatar, Name } from '@coinbase/onchainkit/identity';
<Identity address={address}><Avatar /><Name /></Identity>

Token Swap

import { Swap, SwapButton } from '@coinbase/onchainkit/swap';
<Swap><SwapButton /></Swap>

Quick Start

# Create new app
npm create onchain@latest

# Or add to existing project
npm install @coinbase/onchainkit

Configuration

export NEXT_PUBLIC_CDP_API_KEY="..."        # Coinbase API key
export NEXT_PUBLIC_WC_PROJECT_ID="..."      # WalletConnect ID

Resources

  • Docs: https://onchainkit.xyz
  • GitHub: https://github.com/coinbase/onchainkit

Related skills

FAQ

What chain does OnchainKit target?

It works automatically on Base with cost-effective transactions.

What templates are available?

Wallet, swap, NFT, and checkout templates.

Web3 & Blockchainfrontendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.