What problem does it solve? Retail and accounting teams need live data from AutoCount, Malaysia's widely used SMB accounting software, but manually exporting stock balances, invoices, and debtor aging reports is slow and error-prone. This Skill provides programmatic read/write access to the AutoCount AOTG REST API so agents and scripts can query and update accounting data directly. ## Core Features & Use Cases - Inventory & Sales Reads: Query stock balances (optionally by SKU), sales invoices filtered by date, debtor aging reports, and purchase orders filtered by status. - Write Operations: Create sales invoices with line items and post stock adjustments such as damaged-inventory write-offs. - Standardized Results: Every method returns a consistent dict with success, data, and error keys, plus typed exceptions for auth and API failures. - Use Case: A retail manager agent checks whether SKU PROD-001 is in stock before confirming a customer order, then pulls all invoices since the start of the month to build a daily sales dashboard. ## Quick Start Set the AUTOCOUNT_API_URL, AUTOCOUNT_API_KEY, and AUTOCOUNT_COMPANY_DB environment variables, then ask the agent to check the current stock balance for a given SKU using the AutoCount connector.