Agent skills for building with Chipi — self-custody StarkNet wallets, USDC payments, and service rails.
Chipi lets you add non-custodial StarkNet wallets to your app in minutes. Passkey-secured, gasless, with session keys for frictionless UX.
Works with: Next.js, React, Expo (React Native), or any REST API client (Python, Go, etc.)
npx skills add chipi-pay/skillsnpx skills add chipi-pay/skills --skill chipi-wallet-setup/plugin marketplace add chipi-pay/skills| Skill | Description |
|---|---|
| chipi-wallet-setup | End-to-end wallet integration — providers, auth, wallet creation with passkey, balance, USDC transfers |
| chipi-payment-flow | Accept USDC payments — Chipi wallet + external wallet checkout with webhook verification |
| chipi-sku-marketplace | Service marketplace — airtime, gift cards, bill pay, gaming credits (Mexico only) |
| chipi-defi-staking | VESU USDC staking — deposit and withdraw to earn yield on StarkNet |
| chipi-session-keys | Session keys — one auth, many transactions. Requires CHIPI wallet type |
| chipi-custom-contracts | Call any StarkNet contract through Chipi's gasless infra |
| chipi-starknet-guide | StarkNet reference — addresses, tokens, errors, troubleshooting |
For real-time component access and SDK reference, connect the Chipi MCP server:
Claude Code:
claude mcp add --transport http chipiMcp https://mcp.chipipay.com/mcpCursor:
{
"mcpServers": {
"chipiMcp": {
"command": "npx mcp-remote https://mcp.chipipay.com/mcp"
}
}
}The MCP server provides 9 tools, 9 resources, and 4 prompts for comprehensive Chipi development support.
- Wallet type: CHIPI (Chipi's own account contract — supports session keys)
- Authentication: Passkey/biometric (stronger than PIN, better UX)
- Chain: StarkNet
- Tokens: USDC (6 decimals), ETH (18), STRK (18)
- Chipi Dashboard — Get API keys
- Chipi Docs — Full documentation
- MCP Server — Developer tools
- Agent Skills Standard — Skills format specification
MIT