
invoice-total-fixer
✓ Official★ 3,334by openai · part of openai/openai-agents-js
Use when fixing invoice total calculations in the sandbox quickstart repository.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
Invoice Total Fixer
Inspect the implementation and test before editing. The total should apply tax as a percentage of the subtotal, so the expected formula is subtotal + subtotal * taxRate.
After editing, run npm test from the repository directory and report the command result.
npx skills add https://github.com/openai/openai-agents-js --skill invoice-total-fixerRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →