← Back to Skills Marketplace
Movie Review
by
bytesagain3
· GitHub ↗
· v2.0.1
· MIT-0
405
Downloads
0
Stars
2
Active Installs
11
Versions
Install in OpenClaw
/install movie-review
Description
Write film reviews, get recommendations, and manage watchlists with spoiler control. Use when drafting reviews, getting recs, comparing films side by side.
Usage Guidance
This skill is a local CLI that saves all entries in plaintext under ~/.local/share/movie-review/. Before installing or running it: (1) review the full script to confirm no unexpected remote calls (the provided script appears local-only); (2) be aware any drafted text you save is stored unencrypted and could include sensitive info — change DATA_DIR or restrict permissions if needed; (3) if you want tighter containment, run the script in a sandbox/container or symlink DATA_DIR to a controlled location; (4) verify the truncated portion of the script (if any) contains no network or credential access before trusting it fully.
Capability Analysis
Type: OpenClaw Skill
Name: movie-review
Version: 2.0.1
The movie-review skill is a local text-logging toolkit for drafting and managing film reviews. The shell script (scripts/script.sh) performs basic file operations within a dedicated local directory (~/.local/share/movie-review/) and lacks any network activity, credential access, or persistence mechanisms. While the script has minor logic vulnerabilities regarding input sanitization (e.g., the use of a pipe delimiter in logs without escaping), there is no evidence of malicious intent or harmful behavior.
Capability Assessment
Purpose & Capability
Name/description (movie reviews, recommendations, watchlists, local storage) align with what the skill implements: a Bash script that provides CLI commands and writes logs to ~/.local/share/movie-review. There are no unexpected external services, binaries, or credentials required.
Instruction Scope
Runtime instructions and the script operate on local data files only (create/read/write ~/.local/share/movie-review/*.log, history.log, export files). This matches the stated purpose. Note: stored entries are written in plaintext under the user's home directory and may contain sensitive content if you save it; the SKILL.md and script instruct the agent/user to persist content locally.
Install Mechanism
No install spec or network downloads are present. The skill is instruction-only with an included shell script; it does not pull code from remote URLs or package registries.
Credentials
The skill declares no required environment variables, credentials, or config paths and the script does not attempt to read secrets or unrelated config. Requested filesystem access (user HOME/.local/share) is proportionate to providing local persistent storage.
Persistence & Privilege
always:false and user-invocable:true (default) — the skill does not auto-install or demand permanent platform-wide privileges. It only creates and manages files within its own data directory and does not modify other skills or global agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install movie-review - After installation, invoke the skill by name or use
/movie-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
old template -> domain-specific v2.0.0
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
De-template, unique content, script cleanup
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
Initial release of movie-review skill.
- Provides movie reviews, recommendations, comparisons, deep analysis, watchlists, and spoiler discussions.
- Includes specialized commands for genre and thematic exploration (sci-fi, action, comedy, drama, social class, psychology, visual, review).
- Tailored for Chinese users, with an understanding of local market and culture.
- Offers practical, ready-to-use content suggestions for various scenarios.
- Structured review guidance with hooks, basic info, highlights, and objective critique.
Metadata
Frequently Asked Questions
What is Movie Review?
Write film reviews, get recommendations, and manage watchlists with spoiler control. Use when drafting reviews, getting recs, comparing films side by side. It is an AI Agent Skill for Claude Code / OpenClaw, with 405 downloads so far.
How do I install Movie Review?
Run "/install movie-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Movie Review free?
Yes, Movie Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Movie Review support?
Movie Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Movie Review?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.
More Skills