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

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

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.

SKILL.md

0.9 KB, 174 tokens by cl100k_base, 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).

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.