Skip to main content
ClaudeWave
Slash Command0 estrellas del repoactualizado today

make-fillable

Turn a flat PDF into a fillable form with Emboss

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GetEmboss-ai/emboss-claude-plugin/HEAD/commands/make-fillable.md -o ~/.claude/commands/make-fillable.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.