bankr-dev---client-patterns — an installable skill for AI agents, published by bankrbot/claude-plugins.
Bankr Client Patterns Reusable client code and common files for Bankr API projects. bankr-client.ts The core API client module for all Bankr projects: import "dotenv/config"; const API_URL = process.env.BANKR_API_URL || "https://api.bankr.bot"; const API_KEY = process.env.BANKR_API_KEY; // ============================================ // Types // ============================================ export type JobStatus = "pending" | "processing" | "completed" | "failed" | "cancelled";
don't have the plugin yet? install it then click "run inline in claude" again.