Skill s.md
Generate Tatum integration code directly in your repo. The skill detects your stack, adds routes and services, and wires up your API key for you.
npx skills add https://github.com/tatumio/tatum-integration-skill --skill tatum Ask for it in plain English
One line in the composer. The skill handles the rest, from route to response.
-
/tatumadd balance checking for Ethereum BALANCES -
/tatumadd a webhook for Bitcoin transactions NOTIFICATIONS -
/tatumadd NFT balance checking NFTS -
/tatumadd 30 day daily chart for ETH/USD MARKET DATA
One request in, repo-native code out
The skill inspects the app, adds the integration, wires configuration, and validates the result against current Tatum context.
- 01
Framework auto-detection
Reads your repo shape before it writes anything.
- 02
Service & route code generation
Adds the service layer and HTTP route in the style your app already uses.
- 03
Automatic dependency installation
Installs the SDK and supporting packages only when they are missing.
- 04
.env configuration with Tatum API key
Creates the environment contract for a Tatum key without hardcoding secrets.
- 05
V4 endpoints (latest, non-deprecated)
Targets the current Tatum API surface instead of deprecated endpoints.
- 06
MCP-assisted parameter & response validation
Checks parameters and responses against MCP context before you ship.
Six languages, eighteen frameworks
Use the frameworks your repository already runs on. The skill adapts the integration to your established stack.
ExpressNestJSFastifyKoa FastAPIDjangoFlask Spring BootQuarkusMicronaut LaravelSymfonySlim GinEchoChi RailsSinatra Resources
npx skills add https://github.com/tatumio/tatum-integration-skill --skill tatum