generated: '2026-08-25' method: generated source: openapi/leanlaw-api-openapi.json + https://platform.leanlaw.io/ api: LeanLaw API base_url: https://api.leanlaw.io note: >- LeanLaw publishes no AGENTS.md and no provider-authored skills — /llms.txt and /agents.md return 404. These skills are generated by API Evangelist and every operationId in them is verified present in LeanLaw's published OpenAPI. They deliberately foreground the two things the contract does not say: that there is no idempotency key, and that creating a matter writes into QuickBooks Online. skills: - name: leanlaw-log-billable-time file: leanlaw-log-billable-time.md description: Log a billable time entry against the right client, matter and user. operations: [ListUsers, ListMatters, ListClients, CreateTimeEntry, GetTimeEntry, ListTimeEntries, UpdateTimeEntry, DeleteTimeEntry] - name: leanlaw-open-client-matter file: leanlaw-open-client-matter.md description: Open a new client and matter, accounting for the QuickBooks Online side effect on matter creation. operations: [ListClients, CreateClient, GetClient, UpdateClient, ListPracticeAreas, ListUsers, CreateMatter, GetMatter, UpdateMatter, DeleteMatter]