Slash Command0 repo starsupdated today
fill-pdf
Fill a PDF form with Emboss
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GetEmboss-ai/emboss-claude-plugin/HEAD/commands/fill-pdf.md -o ~/.claude/commands/fill-pdf.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
fill-pdf.md
Fill the PDF form at $ARGUMENTS with Emboss. Create or find the form (`create_form` or `list_forms`), call `get_form`, then ask the user for the values you do not already have, in one message, grouped by section. Call `fill_form` with the values keyed by field label. Show unmatched labels and ask again if any. Reply with the download link.
More from this repository
batch-fillSlash Command
Fill a form once per row of a CSV with Emboss
make-fillableSlash Command
Turn a flat PDF into a fillable form with Emboss
emboss-setupSkill
First-run setup for the Emboss connector. Use when Emboss tools are missing, return unauthenticated, or the user has not connected Emboss yet.
embossSkill
Fill PDF forms with Emboss. Use when the user has a flat or scanned PDF form and wants it fillable, wants a PDF form filled from notes, a document, or pasted text, wants one form filled for every row of a spreadsheet or CSV, or asks about AcroForm fields, checkboxes, or signature fields in a PDF. Requires the Emboss MCP connector (see the emboss-setup skill).