Bookipi's AI assistant skill. Download bookipi-cli.skill below and add it to your Claude skills — see the README for install steps.
What's new
- 🐛 create the credential folder, and stop writing ~/.bookipi.json
- 🐛 size the login wait to the tool budget, not the session
- 🐛 one login mechanism, and stop handing the wait back to the agent
- 🐛 digest stage counts were reporting the fetch cap
- 🐛 per_page bounds the result instead of multiplying by seven
- 🐛 stop search_tools implying the writes do not exist
- 🐛 name the id parameter the same way on reads and writes
- 🐛 report dates as dates, not UTC instants
- 🐛 stop the duplicate guard refusing legitimate second invoices
- ✨ add send_invoice — the first write that leaves the building
- ✨ add delete_invoice, guarded, previewable, and irreversible
- ✨ add update_invoice with a before/after preview
- ✨ add document_numbering, and stop the bench counting writes as overhead
- 🐛 bound companyCache, and drain on SIGTERM
- 🐛 actually renew the Bookipi token on an OAuth refresh
- 🐛 fall back to the built config for the issuer, not a hardcoded URL
- ✨ add plan mode to create_invoice — preview before writing
- ✨ advertise writes by default, and remove --allow-writes