Autofill PDF forms from files or URLs using AI, with async task monitoring and download management.
Works with
Supports both new form uploads (from local files or URLs) and existing form IDs, with AI-powered field population from context data or source documents
Includes task monitoring commands ( status , wait ) to track async autofill execution and poll for completion
Requires simplicity-cli installation and API key authentication via login, stdin, or environment variable
Enforces validati
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionai-pdf-filler-cliExecute the skills CLI command in your project's root directory to begin installation:
Fetches ai-pdf-filler-cli from askyourpdf/ai-pdf-filler and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate ai-pdf-filler-cli. Access via /ai-pdf-filler-cli in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
349
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
349
stars
Execute PDF autofill workflows using the installed simplicity-cli command.
Prefer direct command execution over manual API calls when this skill applies.
simplicity-cli is installed by running simplicity-cli --help.uv tool install ai-pdf-fillerpython3 -m pip install ai-pdf-fillersimplicity-cli --help.https://simplicity.ai):simplicity-cli login and paste key in hidden prompt.printf '%s' "$SIMPLICITY_AI_API_KEY" | simplicity-cli login --api-key-stdin.SIMPLICITY_AI_API_KEY.simplicity-cli new.simplicity-cli existing FORM_ID.simplicity-cli login
printf '%s' "$SIMPLICITY_AI_API_KEY" | simplicity-cli login --api-key-stdin
simplicity-cli new \
--form-file ./form.pdf \
--context "name: John Doe; dob: 1990-07-07"
simplicity-cli new \
--form-file ./form.pdf \
--source-file ./w2.pdf \
--source-file ./id.pdf
simplicity-cli new \
--form-url "https://example.com/form.pdf" \
--source-url "https://example.com/source.pdf"
simplicity-cli existing FORM_ID --context "first_name: John; last_name: Smoke; dob: 1990-07-07"
--context is the source data used to fill form fields.
Use --instructions only for optional autofill behavior guidance.
simplicity-cli status TASK_ID
simplicity-cli wait TASK_ID --poll-interval-seconds 2 --max-wait-seconds 1800
--form-file or --form-url for new.--source-file/--source-url) or context (--context/--context-file) for new.--context and --context-file as mutually exclusive.--instructions and --instructions-file as mutually exclusive.--output when --no-download is set.--json for automation or when machine-parseable output is requested.--no-wait only when user wants async handoff; otherwise wait to completion.--output when user requests an explicit file path.simplicity-cli is not found, install ai-pdf-filler first, then retry.simplicity-cli login (or --api-key-stdin) or setting SIMPLICITY_AI_API_KEY.--json and surface error.code and error.message.Use references/commands.md for concise templates and option reminders.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
aviz85/claude-skills-library
yejinlei/pdf-ocr-skill
yejinlei/pdf-ocr-skill
duc01226/easyplatform
steipete/clawdis
makenotion/skills
Registry listing for ai-pdf-filler-cli matched our evaluation — installs cleanly and behaves as described in the markdown.
We added ai-pdf-filler-cli from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: ai-pdf-filler-cli is the kind of skill you can hand to a new teammate without a long onboarding doc.
Keeps context tight: ai-pdf-filler-cli is the kind of skill you can hand to a new teammate without a long onboarding doc.
Solid pick for teams standardizing on skills: ai-pdf-filler-cli is focused, and the summary matches what you get after install.
ai-pdf-filler-cli has been reliable in day-to-day use. Documentation quality is above average for community skills.
ai-pdf-filler-cli is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
I recommend ai-pdf-filler-cli for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
ai-pdf-filler-cli fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
ai-pdf-filler-cli reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 48