browser-task

Automates GUI browser tasks with dedicated workflows for Taobao, Weibo, and Xiaohongshu.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill browser-task-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-task
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/browser-task
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill browser-task-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Some tasks can only be completed inside a real browser GUI: logging into a site, liking or favoriting content, posting, adding items to a shopping cart, or reading content that only renders after scrolling and clicking. This Skill acts as the fallback executor for those cases, with dedicated sub-workflows for whitelisted Chinese platforms. ## Core Features & Use Cases - Whitelist Site Routing: Dispatches tasks to dedicated sub-skills for Taobao/Tmall (product search, comparison, add-to-cart), Weibo (login, like, favorite, post, sentiment analysis), and Xiaohongshu (note collection, publishing, interactions). - Generic GUI Workflow: Handles action verification (like/favorite/comment state checks), GUI component operation (buttons, inputs, dropdowns, sliders), exception handling (occlusion, load failures, data errors), timeliness-aware information gathering, and non-deterministic recommendation tasks. - Pre-flight Checks: Enforces prompt decomposition, task tracking, data-source discipline, minimum sample sizes, and information verification before any GUI action. - Use Case: Ask it to compare reliable robot vacuums on Taobao within a 3000 RMB budget and add the top pick to your cart, delivering a purchased list plus backup options and open questions. ## Quick Start Use the browser-task skill to search Taobao for a reliable PPSU baby bottle and add the best option to my cart with two backup choices.

Frequently Asked Questions about browser-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate liking or favoriting a post on Weibo?

Provide the target post URL or searchable keywords, then the workflow logs in via manual takeover, opens the post detail page, clicks the like or favorite control, and verifies success through UI feedback such as icon state change or count increment.

How to add products to a Taobao shopping cart automatically?

The Taobao sub-skill generates up to three search queries per item, collects three candidates with parameters and store credentials, scores them on reliability and value, then selects specifications and adds the top pick to the cart with a verification checklist.

When should browser GUI automation be used instead of search or APIs?

Use it only when search tools, public APIs, and structured data cannot complete the task, when login-gated account actions are required, or when the task targets whitelisted sites like Taobao, Weibo, or Xiaohongshu. Pure text generation, coding, and data analysis tasks are explicitly excluded.

Can it collect Xiaohongshu notes for travel or product research?

Yes, the Xiaohongshu sub-skill searches within the platform, screens at least five to eight candidates by engagement and content quality signals, extracts reusable points and image information, and delivers a Markdown summary with traceable note links.

What happens when a page shows a captcha or login wall?

The workflow switches to manual takeover mode, asking the user to complete the login or verification in the browser. It never bypasses verification or fabricates completion, and reports the exact blocking point if the task cannot proceed.

What are the limitations of Xiaohongshu publishing automation?

Publishing only supports text-to-image notes generated in the text-image module. Uploading real photos or videos is not supported, and forwarding or copying links is unavailable in the current GUI capability set.