Skill Name
office/web_form_mapper
What should this skill do?
Agents drastically struggle with filling out legacy web portals (e.g., government sites, old SaaS tools). The agent knows the required data, but fails to execute complex DOM sequences to paste it into uncooperative fields. This skill maps JSON key-value pairs directly to a web form's hidden input/DOM structure and securely executes the submit.
Ideal Inputs & Outputs
Input:
{
"form_url": "https://legacy-gov-site.gov/submit",
"payload": {
"first_name": "John",
"tax_id": "99-9999999",
"declaration_date": "2026-04-21"
}
}
Output:
{
"success": true,
"confirmation_number": "AX-99281A",
"screenshot_url": "https://s3.local/confirm.png"
}
Targeted Models (if applicable)
Model Agnostic (All)
Skill Name
office/web_form_mapper
What should this skill do?
Agents drastically struggle with filling out legacy web portals (e.g., government sites, old SaaS tools). The agent knows the required data, but fails to execute complex DOM sequences to paste it into uncooperative fields. This skill maps JSON key-value pairs directly to a web form's hidden input/DOM structure and securely executes the submit.
Ideal Inputs & Outputs
Input:
{
"form_url": "https://legacy-gov-site.gov/submit",
"payload": {
"first_name": "John",
"tax_id": "99-9999999",
"declaration_date": "2026-04-21"
}
}
Output:
{
"success": true,
"confirmation_number": "AX-99281A",
"screenshot_url": "https://s3.local/confirm.png"
}
Targeted Models (if applicable)
Model Agnostic (All)