Skip to main content

Install

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

Invoke with /tatum <goal> in Cursor, Claude Code, or OpenHands.

Example prompts

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

  1. 01 Detect

    Framework auto-detection

    Reads your repo shape before it writes anything.

  2. 02 Generate

    Service & route code generation

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

  3. 03 Install

    Automatic dependency installation

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

  4. 04 Configure

    .env configuration with Tatum API key

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

  5. 05 Target

    V4 endpoints (latest, non-deprecated)

    Targets the current Tatum API surface instead of deprecated endpoints.

  6. 06 Validate

    MCP-assisted parameter & response validation

    Checks parameters and responses against MCP context before you ship.

Supported stacks