This is a browser automation skill that scrapes movie reviews from Douban, China's popular film rating platform. It's useful when you need to pull user sentiment and hot comments for Chinese movies, since Douban has one of the most active film communities in that market. The skill uses the wuying-agentbay-sdk to automate a browser session that navigates to Douban, searches for a movie, and extracts the top reviews with usernames and like counts. Processing takes one to two minutes per request, and you get a visualization URL to watch the automation run. If you're building anything that needs Chinese movie sentiment data or competitive analysis on film reception in China, this handles the tedious scraping work for you.
npx -y skills add agentbay-ai/agentbay-skills --skill douban-movie-review --agent claude-codeInstalls into .claude/skills of the current project.
python3 -m pip install wuying-agentbay-sdk
在使用此技能之前,请确保已安装必要的依赖包:
python3 -m pip install wuying-agentbay-sdk
python3 scripts/browser-use.py "<任务执行步骤>"
python3 scripts/browser-use.py " \
## 《电影名称》豆瓣影评
### 热门短评
1. 用户名 点赞数 评论内容
2. 用户名 点赞数 评论内容
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills