← 返回 Skills 市场
makclaw

Hit Preview EN

作者 makclaw · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

  1. Auto-detect: Reads env vars for AI config (~/.openclaw/openclaw.json)
  2. AI mode: Uses your configured model for full-depth analysis
  3. Fallback: If AI fails (no config, bad key, network), falls back to local algorithm
  4. 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.

安全使用建议
Before installing, understand that AI mode may use your existing provider API keys and send the script you analyze to an external AI service. If the script is confidential, unset those API keys or use local fallback only. Also review the small setup script because the registry metadata does not fully describe the Node/setup requirements. ClawScan detected prompt-injection indicators (system-prompt-override), so this skill requires review even though the model response was benign.
功能分析
Type: OpenClaw Skill Name: hit-preview-en Version: 1.0.3 The skill is a script analyzer for social media content (TikTok, Reels, etc.) that uses either a local heuristic engine or external LLM APIs (OpenAI, DeepSeek, Anthropic, Google) via user-provided API keys. The code in bundle-en.js is transparent, lacks obfuscation, and performs no unauthorized file or network operations beyond its stated purpose. While there is a minor discrepancy between the documentation and the code regarding whether it reads a local JSON config file or only environment variables, no malicious intent or high-risk vulnerabilities were identified.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The artifacts align with the stated purpose of analyzing short-video scripts using an AI provider or local fallback. The main user-noticeable capability is that AI analysis sends the submitted script to an external LLM service.
Instruction Scope
The report format, platform suggestions, and promotional footer are disclosed. No artifact-backed instruction was found that would override the user's goals, bypass review, or run unrelated tools.
Install Mechanism
The registry says there is no install spec and no required binaries, while SKILL.md declares Node and a setup script. The visible setup script only makes the run wrapper executable and does not download or execute remote code, but the metadata should be aligned.
Credentials
Using provider API keys and HTTPS calls is proportionate to optional AI analysis, but the registry metadata does not declare the environment-variable credential use.
Persistence & Privilege
No evidence of background agents, privilege escalation, destructive writes, broad local indexing, or persistence beyond chmod on the local run script was found in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hit-preview-en
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hit-preview-en 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- Documentation updated to clarify that OpenClaw config is now read via environment variables (e.g., DEEPSEEK_API_KEY), not just the JSON config file. - No code changes in this release.
v1.0.2
- Added github-issue.md for improved GitHub issue tracking and documentation. - No changes to core functionality or analysis output.
v1.0.1
- Added SKILL.md with detailed module descriptions, usage instructions, and highlights. - Clarified 4-module English report structure and scoring criteria. - Documented AI auto-detection via OpenClaw config with smart local fallback. - Included CLI and OpenClaw usage examples for easy script analysis. - Listed supported platforms (TikTok, YouTube, Snapchat) and Node.js runtime requirement. - Added guidance for OpenClaw AI setup and fallback scenarios. - Provided link to web version for advanced (12-dimension) analysis.
v1.0.0
First release — English edition with AI + local fallback
元数据
Slug hit-preview-en
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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。

💬 留言讨论