From yutori
Automates browser tasks like form filling, data extraction, and multi-step web workflows using Yutori's Navigator agent. Useful for interacting with websites via clicks, typing, or navigation.
npx claudepluginhub yutori-ai/yutori-mcp --plugin yutoriThis skill uses the workspace's default tool permissions.
Help the user automate browser-based tasks using Yutori's Navigator agent.
Provides cloud browser automation via Browser Use API for AI-driven web scraping, form filling, multi-step tasks, and screenshots when local browser unavailable.
Automates browser tasks with AI: navigate sites, fill forms, extract structured data, log in with credentials, build reusable workflows via CLI. Uses visual/a11y reasoning when selectors unavailable.
CLI browser automation: navigate URLs, snapshot pages with @refs, click/type elements by ref/text/query, extract structured data/markdown, search/filter web content.
Share bugs, ideas, or general feedback.
Help the user automate browser-based tasks using Yutori's Navigator agent.
Understand the task
Define the task clearly
Start the browsing task
Use run_browsing_task with:
task: Clear natural language instructionsstart_url: The URL to begin browsingmax_steps: 25 (default) to 100 for complex flowsrequire_auth: true: For login forms or other authenticated workflowsbrowser: "local": When the task should run through Yutori Local with the user's desktop sessionoutput_fields: For structured data extraction (e.g., ["name", "price", "url"])webhook_url: HTTPS URL for completion notificationwebhook_format: scout (default), slack, or zapierPoll for results
get_browsing_task_result to check statusReview and validate
$ARGUMENTS