← 返回 Skills 市场
danielhangan

ReelClaw

作者 Daniel Hangan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reelclaw-dansugc
功能描述
Create, produce, and publish UGC-style short-form video reels at scale. Full pipeline: source UGC reaction hooks from DanSUGC, analyze app demos with Gemini...
安全使用建议
This skill appears to implement the described reel-production pipeline, but there are multiple red flags you should check before installing or running it: - Clarify required credentials: the SKILL.md needs GEMINI_API_KEY and a DanSUGC API key/MCP (used for purchases, posting, analytics) but the registry metadata lists none. Do not provide keys until you confirm why each is required and what scope/permissions they need. - Billing/purchases: DanSUGC's purchase_videos tool deducts credits — ensure you understand pricing and that you trust the service before authorizing any purchase-capable key. - Data exfiltration/privacy: the skill uploads videos to Google's Gemini API and advises using tmpfiles.org to host public URLs. Uploaded media and derived analysis will leave your environment; avoid sending sensitive videos and review retention/privacy policies of those services. - Third‑party downloads: the font install fetches from a non-standard host (cufonfonts.com). Prefer official font sources or manual verification of downloaded files before running curl/unzip commands. - MCP raw proxy and scraping: the provided mcp__dansugc__scrapecreators_raw proxy can forward arbitrary scraping requests. Confirm intended use and limits to avoid unintended scraping or terms-of-service violations. - Least privilege & testing: if you try it, use scoped/test API keys, minimal balance, and a throwaway posting account. Run in a sandboxed environment and review all network calls and temporary files. If you need to proceed safely, ask the skill author for an updated manifest that accurately lists required env vars/binaries and for a list of exact endpoints the skill will call (and whether any keys are stored). If the author cannot provide that, treat the skill as higher risk and prefer manual execution of the provided commands after code review rather than granting an agent autonomous access.
功能分析
Type: OpenClaw Skill Name: reelclaw-dansugc Version: 1.0.0 The ReelClaw skill bundle automates a complex video production and social media pipeline but contains several high-risk behaviors. SKILL.md and virality-scoring.md include shell scripts that perform system-level package installation (apt-get install), download and unzip files from third-party websites (cufonfonts.com), and use subprocess calls for network operations. Furthermore, the workflow explicitly instructs the agent to upload user video content to a public temporary hosting service (tmpfiles.org) and perform automated financial transactions (purchasing video credits) via the dansugc MCP server. While these actions are aligned with the stated purpose, they represent significant privacy risks and a broad attack surface for shell injection or supply chain compromise.
能力评估
Purpose & Capability
The SKILL.md clearly requires a Gemini API key and integration with a DanSUGC MCP (including purchasing/posting/analytics), but the registry metadata lists no required env vars, bins, or config paths — a mismatch. Requiring a payments-capable MCP (dansugc) and a cloud AI key is coherent for the described pipeline, but the registry's empty requirements are inaccurate and misleading.
Instruction Scope
Runtime instructions perform network operations (upload videos to Google's Gemini File API, call DanSUGC MCP endpoints, upload final media to tmpfiles.org), instruct installing fonts by downloading/unzipping from a third-party site, and run package installs via apt/brew. The skill also enforces purchasing clips before download (billing flow) and includes raw proxy tooling (scrapecreators_raw) that can forward arbitrary requests — these expand the data surface beyond simple local editing.
Install Mechanism
There is no formal install spec (instruction-only), which reduces reviewability; however the instructions include direct downloads (curl unzip of TikTok Sans from cufonfonts.com) and call system package managers (brew/apt-get) if binaries are missing. Direct downloads from an unverified third‑party host and writing fonts to user font dirs are riskier than using vetted package/release hosts.
Credentials
SKILL.md requires GEMINI_API_KEY and a DanSUGC API key (dsk_ prefix) and uses those for video uploads, analytics, purchasing and posting — appropriate for the stated pipeline but not declared in the registry metadata. Requiring a payment-enabled DanSUGC key (and granting it the ability to create posts/purchase content) is sensitive: it can incur costs and publish content. The skill also uses external public hosting (tmpfiles.org) which may expose media publicly.
Persistence & Privilege
The skill is instruction-only, has no install spec and does not request always:true or modify other skills. It does suggest adding an MCP entry to the agent (DanSUGC) which stores an external API token for use, but that's normal for integrations and not an elevated platform privilege by itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reelclaw-dansugc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reelclaw-dansugc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ReelClaw: scalable UGC reel production engine - Added preflight checklist for toolchain: ffmpeg, ffprobe, TikTok Sans font, Gemini API key, and MCP server connections - Integrated DansUGC platform: semantic UGC reaction clip search, purchase, and download flow - Implemented Gemini-powered app demo analysis for intelligent segment selection - Enforced platform specs: 15s max video, TikTok Sans font, green zone text positioning, and single-account posting rule - Provided comprehensive reference documentation: tool setup, platform safe areas, ffmpeg command patterns, virality optimization, and API links - Automated publishing and analytics tracking via DansUGC Posting API and Analytics Proxy
元数据
Slug reelclaw-dansugc
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ReelClaw 是什么?

Create, produce, and publish UGC-style short-form video reels at scale. Full pipeline: source UGC reaction hooks from DanSUGC, analyze app demos with Gemini... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 ReelClaw?

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

ReelClaw 是免费的吗?

是的,ReelClaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ReelClaw 支持哪些平台?

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

谁开发了 ReelClaw?

由 Daniel Hangan(@danielhangan)开发并维护,当前版本 v1.0.0。

💬 留言讨论