What problem does it solve?
QuickBooks integration with OAuth can be complex, requiring secure token storage, automatic refresh, and multi-profile management; this skill provides a ready-to-use adapter built on the auth-provider, handling the heavy lifting.
Core Features & Use Cases
- Multi-Profile support for managing multiple QuickBooks company connections from a single user.
- Sandbox/Production toggle to safely develop and deploy with real data separation.
- Automatic token refresh, health checks, and Realm ID management to keep connections healthy.
- Simplified API client with environment-aware base URL and fetch helper for QuickBooks endpoints.
Use cases include onboarding multiple clients, maintaining persistent connections, and performing read/write operations against company data (invoices, customers, etc.) with a single cohesive interface.
Quick Start
Initiate the OAuth flow for a profile and complete it using the CLI.