This wraps the simplicity-cli command line tool so Claude can autofill PDF forms by running shell commands instead of hitting APIs directly. You point it at a blank PDF form and feed it context strings or source documents like W2s or IDs, and it returns a filled PDF. It handles the full workflow: checking if the CLI is installed, running login if needed, launching new or existing form jobs, polling task status, and downloading results. The skill enforces validation rules around mutually exclusive flags and waits for completion by default unless you explicitly want async behavior. Useful when you're already working in a terminal context and want Claude to handle form filling end to end without switching tools.
npx skills add https://github.com/askyourpdf/ai-pdf-filler --skill ai-pdf-filler-cli