What problem does it solve? Accessing Exact Online Bulk data requires constructing OData queries with mandatory $select parameters, endpoint-specific $filter fields, and OAuth bearer authentication, which is tedious to do by hand. This Skill drives the exact-online-bulk-pp-cli binary so an agent can retrieve payments, receivables, CRM accounts, invoices, sales orders, and other Bulk resources with simple commands. ## Core Features & Use Cases - Full Bulk API coverage: 21 read commands covering Cashflow, CRM, Documents, Financial, Logistics, Project, and Sales Bulk endpoints from the official Exact Online documentation. - Agent-ready output: --agent mode produces compact JSON with --select field filtering, --dry-run request previews, and structured exit codes for scripting. - Self-learning recall loop: recall/teach commands cache query-to-resource mappings locally so repeated questions skip discovery. - Use Case: Ask for all open customer receivables; the agent runs exact-online-bulk-pp-cli bulk get-cashflow-receivables --agent with the right $select and $filter options and returns parsed JSON. ## Quick Start Ask the agent to list your Exact Online CRM accounts using the Exact Online Bulk skill, and it will verify the CLI is installed, authenticate with your OAuth token, and run the matching bulk command.