Run2 pdf form filling advanced
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill run2_pdf-form-filling-advancedAssembled 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
Advanced techniques for filling PDF forms with fillable fields.
SKILL.md
0.7 KB, as published. Nobody here has run it
Advanced PDF Form Filling
- Mandatory Fields: Each entry in
field_values.jsonMUST includefield_id,page, andvalue.
{
"field_id": "...",
"page": 1,
"value": "..."
}
- Date Formats: Adhere strictly to requested date formats (e.g.,
xxxx-xx-xx). - Multi-line Text: For long descriptions, ensure they fit the field or are concisely summarized.
- Validation: Always verify the existence of the output file and, if possible, check for errors in the filling script output.
- Empty Fields: Leave optional or non-relevant fields empty as per user instructions.