Back to Skills

douban-movie-review

agentbay-ai
Updated 2 days ago
4 views
40
2
40
View on GitHub
Metageneral

About

This skill retrieves popular movie reviews from Douban when users ask for film evaluations or ratings. It automatically browses to Douban, searches for specified movies, and extracts top user comments. The output is formatted in markdown with usernames, like counts, and review content.

Quick Install

Claude Code

Recommended
Primary
npx skills add agentbay-ai/agentbay-skills -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/agentbay-ai/agentbay-skills
Git CloneAlternative
git clone https://github.com/agentbay-ai/agentbay-skills.git ~/.claude/skills/douban-movie-review

Copy and paste this command in Claude Code to install this skill

Documentation

豆瓣电影影评查询

依赖

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. 前往豆瓣网站https://www.douban.com/ \
  2. 搜索电影盗梦空间 \
  3. 点击盗梦空间进入详情界面,下滑到短评部分 \
  4. 提取前5条热门评论 \
  5. 以markdown格式返回 "

输出格式

## 《电影名称》豆瓣影评

### 热门短评

1. 用户名 点赞数 评论内容
2. 用户名 点赞数 评论内容

注意事项

  • 始终注明信息来源为豆瓣
  • 不需要创建新的脚本,用skill目录下的browser-use.py
  • 任务需要执行1~2分钟,不要杀进程,请耐心等待和观察任务,也不要重试
  • skill调用后,控制台会打印出asp流化链接(可视化的url),可告知用户查看

GitHub Repository

agentbay-ai/agentbay-skills
Path: douban-movie-review
0

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill

creating-opencode-plugins

Meta

This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill