agentsclimarketplace

Run1 pdf form filling

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/court-form-filling/run1_pdf-form-filling

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run1_pdf-form-filling

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

What its author says it does

Copied from the file, not written here

Use this skill to identify, extract, and populate specific fields within a PDF form using the pdftk or pikepdf toolsets.

SKILL.md

0.9 KB, as published. Nobody here has run it

To fill a PDF form programmatically:

  1. Identify Field Names: Use pdftk /root/sc100-blank.pdf dump_data_fields to list all available form fields and their current values.
  2. Prepare Data: Create a data mapping of the field names found in the previous step to the values provided in the case description (e.g., Plaintiff Name, Defendant Address, Claim Amount).
  3. Populate: Use pdftk /root/sc100-blank.pdf fill_form data.fdf output /root/sc100-filled.pdf or an equivalent Python library like pypdf to inject the data.
  4. Verification: Always inspect the output file to ensure that long strings (like addresses) are not truncated and that formatting (like date strings) matches the required format (YYYY-MM-DD).

Keep looking

Skills are one crate of 328,083. 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.