Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

movie-review电影评论

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

12,484

周安装

515

GitHub Stars

公开资料未说明

下载量

4,079
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:movie-review(电影评论)
来源仓库:https://github.com/bytesagain3/movie-review
安装命令:
openclaw skills install movie-review
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install movie-review

简介

撰写电影评论、获取推荐并通过剧透控制管理观看列表。在起草评论、获取建议、并排比较电影时使用。

SKILL.md

version
2.0.0
name
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.
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills

Movie Review

A content toolkit for movie reviews. Draft reviews, edit text, optimize for SEO, schedule posts, generate hashtags, create hooks, write CTAs, rewrite content, translate, adjust tone, craft headlines, and build outlines — all from the command line with persistent local storage.

Commands

Content Creation

CommandDescriptionUsage
draftDraft a new movie review or content piecemovie-review draft <text>
editEdit and refine existing review textmovie-review edit <text>
rewriteRewrite content with a fresh perspectivemovie-review rewrite <text>
outlineBuild a structured outline for a reviewmovie-review outline <text>
headlineCraft compelling headlines for reviewsmovie-review headline <text>

Optimization & Publishing

CommandDescriptionUsage
optimizeOptimize content for readability and SEOmovie-review optimize <text>
scheduleSchedule review content for publishingmovie-review schedule <text>
hashtagsGenerate relevant hashtags for social mediamovie-review hashtags <text>
hooksCreate attention-grabbing opening hooksmovie-review hooks <text>
ctaWrite call-to-action lines for engagementmovie-review cta <text>

Content Transformation

CommandDescriptionUsage
translateTranslate review content to other languagesmovie-review translate <text>
toneAdjust the tone of writing (formal, casual, etc.)movie-review tone <text>

Data & Management

CommandDescriptionUsage
statsShow summary statistics across all entriesmovie-review stats
export <fmt>Export data in json, csv, or txt formatmovie-review export json
search <term>Search across all stored entriesmovie-review search "Nolan"
recentShow the 20 most recent activity entriesmovie-review recent
statusHealth check — version, disk usage, last activitymovie-review status
helpShow the built-in help messagemovie-review help
versionPrint the current version (v2.0.0)movie-review version

Each content command (draft, edit, optimize, etc.) works in two modes:

  • Without arguments — displays the most recent 20 entries from that command's log
  • With arguments — saves the input with a timestamp and logs it to history

Data Storage

All data is stored locally in ~/.local/share/movie-review/:

  • Each command writes to its own log file (e.g., draft.log, edit.log, hashtags.log)
  • A unified history.log tracks all activity across commands
  • Entries are timestamped in YYYY-MM-DD HH:MM|<content> format
  • Export supports JSON, CSV, and plain text formats

Requirements

  • Bash (any modern version)
  • No external dependencies — pure shell script
  • Works on Linux and macOS

When to Use

  1. Drafting a movie review — use draft to capture your initial thoughts, then edit and rewrite to polish
  2. Preparing social media posts — use hashtags, hooks, and cta to create engaging content around your review
  3. Planning a review series — use outline to structure your content and schedule to plan publishing dates
  4. Optimizing for reach — use optimize for SEO, headline for click-worthy titles, and tone to match your audience
  5. Tracking your review portfolio — use stats to see totals, recent for latest activity, and export to back up everything

Examples

# Draft a new review
movie-review draft "Inception (2010) - Nolan's masterpiece of layered storytelling"

# Generate hashtags for social media
movie-review hashtags "Inception review sci-fi thriller Christopher Nolan"

# Create an attention-grabbing hook
movie-review hooks "What if the greatest heist movie ever made took place inside your mind?"

# Write a call-to-action
movie-review cta "Share your favorite Nolan film in the comments"

# Export all data as JSON
movie-review export json

# Search for all entries mentioning a director
movie-review search "Nolan"

# Check overall statistics
movie-review stats

Output

All content commands print a confirmation with the saved entry and a running total count. Data management commands (stats, status, export) output structured summaries. Use export json for machine-readable output.

Configuration

Set DATA_DIR by editing the script or symlinking ~/.local/share/movie-review/ to your preferred location.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.62%
按下载量换算3,574

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install movie-review 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills