The live registry is unavailable. Showing bundled catalog information; inspect the source for current requirements.
Back to pluginsBrowser form-filling runtime. The browser operator helps users complete web forms by creating reusable form profiles, planning field mappings, recording browser actions, and requiring approval before submit-sensitive actions. Local implementations can bind these contracts to Playwright; hosted implementations can expose the same tools through MCP/Context Forge.
bahulam install browser-useRuns locally via the Bahulam CLI from github.com/BahulamAI/awesome-bahulam-plugins
Tools (8)
Create a tracked browser form-fill session for a user-selected URL.
Store a reusable form profile: field labels, selectors when known, intended values, and redaction policy. Sensitive values should be summarized or marked as user-provided, not echoed.
Open the session URL in a real browser with JavaScript enabled and discover rendered form controls, labels, placeholders, names, ids, selectors, buttons, page title, visible text sample, console errors, and a screenshot. Use this before claiming a page is blank or has no fillable fields.
Build a guarded step-by-step browser action plan from a form profile.
Record a browser action, extracted observation, screenshot path, or form-fill result. Submit/purchase/login-sensitive actions must set requires_approval=true unless the user already approved them.
Fast path for ordinary form filling. Creates or reuses a browser session, discovers visible controls, creates a profile, fills fields, screenshots the result, and records the submit gate in one browser lifecycle. Prefer this over the lower-level discover/profile/plan/fill pipeline when the user supplied the target URL and field values.
Execute the tracked form-fill profile in a real browser using Playwright. Fills known selectors, records each action, captures a screenshot, can read a localStorage key for verification, and refuses to click submit unless submit_approved is true.
Build a concise report of the current browser session, profile, action log, and remaining approval gates.
Agents (3)
Entry agent for Browser Use. Helps users fill web forms with tracked sessions, reusable form profiles, guarded action plans, redacted sensitive values, and explicit approval before submit-sensitive actions.
Workspace views (1)
./workspace/index.html