Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: summarize my spending by category for this month
- 1Call klutch card categories to retrieve available spending categories
- 2Call klutch card spending to fetch totals per category
- 3Call klutch transactions to cross-reference individual transactions
- 4Aggregate amounts and identify the top categories by spend
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.