agentsclimarketplace

Run2 pdf field mapping

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3-flash-preview/court-form-filling/run2_pdf-field-mapping

Techniques for mapping case descriptions to PDF form fields.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_pdf-field-mapping

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

SKILL.md

0.7 KB, 168 tokens by cl100k_base, as published. Nobody here has run it

PDF Field Mapping

When mapping case data to PDF fields:

  1. Analyze Field IDs: Look for keywords in the field_id (e.g., PlaintiffName, DefendantAddress, ClaimAmount).
  2. Use Bounding Boxes: If IDs are cryptic, use the rect (bounding box) and the page number to identify the field's position on the form.
  3. Handle Checkboxes: Identify the checked_value for "Yes" or "No" options. Usually, /1 is Yes and /2 or /Off is No, but verify in field_info.json.
  4. Consistency Check: Ensure that data like names and addresses are consistent across different sections of the form (e.g., caption vs. detailed info).

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.