Slash Command0 estrellas del repoactualizado today
batch-fill
Fill a form once per row of a CSV with Emboss
Instalar en Claude Code
Copiarmkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GetEmboss-ai/emboss-claude-plugin/HEAD/commands/batch-fill.md -o ~/.claude/commands/batch-fill.mdDespués abre una sesión nueva de Claude Code; el slash command carga automáticamente.
Definición
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.
Del mismo repositorio
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).