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-reviewTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Douban Movie Review Query
Dependencies
bash
python3 -m pip install wuying-agentbay-sdkInstallation Steps
Before using this skill, please make sure to install the necessary dependency packages:
bash
python3 -m pip install wuying-agentbay-sdkUsage 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 " \
- Go to the Douban website https://www.douban.com/ \
- Search for the movie Inception \
- Click on Inception to enter the details page, scroll down to the short reviews section \
- Extract the top 5 popular reviews \
- 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 ContentNotes
- 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