membership-card-pdf Skill
Generate a printable BlastPass membership card as a PDF. Use when an associate or member asks to print, reprint, or replace a BlastPass membership card. The skill takes the member details returned by the Membership MCP (getmembership) and generates and runs a short Python (reportlab) snippet that renders a CR80-sized m Published by microsoft in new-copilot-studio-tech-guide.
What is membership-card-pdf Skill?
Generate a printable BlastPass membership card as a PDF. Use when an associate or member asks to print, reprint, or replace a BlastPass membership card. The skill takes the member details returned by the Membership MCP (getmembership) and generates and runs a short Python (reportlab) snippet that renders a CR80-sized m 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
- Developers using new-copilot-studio-tech-guide
Technical details
- Install or run with Copy skill directory
When to use membership-card-pdf Skill
- Use it for developers using new-copilot-studio-tech-guide.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/new-copilot-studio-tech-guide
- Skill file: sample/archive/store-solution/skills/membership-card-pdf/SKILL.md
What it does
Generate a printable BlastPass membership card as a PDF. Use when an associate or member asks to print, reprint, or replace a BlastPass membership card. The skill takes the member details returned by the Membership MCP (getmembership) and generates and runs a short Python (reportlab) snippet that renders a CR80-sized m
Skill instructions
BlastPass Membership Card PDF Generator This skill produces a printable BlastPass membership card — the simplest file-generation flow in the demo. You take the member record you already pulled from the Membership MCP (getmembership), then generate and run a short Python snippet that renders a styled card to a PDF using reportlab. Never invent a member, tier, or serial number — every value on the card comes from the getmembership result. This skill only draws the card; it does not decide anything. When to use Use this skill when the associate asks to print / reprint / replace a BlastPass membership card for a known member. The only prerequisite is a single getmembership(customerid) call on the Membership MCP. There is no policy lookup, no calculation, and no other agent involved — that is what makes this the entry-level scenario. Inputs (all from the Membership MCP getmembership result) | Card field | Source field | | --- | --- | | membername | membername | | memberid | customerid | | t
Explore related resources
Frequently asked questions
What is membership-card-pdf?
membership-card-pdf is a open-source AI agent skill with Copy skill directory. Generate a printable BlastPass membership card as a PDF. Use when an associate or member asks to print, reprint, or replace a BlastPass membership card.
Who is membership-card-pdf best for?
membership-card-pdf is best for reusing agent instructions, scripts, and references.
How do I install membership-card-pdf?
Install or run membership-card-pdf using Copy skill directory. Check membership-card-pdf for the latest setup command.
Is membership-card-pdf actively maintained?
membership-card-pdf may need a closer maintenance check before production use.
Auto-fetched from GitHub.