xero
Xero API integration with managed OAuth. Manage contacts, invoices, payments, accounts, and run financial reports. Use this skill when users want to interact with Xero accounting data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/xeroWhat This Skill Does
The Xero skill enables OpenClaw agents to interact directly with Xero's financial accounting ecosystem. It handles the complexities of OAuth 2.0 authentication by utilizing the Maton AI gateway, which securely manages tokens and automatically injects the necessary tenant identifiers into your requests. Whether you need to pull contact details, issue new invoices, track payments, or generate complex financial reports, this skill abstracts the underlying API complexity. By routing requests through https://gateway.maton.ai/xero/, developers can treat Xero as a standard RESTful service without worrying about token refreshing or manual header management. It is the definitive choice for any agent-based workflow requiring real-time access to Xero bookkeeping data.
Installation
To install this skill, use the ClawKit CLI within your project environment:
clawhub install openclaw/skills/skills/byungkyu/xero
After installation, ensure your MATON_API_KEY is exported as an environment variable. Manage your specific Xero OAuth connections through the Maton Control portal at https://ctrl.maton.ai. You must initiate and authorize the connection via the provided URL before the agent can successfully perform API calls.
Use Cases
- Automated Invoicing: Trigger invoice creation workflows based on sales data from other CRMs.
- Expense Tracking: Aggregate bank transaction data to generate summaries or categorize spending.
- Client Management: Sync customer databases between OpenClaw-connected platforms and your Xero contacts list.
- Financial Reporting: Generate automated month-end summaries or balance sheets based on live account data.
Example Prompts
- "Check the status of the invoice for Acme Corp and let me know if it is marked as paid in Xero."
- "Generate a list of all active contacts in my Xero account and summarize the ones with pending balances."
- "Pull the latest bank transaction report for the last month and identify any payments over $500."
Tips & Limitations
- Connection State: Always ensure your Xero connection status is 'ACTIVE' in the Maton dashboard before executing scripts.
- Data Security: This skill uses secure token-based authentication; never hardcode your
MATON_API_KEYin public repositories. Use local.envfiles. - Rate Limiting: Be mindful of Xero's internal API rate limits when designing high-frequency synchronization tasks.
- Scope: This skill is strictly for Xero. For other accounting software or third-party integrations, utilize the
api-gatewayskill.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-xero": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.