movie-review
Write film reviews, get recommendations, and manage watchlists with spoiler control. Use when drafting reviews, getting recs, comparing films side by side.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/movie-reviewWhat This Skill Does
The movie-review skill is a comprehensive content production toolkit designed for cinephiles, bloggers, and content creators. It functions as a command-line agent for managing the entire lifecycle of film-related writing—from initial brainstorming and outlining to SEO optimization, hashtag generation, and final social media post preparation. By leveraging local, persistent storage, it ensures your ideas, drafts, and reviews are archived, searchable, and ready for export in multiple formats.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bytesagain3/movie-review
This command retrieves the package from the openclaw/skills repository authored by bytesagain3.
Use Cases
- Professional Reviewing: Use the
draftandoutlinecommands to structure deep-dive analyses on recent releases. - Content Repurposing: Use
rewriteandtoneto adapt a technical film analysis into a casual social media caption or a formal blog post. - SEO Optimization: Use the
optimizeandheadlinecommands to ensure your movie reviews rank higher in search results and capture reader attention immediately. - Data Management: Utilize
exportandsearchto keep track of your historical reviews, ratings, and drafted content across various projects.
Example Prompts
- "movie-review draft Write a 500-word review for 'Dune: Part Two', focusing on the cinematography and pacing."
- "movie-review outline Create a structure for a retrospective article on Christopher Nolan's filmography."
- "movie-review hashtags Generate a set of 15 viral hashtags for a TikTok video review of 'Oppenheimer'."
Tips & Limitations
- Dual-Mode Functionality: Remember that all command-line operations function in two ways: pass arguments to save new entries or run the command alone to view your recent history log.
- Storage Management: The skill stores data at
~/.local/share/movie-review/. Periodic cleanup or exporting via theexportcommand is recommended to keep your local directory organized. - Local Execution: As this is a local-first skill, ensure you have proper read/write permissions for your
~/.local/share/directory to prevent data logging failures.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-movie-review": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
windows-setup
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
Dividend
Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.
crawler
Web crawling and scraping reference — robots.txt protocol, Scrapy framework, anti-bot detection, headless browsers, and legal considerations
Thesaurus
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
devops-scripts
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...