← 返回 Skills 市场
shawnshenopeninterx

Viral Video Analysis

作者 shawnshenopeninterx · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1253
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install viral-video-analysis
功能描述
Analyze video ad performance and provide actionable feedback to creators. Use when asked to analyze why videos underperform, give creator coaching feedback,...
安全使用建议
This skill is internally consistent with its stated purpose, but review these points before installing: (1) Transcripts and any video URLs you submit are sent to Memories.ai (https://mavi-backend.memories.ai) — check their privacy policy and be comfortable with that data flow. (2) The skill needs a MEMORIES_API_KEY; only provide a key with appropriate scope and revoke it if you stop using the skill. (3) Batch mode reads local Excel files and the report generator writes PDFs to disk — only run it on data you intend to share. (4) The SKILL.md claims automatic package installation for report generation, but the script actually asks you to pip-install dependencies manually; expect to install fpdf2, pandas, and openpyxl yourself. If any of these points are unacceptable (for example, you cannot send transcripts to an external service), do not install or invoke the skill.
功能分析
Type: OpenClaw Skill Name: viral-video-analysis Version: 1.0.1 The skill is classified as suspicious due to its direct handling of user-provided file paths for reading Excel files and writing PDF reports in `scripts/analyze_video.py` and `scripts/generate_report.py`. While this functionality is central to the skill's stated purpose, it presents a vulnerability where a malicious prompt to the AI agent could lead to local file disclosure or arbitrary file write if the agent is instructed to process arbitrary file paths without proper sanitization or sandboxing. There is no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints, backdoors, or prompt injection attempts designed to subvert the agent's core directives.
能力评估
Purpose & Capability
The skill is designed to transcribe video audio and produce creator feedback; it requires a single MEMORIES_API_KEY and calls https://mavi-backend.memories.ai, which matches the SKILL.md and metadata. Required resources (Excel input, PDF output) are coherent with batch analysis and reporting.
Instruction Scope
Runtime instructions and the included Python scripts only read video URLs (or Excel files for batch), call the Memories.ai transcription endpoint, analyze transcripts against thresholds, and optionally write a PDF. The SKILL.md and code explicitly document sending video URLs and transcripts to Memories.ai; the skill does not read other system secrets or unrelated files.
Install Mechanism
There is no install spec (instruction-only-style), which minimizes installation risk. The scripts require standard Python packages (fpdf2, pandas, openpyxl). SKILL.md claims generate_report.py will "auto-install" packages if missing, but the generate_report.py script actually exits and prints a pip install suggestion rather than auto-installing — minor inconsistency but not a security risk.
Credentials
Only one credential is requested: MEMORIES_API_KEY (primaryEnv). That key is required to call the documented Memories.ai API endpoint; no unrelated credentials or config paths are requested. The code uses only that env var.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configs. It writes output files (PDF reports) to disk when requested, which aligns with its reporting purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install viral-video-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /viral-video-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed manifest: declared MEMORIES_API_KEY requirement, documented external API calls and Python dependencies, added privacy note
v1.0.0
Initial release: Analyze video ad performance and provide actionable creator feedback. Includes word count thresholds, pacing analysis, and feedback templates.
元数据
Slug viral-video-analysis
版本 1.0.1
许可证
累计安装 4
当前安装数 4
历史版本数 2
常见问题

Viral Video Analysis 是什么?

Analyze video ad performance and provide actionable feedback to creators. Use when asked to analyze why videos underperform, give creator coaching feedback,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1253 次。

如何安装 Viral Video Analysis?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install viral-video-analysis」即可一键安装,无需额外配置。

Viral Video Analysis 是免费的吗?

是的,Viral Video Analysis 完全免费(开源免费),可自由下载、安装和使用。

Viral Video Analysis 支持哪些平台?

Viral Video Analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Viral Video Analysis?

由 shawnshenopeninterx(@shawnshenopeninterx)开发并维护,当前版本 v1.0.1。

💬 留言讨论