Skip to main content

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.

Composer CURSOR · CLAUDE CODE · OPENHANDS
  1. /tatum add balance checking for Ethereum BALANCES
  2. /tatum add a webhook for Bitcoin transactions NOTIFICATIONS
  3. /tatum add NFT balance checking NFTS
  4. /tatum add 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.

PIPELINE STAGES 06
  1. 01

    Framework auto-detection

    Reads your repo shape before it writes anything.

  2. 02

    Service & route code generation

    Adds the service layer and HTTP route in the style your app already uses.

  3. 03

    Automatic dependency installation

    Installs the SDK and supporting packages only when they are missing.

  4. 04

    .env configuration with Tatum API key

    Creates the environment contract for a Tatum key without hardcoding secrets.

  5. 05

    V4 endpoints (latest, non-deprecated)

    Targets the current Tatum API surface instead of deprecated endpoints.

  6. 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.

LANGUAGE FRAMEWORKS COUNT
JavaScript / TypeScript
ExpressNestJSFastifyKoa
4
Python
FastAPIDjangoFlask
3
Java
Spring BootQuarkusMicronaut
3
PHP
LaravelSymfonySlim
3
Go
GinEchoChi
3
Ruby
RailsSinatra
2

Resources

INSTALL npx skills add https://github.com/tatumio/tatum-integration-skill --skill tatum
API KEY ai.tatum.io/auth GITHUB tatumio/tatum-integration-skill