yutori-browse
Original:🇺🇸 English
Translated
Automate browser tasks like form filling, data extraction, or multi-step web workflows. Use when the user needs to interact with websites that require clicking, typing, or navigation.
14installs
Sourceyutori-ai/yutori-mcp
Added on
NPX Install
npx skill4agent add yutori-ai/yutori-mcp yutori-browseTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Browser Automation
Help the user automate browser-based tasks using Yutori's Navigator agent.
Process
-
Understand the task
- What website needs to be automated?
- What actions are required? (clicking, typing, extracting data)
- Does it require login or authentication?
-
Define the task clearly
- Break complex workflows into clear steps
- Specify what data to extract if applicable
- Note any buttons or elements to interact with
-
Start the browsing task Usewith:
run_browsing_task- : Clear natural language instructions
task - : The URL to begin browsing
start_url - : 25 (default) to 100 for complex flows
max_steps - : For structured data extraction (e.g., ["name", "price", "url"])
output_fields
-
Poll for results
- Browsing typically takes 30-120 seconds depending on complexity
- Use to check status
get_browsing_task_result - Poll every 10-15 seconds until complete
-
Review and validate
- Check the extracted data or confirmation
- Verify the task completed as expected
Task Writing Tips
- Be specific about UI elements: "Click the blue 'Submit' button"
- Reference visible text when possible
- For forms, specify which fields get which values
$ARGUMENTS