Slash Command0 repo starsupdated today
batch-fill
Fill a form once per row of a CSV with Emboss
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GetEmboss-ai/emboss-claude-plugin/HEAD/commands/batch-fill.md -o ~/.claude/commands/batch-fill.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
batch-fill.md
Fill the form $ARGUMENTS once per row of a CSV with Emboss. Ask for the CSV (a path or https URL) if not given. Call `suggest_mapping`, show the proposed mapping and unmapped columns, and confirm with the user before calling `fill_batch` (`suggest_mapping` is billed as one context fill; each row is one fill). Poll `get_batch` about every 20 seconds; reply with the zip link and any failed rows.
More from this repository
fill-pdfSlash Command
Fill a PDF form 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).