LaunchKit · 2026
Back to Skills

OpenClaw skill for Klutch programmable credit card API integration.

1
1.5k downloads
by @kesslerio

Setup & Installation

openclaw skills install @kesslerio/klutch

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install klutch

Version History

v0.3.0Feb 4, 2026 - Version note by skill developer:

Documentation update: added hypothetical agent use cases and prompts for better agent integration.

What This Skill Does

Connects to the Klutch programmable credit card API via GraphQL to retrieve card data, transaction history, and spending breakdowns. Supports credential management through environment variables or 1Password CLI. Session tokens are cached and refreshed automatically.

Direct GraphQL access to Klutch card data lets agents act on real-time financial state rather than relying on manual exports or screen scraping.

When to use it

  • Check current card status and balance
  • Pull last 30 days of transactions for review
  • View spending broken down by merchant category
  • Set a sub-agent budget with a virtual card and spending cap
  • Alert when a specific spending category exceeds a monthly threshold

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: summarize my spending by category for this month

AGENT
  1. 1Call klutch card categories to retrieve available spending categories
  2. 2Call klutch card spending to fetch totals per category
  3. 3Call klutch transactions to cross-reference individual transactions
  4. 4Aggregate amounts and identify the top categories by spend
OUTPUT

A breakdown listing each spending category with its monthly total, ranked by amount

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Klutch credit card accountKLUTCH_CLIENT_ID and KLUTCH_SECRET_KEY from the Klutch developer portal1Password CLI (op) if using KLUTCH_1PASSWORD_ITEM credential storage