← All plugins
quickbooks
v1.0.3Analyze finances and manage QuickBooks records
Codex
by QuickBooksMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/quickbooks/ inside the repository.
Layout
plugins/quickbooks/
└── .codex-plugin/plugin.json
Manifests1
plugins/quickbooks/.codex-plugin/plugin.json
{
"name": "quickbooks",
"version": "1.0.3",
"description": "Analyze finances and manage QuickBooks records",
"author": {
"name": "QuickBooks",
"url": "https://quickbooks.intuit.com"
},
"homepage": "https://quickbooks.intuit.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "QuickBooks",
"shortDescription": "Analyze finances and manage QuickBooks records",
"longDescription": "Turn your business's raw financial data into clear financial insights. Analyze profitability, cash flow, accounts receivable and payable, and compare your performance against similar businesses in your industry and region. Generate accounting-compliant profit & loss, cash flow statements, balance sheets, and AR/AP aging reports in minutes. Manage invoices, estimates, payments, customers, products, and payroll directly from chat. Upload or paste transactions into the QuickBooks ChatGPT App to analyze personalized results, and view peer loan benchmarks as your business evolves.",
"developerName": "QuickBooks",
"category": "Finance",
"capabilities": [],
"websiteURL": "https://quickbooks.intuit.com",
"privacyPolicyURL": "https://www.intuit.com/privacy/statement/",
"termsOfServiceURL": "https://quickbooks.intuit.com/legal/",
"defaultPrompt": [
"Find overdue QuickBooks invoices and summarize who needs follow-up.",
"Pull QuickBooks expenses by category this month and flag anomalies.",
"Review QuickBooks customers and recent payments for this account."
],
"brandColor": "#2CA01C",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"screenshots": []
}
}