Skip to main content
ClaudeWave
Slash Command0 repo starsupdated today

make-fillable

Turn a flat PDF into a fillable form with Emboss

Install in Claude Code
Copy
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
Then start a new Claude Code session; the slash command loads automatically.

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.