← 返回 Skills 市场
kunhai1994

moviemovie

作者 kunhai1994 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
99
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install moviemovie
功能描述
搜索电影下载资源(磁力链接/种子),推荐有下载资源的热门电影。 多平台热门聚合(烂番茄+豆瓣)+ 种子资源实时验证 = 只推荐你能下载到的电影。 触发词:"找电影"、"电影下载"、"磁力"、"推荐电影"、"最近有什么好看的"、 "find movie"、"download"、"magnet"、"trending
安全使用建议
This skill is functionally coherent for searching torrent/magnet links and subtitles, but consider the following before installing: - Expect outbound network queries: the skill will send your search terms (movie names, years, quality filters) to multiple external sites/APIs (apibay, bitsearch, torrentdownload, rottentomatoes, douban, subtitlecat, subhd, and optionally TorrentClaw/TMDB). The SKILL.md's claim that it "does not send user data to third parties" is inaccurate in practice. - Automatic checks on session start: hooks.json runs a status script every session which performs network checks without explicit user action. If you want strictly on-demand network use, this is a behavior to question. - API keys: TORRENTCLAW_API_KEY and TMDB_API_KEY are optional and appropriate for enhanced features. Do NOT share keys directly into an LLM chat if you want to avoid exposing secrets to model logs; prefer setting environment variables in your agent/platform settings manually. - Legal/privacy: the skill searches and constructs magnet links for torrent resources. Evaluate legal and policy implications for your jurisdiction and hosting environment before use. - Review and sandboxing: because the skill performs scraping and network requests, review the included scripts (they are bundled) and consider running them in a restricted/sandboxed environment if you are concerned about automatic outbound connections. If you accept the above behaviors (network requests, optional API keys, session-start checks), the skill appears to be what it claims; otherwise treat it with caution or ask the author to remove automatic session hooks and to correct misleading statements about data not being sent to third parties.
功能分析
Type: OpenClaw Skill Name: moviemovie Version: 1.0.2 The 'moviemovie' skill is a movie recommendation and torrent search utility that aggregates data from platforms like Rotten Tomatoes and Douban to find downloadable resources. The bundle consists of Python scripts (search_torrents.py, status.py, _common.py) and agent instructions (SKILL.md) that use standard libraries to perform HTTP requests, scrape HTML, and parse JSON from legitimate movie and torrent indexing sites (e.g., apibay.org, bitsearch.to, themoviedb.org). There is no evidence of data exfiltration, credential theft, unauthorized system modification, or malicious prompt injection; the skill's behavior is entirely consistent with its stated purpose of searching for magnet links and subtitles.
能力评估
Purpose & Capability
Name/description match the code: scripts search torrent indexes, scrape movie charts, build magnet links, and fetch subtitles. Required binary (python3) is appropriate. Minor mismatch: SKILL.md/README assert the skill "will not send user data to third parties," but the skill necessarily issues search queries (movie titles, years, quality prefs) to many external websites/APIs (apibay, bitsearch, torrentdownload, rottentomatoes, douban, subtitlecat, subhd, TorrentClaw/TMDB if keys provided). That claim is therefore incorrect or misleading.
Instruction Scope
Runtime instructions and included scripts perform broad web requests and HTML/API scraping across multiple external domains. The SKILL.md instructs the agent to always run subtitle searches in parallel (even if the user didn't ask), and hooks.json/Step 0 run status.py on session start which performs network reachability checks. These behaviors cause automatic outbound queries based on user/session context and are broader than a minimal "on-demand" search; they may leak queried movie names to third parties and run without an explicit user-initiated search.
Install Mechanism
There is no install spec (instruction-only installation), and included Python scripts use only the standard library. No downloads from arbitrary URLs or archive extraction are present. Code is bundled with the skill rather than pulled from an external server at install time.
Credentials
The skill requires no mandatory credentials; two optional env vars (TORRENTCLAW_API_KEY, TMDB_API_KEY) are reasonable for the enhanced features the README describes. However, the README suggests telling the agent/LLM to "save" or configure API keys for you (e.g., paste your key into Claude/OpenClaw to store), which could expose secrets to the model or to platform-managed settings if done carelessly. The code reads only the expected env vars and doesn't appear to access unrelated credentials or config paths.
Persistence & Privilege
The skill does not set always:true, but hooks.json runs a status check (python3 scripts/status.py) at SessionStart, causing network reachability checks automatically on session start. While this is consistent with SKILL.md Step 0, auto-running network probes each session increases the skill's silent footprint and may be surprising to users who expect purely on-demand behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moviemovie
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moviemovie 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Initial public release with full source code. - Published all core and support files (58 added) to the repository. - No changes to user functionality or the SKILL.md compared to the previous version. - Source code, scripts, and metadata now available for inspection and contribution.
v1.0.1
No user-visible changes in this version. - Version bump from 1.0.0 to 1.0.1. - No changes to code or documentation detected.
v1.0.0
V1.0
元数据
Slug moviemovie
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

moviemovie 是什么?

搜索电影下载资源(磁力链接/种子),推荐有下载资源的热门电影。 多平台热门聚合(烂番茄+豆瓣)+ 种子资源实时验证 = 只推荐你能下载到的电影。 触发词:"找电影"、"电影下载"、"磁力"、"推荐电影"、"最近有什么好看的"、 "find movie"、"download"、"magnet"、"trending. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 moviemovie?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moviemovie」即可一键安装,无需额外配置。

moviemovie 是免费的吗?

是的,moviemovie 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

moviemovie 支持哪些平台?

moviemovie 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 moviemovie?

由 kunhai1994(@kunhai1994)开发并维护,当前版本 v1.0.2。

💬 留言讨论