douban-movie-review

Original🇨🇳 Chinese
Translated
1 scriptsChecked / no sensitive code detected

Query popular film review information from Douban Movies. This skill is used when users want to check Douban film reviews, user evaluations, and popular short reviews of a specific movie.

5installs
Added on

NPX Install

npx skill4agent add agentbay-ai/agentbay-skills douban-movie-review

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Douban Movie Review Query

Dependencies

bash
python3 -m pip install wuying-agentbay-sdk

Installation Steps

Before using this skill, please make sure to install the necessary dependency packages:
bash
python3 -m pip install wuying-agentbay-sdk

Usage Scenarios

  • Users inquire about Douban film reviews of a specific movie
  • Users want to learn about user evaluations of a movie
  • Users want to view popular short reviews of a movie

Usage Method

bash
python3 scripts/browser-use.py "<Task Execution Steps>"

Quick Example

python3 scripts/browser-use.py " \
  1. Go to the Douban website https://www.douban.com/ \
  2. Search for the movie Inception \
  3. Click on Inception to enter the details page, scroll down to the short reviews section \
  4. Extract the top 5 popular reviews \
  5. Return in markdown format "

Output Format

markdown
## 《Movie Name》Douban Film Reviews

### Popular Short Reviews

1. Username Like Count Review Content
2. Username Like Count Review Content

Notes

  • Always state that the information source is Douban
  • Do not create new scripts; use browser-use.py in the skill directory
  • The task takes 1~2 minutes to execute. Do not kill the process, please wait patiently and observe the task, and do not retry
  • After calling the skill, the console will print an ASP streaming link (visualization URL), which can be informed to the user