# Skills.md

> Generate Tatum integration code directly in your repo. The Skills.md skill detects your stack, adds routes and services, and wires up your API key for you.

- canonical: <https://ai.tatum.io/integration-skill>
- html: <https://ai.tatum.io/integration-skill>

## Install

```bash
npx skills add https://github.com/tatumio/tatum-integration-skill --skill tatum
```

## 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

- Framework auto-detection
- Service & route code generation
- Automatic dependency installation
- .env configuration with Tatum API key
- V4 endpoints (latest, non-deprecated)
- MCP-assisted parameter & response validation

## 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

- <https://github.com/tatumio/tatum-integration-skill>
