Run2 pdf form filling advanced
Advanced techniques for filling PDF forms with fillable fields.From its SKILL.md
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.
SKILL.md
0.7 KB, 156 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.