| name | klutch |
| description | Klutch Agentic Credit Card OpenClaw Skill. Manage virtual cards, transactions, and automated spending patterns. |
| metadata | {"openclaw":{"emoji":"💳","requires":{"env":[],"optional_env":["KLUTCH_CLIENT_ID","KLUTCH_SECRET_KEY","KLUTCH_API_KEY","KLUTCH_API_SECRET","KLUTCH_1PASSWORD_ITEM"]},"install":[{"id":"pip","kind":"pip","requirements":"requirements.txt"}]}} |
Klutch Skill
OpenClaw skill for Klutch programmable credit card API integration.
Overview
This skill provides a command-line interface for accessing Klutch credit card data through their GraphQL API. It supports viewing card information, transaction history, spending categories, and spending analysis.
Prerequisites
- Klutch Account: Active Klutch credit card account
- API Credentials: Client ID and Secret Key from Klutch developer portal
- Python 3.10+: Required for running the scripts
Configuration
Environment Variables
Set your Klutch API credentials:
export KLUTCH_CLIENT_ID="your-client-id"
export KLUTCH_SECRET_KEY="your-secret-key"
export KLUTCH_1PASSWORD_ITEM="Klutch API Credential"
Configuration File
The skill stores configuration and session tokens in :