← 返回 Skills 市场
ahsbnb

短视频发布策略生成器

作者 an · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-publisher-pro
功能描述
根据IP背景和视频文案,为短视频生成一套完整的发布策略,包括发布时间、话题标签、封面文案和发布标题,并能将文案合成为封面图。
安全使用建议
This skill appears to implement the advertised features, but the code expects an API key/config (get_config_value('qdd')) and uses an external image-generation API while the skill metadata declares no required credentials — that's inconsistent. Before installing or running: (1) ask the author to declare exactly which credentials or config keys are needed and why (e.g., OPENAI_API_KEY or a platform-specific key), (2) inspect or replace the undefined get_config_value function to ensure it does not fetch secrets from unexpected places, (3) be aware the script writes full API responses to api_response_content.log (remove or sanitize this logging if you care about confidentiality), (4) run the scripts in an isolated environment (no sensitive credentials) first to observe behavior, and (5) request cross-platform path fixes (avoid hard-coded Windows paths) and clearer instructions about when the agent should spawn sub-agents. If you cannot get satisfactory answers from the author, treat the skill as potentially risky and avoid providing platform-wide secrets to it.
功能分析
Type: OpenClaw Skill Name: video-publisher-pro Version: 1.0.0 The 'video-publisher-pro' skill is a legitimate tool designed to generate short video publishing strategies and automated cover images. It consists of a strategy-generation phase using a sub-agent and an image-processing phase using a Python script (`generate_cover_image.py`) that interacts with multimodal AI models. The code logic in `run.py` and the various prompt templates (e.g., `replication_prompt.txt`, `fusion_prompt.txt`) are strictly aligned with the stated purpose of video marketing and graphic design, showing no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The description (generate publishing strategy and compose cover images) matches the included prompts and image-generation script. However, the image script initializes an OpenAI client and retrieves an API key via get_config_value('qdd') even though the skill metadata declares no credentials or environment variables. Requesting an API key (or platform config) is expected for image generation, but it should be declared explicitly. This mismatch is incoherent.
Instruction Scope
SKILL.md instructs reading local prompt files and running the provided Python script for cover generation (expected). However, the PowerShell example uses hard-coded absolute paths and a Windows-specific Python path, which is brittle. More importantly, the generate_cover_image.py will call an external image-generation API and writes the full API response to api_response_content.log; that log may contain sensitive data. The first-step guidance forbids executing external scripts, yet run.py constructs a sessions_spawn call which implies spawning a sub-agent — the division of responsibilities is somewhat ambiguous.
Install Mechanism
There is no install spec (instruction-only plus included scripts). No external installers or downloads are invoked by the package metadata itself, which keeps install risk low. The included Python scripts will be executed if the user runs them, but nothing in the registry installation writes or executes arbitrary external code automatically.
Credentials
The code attempts to obtain an API key via get_config_value('qdd') and also requires a --base-url and --model when running the script, but the skill metadata declares no required env vars or primary credential. That is a clear mismatch: the runtime needs credentials/config but the skill does not declare them. Additionally, the script logs full API responses to disk, which increases the chance of exposing secrets or confidential content. This is disproportionate to the high-level purpose unless the author explicitly requests and documents the needed credential(s).
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It writes output files and an api_response_content.log in its working directory (normal for debugging but could persist sensitive responses). run.py builds a sessions_spawn call (to spawn a sub-agent) — spawning sub-agents is an expected pattern here but grants more autonomous actions; combine that with the undeclared credential access for higher risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-publisher-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-publisher-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Video Publisher Pro 1.0.0 – Initial Release - Generates professional short video publishing strategies based on IP background and video content, including publishing time, hashtags, cover copy, and title. - Automatically creates video cover images by overlaying generated copy onto user-supplied background images using two intelligent modes: layout replication or visual fusion. - Built-in logic ensures stable, predictable outputs with strict workflow for both strategy generation and cover design.
元数据
Slug video-publisher-pro
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

短视频发布策略生成器 是什么?

根据IP背景和视频文案,为短视频生成一套完整的发布策略,包括发布时间、话题标签、封面文案和发布标题,并能将文案合成为封面图。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 短视频发布策略生成器?

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

短视频发布策略生成器 是免费的吗?

是的,短视频发布策略生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

短视频发布策略生成器 支持哪些平台?

短视频发布策略生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 短视频发布策略生成器?

由 an(@ahsbnb)开发并维护,当前版本 v1.0.0。

💬 留言讨论