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