Install
npx skills add https://github.com/tatumio/tatum-integration-skill --skill tatum
Invoke with /tatum <goal> in Cursor, Claude Code, or OpenHands.
Example prompts
- /tatum add balance checking for Ethereum
- /tatum add a webhook for Bitcoin transactions
- /tatum add NFT balance checking
- /tatum add 30 day daily chart for ETH/USD
What it does
Prompt pipeline
Turns a request into repo-native Tatum code.
The skill works like a focused implementation pass: inspect the app, add the integration, wire configuration, then validate against live Tatum context.
01 scan framework
02 write route + service
03 verify payloads
- 01 Detect
Framework auto-detection
Reads your repo shape before it writes anything.
- 02 Generate
Service & route code generation
Adds the service layer and HTTP route in the style your app already uses.
- 03 Install
Automatic dependency installation
Installs the SDK and supporting packages only when they are missing.
- 04 Configure
.env configuration with Tatum API key
Creates the environment contract for a Tatum key without hardcoding secrets.
- 05 Target
V4 endpoints (latest, non-deprecated)
Targets the current Tatum API surface instead of deprecated endpoints.
- 06 Validate
MCP-assisted parameter & response validation
Checks parameters and responses against MCP context before you ship.
Supported stacks
- JavaScript / TypeScript
Express, NestJS, Fastify, Koa
- Python
FastAPI, Django, Flask
- Java
Spring Boot, Quarkus, Micronaut
- PHP
Laravel, Symfony, Slim
- Go
Gin, Echo, Chi
- Ruby
Rails, Sinatra