← Back to Skills Marketplace
cp3d1455926-svg

Movie Recommender - 电影推荐

by cp3d1455926-svg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
223
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install movie-recommender
Description
根据用户心情、类型、演员、导演或年份,推荐电影并查询豆瓣评分,支持观影记录管理和相似电影推荐。
Usage Guidance
这是一个本地运行的电影推荐工具,会发起 HTTP 请求到豆瓣并在技能目录中保存缓存与观影记录(watched.json、want_to_watch.json、douban_cache.json)。在安装/运行前请注意: - 确保你同意技能对外网络访问并遵守豆瓣的使用/爬虫政策;大量请求可能被封或违反目标站点条款。 - 确保运行环境已安装 Python 以及 requests 和 bs4(BeautifulSoup),因为包元数据未自动声明这些依赖。 - 代码只请求豆瓣域名,没有隐蔽的远程端点或凭据泄露行为,但运行时会在磁盘写入文件(位于技能代码所在目录);如果你对文件位置敏感,请在受控目录下运行或审查/修改路径。
Capability Analysis
Type: OpenClaw Skill Name: movie-recommender Version: 1.0.0 The movie-recommender skill bundle is a functional tool for searching and recommending movies using web scraping from Douban. The Python scripts (douban_api.py and movie_recommender.py) implement standard scraping logic, local caching, and user data persistence (watched.json) without any signs of malicious intent, data exfiltration, or unauthorized execution. All network activity is directed to legitimate movie database domains (movie.douban.com), and the instructions in SKILL.md are strictly aligned with the stated purpose of the tool.
Capability Assessment
Purpose & Capability
技能声明是基于心情/类型/演员/年份推荐电影并查询豆瓣评分;代码(douban_api.py, movie_recommender.py)实现了网页爬虫查询、Top250、推荐与本地观影记录管理,所需能力与描述一致。没有看到与功能不符的额外权限或外部服务凭据请求。
Instruction Scope
SKILL.md 明确要求网络访问(用于豆瓣爬虫)和本地文件读写以保存记录;代码确实发起对豆瓣的 HTTP 请求、解析 HTML 并读写缓存/记录文件,行为与运行时指令一致,没有发现指令或实现会访问与任务无关的系统路径或额外环境变量。
Install Mechanism
技能没有安装规范(instruction-only 标记,但实际包含可执行 Python 文件)。代码 依赖 requests 和 bs4(BeautifulSoup),但这些依赖未在元数据中声明或自动安装。无远程下载或可疑 URL,内置文件来自技能包本身。用户需确保运行环境已安装所需 Python 库。
Credentials
不要求任何环境变量或凭据;仅使用公开的豆瓣网页(声明为主数据源)。没有请求与功能不符的密钥/令牌或访问其他用户/系统凭据。
Persistence & Privilege
技能不会强制常驻(always: false),也不尝试修改其他技能或系统配置。它会在技能目录(Path(__file__).parent)中写入缓存与观影记录文件,这是与其说明中声明的本地存储行为一致的有限持久化。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install movie-recommender
  3. After installation, invoke the skill by name or use /movie-recommender
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug movie-recommender
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Movie Recommender - 电影推荐?

根据用户心情、类型、演员、导演或年份,推荐电影并查询豆瓣评分,支持观影记录管理和相似电影推荐。 It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.

How do I install Movie Recommender - 电影推荐?

Run "/install movie-recommender" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Movie Recommender - 电影推荐 free?

Yes, Movie Recommender - 电影推荐 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Movie Recommender - 电影推荐 support?

Movie Recommender - 电影推荐 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Movie Recommender - 电影推荐?

It is built and maintained by cp3d1455926-svg (@cp3d1455926-svg); the current version is v1.0.0.

💬 Comments