agentsclimarketplace

Run2 pdf form filler

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3.1-flash-lite-preview/court-form-filling/run2_pdf-form-filler

Improved skill for filling XFA/non-standard PDFs using FreeText annotations when field mapping is unavailable.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_pdf-form-filler

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.9 KB, 167 tokens by cl100k_base, as published. Nobody here has run it

PDF Form Filler Skill (Round 2)

This skill addresses XFA/complex PDF form challenges by using FreeText annotations for field population.

Usage

When field-based filling (via update_page_form_field_values) fails due to XFA structure or non-standard forms, utilize annotation-based filling.

Steps

  1. Identify fields manually or via get_fields().
  2. Map fields to visual page coordinates.
  3. Use a script to overlay text using FreeText annotations.
  4. Execute via the scripts/fill_pdf_form_with_annotations.py utility.

Example

# Create a JSON configuration mapping pages, bounding boxes, and field values.
# Use the annotation script:
# python scripts/fill_pdf_form_with_annotations.py input.pdf fields.json output.pdf

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.