Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from AlvaGonz/AlvaGonz.github.io (.agent/skills/playwright-automation-fill-in-form/SKILL.md). Install upstream with npx skills add AlvaGonz/AlvaGonz.github.io --skill playwright-automation-fill-in-form. Copyright stays with the author.
Automating Filling in a Form with Playwright MCP
Your goal is to automate the process of filling in a form using Playwright MCP.
Specific Instructions
Navigate to the target form URL.
Fill in the form with the provided details.
DO NOT SUBMIT THE FORM.
Ask for a review of the form before submitting it.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "alvagonz-alvagonz-github-io-playwright-automation-fill-in-form",
"kind": "skill",
"name": "playwright-automation-fill-in-form",
"description": "Automate filling in a form using Playwright MCP",
"publisher": "AlvaGonz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Automate filling in a form using Playwright MCP"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/AlvaGonz/AlvaGonz.github.io",
"path": ".agent/skills/playwright-automation-fill-in-form/SKILL.md",
"ref": "9d3ad9efae045b2d6c6d8645ab86570424354709",
"url": "https://github.com/AlvaGonz/AlvaGonz.github.io/blob/9d3ad9efae045b2d6c6d8645ab86570424354709/.agent/skills/playwright-automation-fill-in-form/SKILL.md",
"key": "AlvaGonz/AlvaGonz.github.io/.agent/skills/playwright-automation-fill-in-form/SKILL.md"
}
},
"instructions": "# Automating Filling in a Form with Playwright MCP\n\nYour goal is to automate the process of filling in a form using Playwright MCP.\n\n## Specific Instructions\n\nNavigate to the target form URL.\n\n### Fill in the form with the provided details.\n\nDO NOT SUBMIT THE FORM. \n\nAsk for a review of the form before submitting it.",
"cost": {
"context_tokens": 79
}
}
Fetch it by URL: GET /api/v1/registry/alvagonz-alvagonz-github-io-playwright-automation-fill-in-form/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.