Slash Command0 repo starsupdated today
make-fillable
Turn a flat PDF into a fillable form with Emboss
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GetEmboss-ai/emboss-claude-plugin/HEAD/commands/make-fillable.md -o ~/.claude/commands/make-fillable.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
make-fillable.md
Turn the PDF at $ARGUMENTS into a fillable form with Emboss. If the argument is a local path, read the file and call `create_form` with `pdf_base64`; if it is an https URL, call `create_form` with `pdf_url`. When it returns ready, call `get_form` and reply with the download link and a short list of the detected fields. If it returns failed, show the error and suggest exporting the form to PDF again.
More from this repository
batch-fillSlash Command
Fill a form once per row of a CSV with Emboss
fill-pdfSlash Command
Fill a PDF 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).