Output format·Web, Search & Scraping

Browser Form Fill

Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms.

You say
Buy it · $19 Read it before you buy $19 Written by ruvnet · unverified publisher
Context cost
750 tokensestimated from the bundle, loaded when it triggers
Bundle
1 file · 3.0 kBtext throughout, nothing executable
Licence
MITpaid listing
Last change
no release on file
Servers it uses
Noneruns standalone

What it does

Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Output format

Produces one artefact, exactly shaped.

browserautomation

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md3.0 kB · 41 lines
--- name: browser-form-fill description: Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms argument-hint: "<url> <field-map.json> [--template <name>] [--submit]" allowed-tools: mcp__plugin_ruflo-core_ruflo__browser_open mcp__plugin_ruflo-core_ruflo__browser_close mcp__plugin_ruflo-core_ruflo__browser_fill mcp__plugin_ruflo-core_ruflo__browser_type mcp__plugin_ruflo-core_ruflo__browser_select mcp__plugin_ruflo-core_ruflo__browser_check mcp__plugin_ruflo-core_ruflo__browser_uncheck mcp__plugin_ruflo-core_ruflo__browser_click mcp__plugin_ruflo-core_ruflo__browser_wait mcp__plugin_ruflo-core_ruflo__browser_snapshot mcp__plugin_ruflo-core_ruflo__aidefence_has_pii Bash Read Write ---
8# Browser Form Fill
9
10Fill a form using a structured field map ({"first_name": "Ada", "company": "..."}). When a browser-templates entry exists for the host, use it to resolve field names → CSS selectors automatically; otherwise resolve via the page accessibility snapshot.
11
12## When to use
13
14- Submitting a known form (signup, contact, checkout) where field names are stable.
15- Re-using a stored template for a recurring submission.
16- Authoring a new template for a site by recording the resolved selectors.
17
18## Steps
19
201. **Open a recorded session** via browser-record.
212. **Resolve selectors**:
22 - **Template path** (--template <name>): pull {field_name → selector} from browser-templates.
23 - **Snapshot path**: call browser_snapshot, walk the accessibility tree, match each input's accessible name / label to the field map keys.
243. **AIDefence PII gate**: every value in the field map passes aidefence_has_pii before any keystroke; record pii_in_form: true in the session manifest. **Do not** record the values themselves in the trajectory; record only the field names + a redacted placeholder.
254. **Fill** with browser_fill / browser_type / browser_select / browser_check per input type.
265. **Submit** if --submit: locate the submit button via the snapshot, browser_click, then browser_wait for navigation.
276. **Persist the template** if a new mapping was discovered:
28 ```bash
29 npx -y @claude-flow/cli@latest memory store --namespace browser-templates \
30 --key "<host>:<form-name>" \
31 --value "{field_map:{...}, submit_selector:..., post_submit_url_pattern:...}"
32 ```
337. **Verify** post-submit state if a verification snippet was provided in the field map's _assert key.
34
35## Caveats
36
37- Trajectory steps for fills MUST redact values. The PII gate is the contract.
38- For inputs that require typing simulation (e.g., autocomplete reactions), use browser_type (simulates keystrokes) rather than browser_fill (sets value programmatically). Record which one was used in the trajectory step.
39- Multi-step forms are a sequence of browser-form-fill invocations; chain them via the same session id.
40- If the form has a CAPTCHA, surface the request to the user — do not attempt to bypass.
41
In the file
SKILL.md360 words
Files1
LicenceMIT
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈190
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
560
on trigger
The instruction body, read only when the skill fires.
0.38%
of a 200k window
Ten skills this size would take about 4% of the window before you open a file.
050k100k150k200k context window

750 tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Small enough to keep loaded permanently without thinking about it.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It asks the agent to write files, using whatever file access your client already has. It never touches the network.

What it asks for
Writes filesyes
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

1 file, 3.0 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.

  • SKILL.md3.0 kB
What is not in it

No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 1 file you can review in full before installing. The MIT licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

$19 once
Browser Form Fill · MIT · ruvnet
one-time
Price$19 once
LicenceMIT — the author’s, unchanged by this purchase
Paid throughStripe, once, on the card you add at the checkout
Keeps workingfor good — the files are yours once they are on disk
Updatesevery update its author ships, delivered through this account

You can read the whole bundle before paying — the SKILL.md above is the product, not a preview of it. What the money buys is the delivery: the folder packaged and handed to your machine by key, every update its author ships, and our support if it does not do what this listing says. The terms of use are MIT, set by the author and unchanged by buying it here.

Payment runs through Stripe, on a page like this one rather than a redirect. Once there is an account it joins the same mcprush invoice as everything else you run, so there is never a second card to enter.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Versionnot versioned
Publishedno release date on file
Price$19
Referenceruvnet/browser-form-fill

Versions

Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v
  • No earlier releases have been published to the marketplace.
Pinning

Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Publisher
Servers0