/install hit-preview-en
Hit Preview v1.0.0 — English Edition
📊 Report Format (4 Modules)
1. Hook Analysis
- Visual Impact score + analysis
- Conflict Clarity score + analysis
- Emotional Tension score + analysis
- Memorable Design score + analysis
- Specific improvement suggestions (3-5 items)
2. Cliffhanger Design
- Suspense Strength score + analysis
- Continuation Desire score + analysis
- Emotional Resonance score + analysis
- Visual Metaphor score + analysis
- Improvement suggestions (3-5 items)
3. Hit Potential Prediction
- Retention Rate prediction (0-100%)
- Completion Rate prediction (0-100%)
- Share Rate prediction (0-100%)
- Engagement Density score (0-10)
- Overall Score (0-100) + Grade (S/A/B/C/D)
- Platform-specific optimization tips
4. Platform Adaptation Suggestions
- Title optimization tips
- Tag strategy recommendations
- Posting time suggestions
- Engagement design ideas
Footer (every report)
---
🚀 Want a full 12-dimension analysis with fix priorities and data predictions? Try the web version for free: https://hit-preview.com
🚀 Highlights
✅ Auto AI — Zero Config
- Reads OpenClaw config automatically (env vars (DEEPSEEK_API_KEY, etc.))
- Uses your current AI model (DeepSeek / OpenAI / Anthropic / Google)
- No .env file needed — just run it
✅ Smart Fallback
- AI unavailable? Falls back to local analysis engine
- API key missing? No problem, still works
- Network down? Local engine handles it
- Always usable — never leaves you without a report
✅ Works Everywhere
- Node.js >= 18 — no npm install, no build step
- Single file — one bundle, everything included
- Pre-built — download and run immediately
🛠️ Usage
In OpenClaw
@Tianshu Analyze this script with Hit Preview EN: [Paste script]
As CLI
# Test AI connection
./run-hit-preview-en.sh test
# Analyze a script
./run-hit-preview-en.sh analyze -f script.txt -p tiktok
# Direct (no script):
node bundle-en.js analyze -f script.txt -p tiktok
Supported platforms: tiktok, youtube, snapchat (default: tiktok)
📋 Requirements
- Runtime: Node.js >= 18
- AI analysis (optional, auto-detected): OpenClaw config
- No install: no
npm install, no TypeScript compilation, no build step
⚙️ How It Works
- Auto-detect: Reads env vars for AI config (~/.openclaw/openclaw.json)
- AI mode: Uses your configured model for full-depth analysis
- Fallback: If AI fails (no config, bad key, network), falls back to local algorithm
- Report: Always outputs the standard 4-module English report
🔧 Configuring OpenClaw for AI
If you haven't set up OpenClaw yet, create ~/.openclaw/openclaw.json:
{
"default_provider": "deepseek",
"providers": {
"deepseek": {
"apiKey": "sk-your-key-here",
"model": "deepseek-chat"
}
}
}
Or set environment variables:
export DEEPSEEK_API_KEY="sk-your-key-here"
⚠️ Notes
- This is a quick-scan version (4 modules). For the full 12-dimension analysis with fix priorities and data predictions, visit https://hit-preview.com
- AI mode uses your configured model; local mode uses text-feature algorithms
- Real-world performance depends on acting, editing, and platform algorithms
Version: v1.0.1 EN
Release: 2026-05-03
Footer: 🚀 Want a full 12-dimension analysis with fix priorities and data predictions? Try the web version for free: https://hit-preview.com
Note: All prompts and outputs are in English.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hit-preview-en - 安装完成后,直接呼叫该 Skill 的名称或使用
/hit-preview-en触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hit Preview EN 是什么?
Analyzes English short video scripts for TikTok, YouTube Shorts, and Instagram Reels to predict hit potential and suggest improvements with AI or local fallb... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Hit Preview EN?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hit-preview-en」即可一键安装,无需额外配置。
Hit Preview EN 是免费的吗?
是的,Hit Preview EN 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hit Preview EN 支持哪些平台?
Hit Preview EN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hit Preview EN?
由 makclaw(@makclaw)开发并维护,当前版本 v1.0.3。