AgentSkillsCN

integration-quickbooks-online

通过 AgenCo 可用的 QuickBooks Online 操作

SKILL.md
--- frontmatter
name: integration-quickbooks-online
description: "QuickBooks Online actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

QuickBooks Online

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
create_customerGenerates new customer records in QuickBooks
list_customersRetrieves customer list with balances
create_invoiceGenerates invoices for customer billing
list_invoicesRetrieves invoice history and status
create_paymentRecords customer payments against invoices
list_itemsGets products and services for invoicing
list_accountsRetrieves chart of accounts
get_profit_loss_reportGenerates profit and loss statements
get_balance_sheetRetrieves balance sheet reports
list_vendorsGets vendor records for bill tracking

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["quickbooks online create customer"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["quickbooks online create customer"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"quickbooks-online_create_customer","input":{...}}'

If QuickBooks Online is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.