← 返回 Skills 市场
218
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install daily-movie
功能描述
Daily movie & TV recommendation — curated by genre, mood, or theme. One great watch per day with synopsis, streaming platform, and audience ratings.
使用说明 (SKILL.md)
每日影视推荐
每日影视推荐 — 今日精选 · 评分推荐 · 观影指南 · 中英双语
何时使用
- 用户说"今晚看什么""电影推荐""推荐部电影"
- 用户说"what to watch""movie recommendation"
- 用户说"好看的剧""最近有什么新片"
- 用户说"Netflix推荐""豆瓣高分""IMDb top"
推送管理
node scripts/push-toggle.js on \x3CuserId>
node scripts/push-toggle.js on \x3CuserId> --morning 10:00 --evening 19:00 --channel feishu
node scripts/push-toggle.js off \x3CuserId>
node scripts/push-toggle.js status \x3CuserId>
支持渠道:telegram / feishu / slack / discord
安全使用建议
This skill appears coherent for daily movie recommendations. Before installing: (1) confirm you trust the skill owner because it can schedule autonomous pushes (it prints special __OPENCLAW_CRON_ADD__ lines the platform uses to create cron jobs); (2) inspect or monitor the data/users directory (the skill writes simple per-user JSON there) to ensure no sensitive data is stored; (3) be aware that the scripts print prompts that instruct the agent to "search" for ratings/platform availability — those searches will be performed by your agent/runtime or connected tools, so if you restrict web access or external connectors you’ll control where lookups happen; (4) there are no requested environment secrets or remote installs in the package. If you want tighter control, keep the skill disabled until you manually run push-toggle and review cron additions.
功能分析
Type: OpenClaw Skill
Name: daily-movie
Version: 1.0.3
The daily-movie skill is a well-structured tool for scheduling movie recommendations. The scripts (push-toggle.js, morning-push.js, and evening-push.js) implement appropriate security measures, including input sanitization for user IDs and time formats, as well as path traversal protections when reading or writing to the local data directory. The skill uses the standard OpenClaw cron logging format to manage scheduled tasks and does not exhibit any signs of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description match the included files: scripts generate daily recommendation prompts and manage push scheduling; required resources (none) are appropriate for a recommendation/push skill.
Instruction Scope
SKILL.md and the push scripts are narrowly scoped to generating recommendation prompts and scheduling pushes. The morning/evening scripts only print natural-language prompts (they do not perform web requests themselves), but those prompts ask the agent to "search" for ratings/platforms — so the agent or runtime will perform lookups. This is expected for a recommendation skill but worth noting: the actual web searches/rating lookups happen outside these scripts (by the agent or integrated tools).
Install Mechanism
No install spec; code is included but there is no download/extract step or external package installation. This minimizes install-time risk.
Credentials
The skill declares no environment variables, credentials, or config paths. The scripts only read/write per-skill user JSON files under a local data/users directory and do not access unrelated secrets or system credentials.
Persistence & Privilege
always is false (normal). The skill can enable scheduled pushes by emitting __OPENCLAW_CRON_ADD__ markers that the platform likely consumes; it also writes per-user JSON under data/users. These are expected behaviors for a push-capable skill but grant the skill the ability to schedule autonomous messages — review who can run push-toggle and which channels are used.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-movie - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-movie触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Updated skill description for improved clarity and focus on daily curated recommendations by genre, mood, or theme.
- Removed redundant or overlapping phrases to streamline the description.
- No functional changes or updates to features.
v1.0.2
- Updated package.json with version bump to 1.0.2.
- No functional or feature changes in this release.
v1.0.1
- Updated dependencies in package.json for improved stability.
- Documentation in README.md refreshed for clarity and accuracy.
v1.0.0
Initial release of Daily Movie skill.
- Delivers a daily curated movie or TV series recommendation with synopsis, Douban/IMDb ratings, and viewing guide.
- Supports bilingual (EN/CN) output for broader accessibility.
- Triggered by common queries like “电影推荐,” “what to watch,” “Netflix推荐,” and more.
- Includes management scripts for push notifications and supports multiple platforms: Telegram, Feishu, Slack, Discord.
元数据
常见问题
Daily Movie 是什么?
Daily movie & TV recommendation — curated by genre, mood, or theme. One great watch per day with synopsis, streaming platform, and audience ratings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 218 次。
如何安装 Daily Movie?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-movie」即可一键安装,无需额外配置。
Daily Movie 是免费的吗?
是的,Daily Movie 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Movie 支持哪些平台?
Daily Movie 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Movie?
由 jiajiaoy(@jiajiaoy)开发并维护,当前版本 v1.0.3。
推荐 Skills