slip-pdf-generator Skill
Generate a printable BlastBox return / RMA / exchange slip as a PDF for the associate to hand to the customer. Use at the end of a return, warranty swap, membership cancellation, or upgrade once all amounts are final. The skill runs a bundled Python script that renders the confirmed slip values into a real PDF file. Published by microsoft in new-copilot-studio-tech-guide.
What is slip-pdf-generator Skill?
Generate a printable BlastBox return / RMA / exchange slip as a PDF for the associate to hand to the customer. Use at the end of a return, warranty swap, membership cancellation, or upgrade once all amounts are final. The skill runs a bundled Python script that renders the confirmed slip values into a real PDF file. Published by microsoft in new-copilot-studio-tech-guide. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use slip-pdf-generator Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/new-copilot-studio-tech-guide
- Skill file: sample/archive/store-solution/skills/slip-pdf-generator/SKILL.md
What it does
Generate a printable BlastBox return / RMA / exchange slip as a PDF for the associate to hand to the customer. Use at the end of a return, warranty swap, membership cancellation, or upgrade once all amounts are final. The skill runs a bundled Python script that renders the confirmed slip values into a real PDF file.
Skill instructions
Return / RMA Slip PDF Generator This skill produces the printable slip that closes out a transaction at the returns desk. You collect the final, already-confirmed values, then run the bundled slippdf.py script to render the slip to a PDF using reportlab. Do not hand-draw the PDF, write your own rendering code, or invent amounts — every value comes from earlier steps (Policy Agent ruling, Membership MCP, Warehouse MCP, and the prorated-refund-calculator skill). When to use Use this skill last, after every amount is final: - the eligibility / warranty ruling is decided (Store Policy Agent), - any membership refund is computed (prorated-refund-calculator), - any upgrade settlement / net-due is computed (prorated-refund-calculator), - the customer has agreed to the outcome. Do not use it to decide anything — it only renders the agreed result. Slip types Set sliptype to the right label: - WARRANTY SWAP — defective item replaced under warranty. - RETURN / REFUND — item returned for a refund.
Explore related resources
Frequently asked questions
What is slip-pdf-generator?
slip-pdf-generator is a open-source AI agent skill with Copy skill directory. Generate a printable BlastBox return / RMA / exchange slip as a PDF for the associate to hand to the customer.
Who is slip-pdf-generator best for?
slip-pdf-generator is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install slip-pdf-generator?
Install or run slip-pdf-generator using Copy skill directory. Check slip-pdf-generator for the latest setup command.
Is slip-pdf-generator actively maintained?
slip-pdf-generator may need a closer maintenance check before production use.
Auto-fetched from GitHub.