← Back to Skills Marketplace
shawnshenopeninterx

Viral Video Analysis

cross-platform ⚠ suspicious
1253
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install viral-video-analysis
Description
Analyze video ad performance and provide actionable feedback to creators. Use when asked to analyze why videos underperform, give creator coaching feedback,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install viral-video-analysis
  3. After installation, invoke the skill by name or use /viral-video-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug viral-video-analysis
Version 1.0.1
License
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 1253 downloads so far.

How do I install Viral Video Analysis?

Run "/install viral-video-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Viral Video Analysis free?

Yes, Viral Video Analysis is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Viral Video Analysis support?

Viral Video Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Viral Video Analysis?

It is built and maintained by shawnshenopeninterx (@shawnshenopeninterx); the current version is v1.0.1.

💬 Comments