← Back to Skills Marketplace
218
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install daily-movie
Description
Daily movie & TV recommendation — curated by genre, mood, or theme. One great watch per day with synopsis, streaming platform, and audience ratings.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-movie - After installation, invoke the skill by name or use
/daily-movie - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Daily Movie?
Daily movie & TV recommendation — curated by genre, mood, or theme. One great watch per day with synopsis, streaming platform, and audience ratings. It is an AI Agent Skill for Claude Code / OpenClaw, with 218 downloads so far.
How do I install Daily Movie?
Run "/install daily-movie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Movie free?
Yes, Daily Movie is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Daily Movie support?
Daily Movie is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Movie?
It is built and maintained by jiajiaoy (@jiajiaoy); the current version is v1.0.3.
More Skills