一个 Xero 会计接口代理,自动完成 OAuth 与租户头注入。
数据分析
Xero
试用Xero (xero.com). Use this skill for ANY Xero request — reading, creating, and updating data. Whenever a task involves Xero, use this skill instead of calling the API directly.
它能做什么
Xero (xero.com). Use this skill for ANY Xero request — reading, creating, and updating data. Whenever a task involves Xero, use this skill instead of calling the API directly.
技能文档
Xero
Operate Xero through your OOMOL-connected account. This skill calls the xero connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.
Running an action
Assume the user has already installed the oo CLI, signed in, and connected Xero. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.
1. Inspect the contract to get the authoritative input/output schema before building a payload:
oo connector schema "xero" --action ""
2. Run the action with a JSON payload that matches the input schema:
oo connector run "xero" --action "" --data '' --json
--datatakes a JSON object string or@path/to/file.json; omit it to send{}.- The response is
{ "data": ..., "meta": { "executionId": "..." } }; the execution id lives undermeta.executionId.
Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.
Available actions
create_contact— Create a contact. [write]create_invoice— Create a draft invoice for a contact. [write]get_account— Get an account by ID.get_balance_sheet— Get the balance sheet report for a tenant.get_bank_transaction— Get a bank transaction with its line items by ID.get_contact— Get a contact by ID.get_invoice— Get an invoice with its line items by ID.get_organisation— Get the organisation profile for a tenant.get_profit_and_loss— Get the profit and loss report for a tenant.list_accounts— List the chart of accounts for a tenant.list_organisations— List the Xero organisations connected to this account.search_bank_transactions— Search bank transactions by status with pagination.search_contacts— Search contacts by name fragment with pagination.search_invoices— Search invoices by status with pagination.update_invoice_status— Move an invoice through its lifecycle. [write]
Safety
- Untagged actions are reads (get / list / search) — safe to run directly.
- Actions tagged
[write]change Xero state — confirm the exact payload and effect with the user before running. - Actions tagged
[destructive]remove or overwrite data — always confirm the target and get explicit approval first.
First-time setup
These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.
-
oo: command not found— install the oo CLI (other platforms: ):curl -fsSL https://cli.oomol.com/install.sh | bash # macOS / Linuxirm https://cli.oomol.com/install.ps1 | iex # Windows PowerShell -
Not signed in / authentication error — sign in to your OOMOL account once:
oo auth login -
scope_missing/credential_expired/app_not_ready/app_not_found— Xero is not connected, or the connection expired or lacks a scope. Connect once (auth type: OAuth2) at:https://console.oomol.com/app-connections?provider=xero -
HTTP 402 /
OOMOL_INSUFFICIENT_CREDIT— billing stop. Recharge athttps://console.oomol.com/billing/token-rechargebefore retrying.
Resources
- Xero homepage: https://www.xero.com
相关技能
Xata (xata.io). Use this skill for ANY Xata request — searching and reading data. Whenever a task involves Xata, use this skill instead of calling the API directly.
Xodo Sign (eversign.com). Use this skill for ANY Xodo Sign request — reading, creating, and updating data. Whenever a task involves Xodo Sign, use this skill instead of calling the API directly.
HubSpot (hubspot.com). Use this skill for ANY HubSpot request — reading, creating, and updating data. Whenever a task involves HubSpot, use this skill instea...
Xweather (xweather.com). Use this skill for ANY Xweather request — searching and reading data. Whenever a task involves Xweather, use this skill instead of calling the API directly.
xAI (x.ai). Use this skill for ANY xAI request — reading, creating, and updating data. Whenever a task involves xAI, use this skill instead of calling the AP...