← Back to Skills Marketplace
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-publisher-pro
Description
根据IP背景和视频文案,为短视频生成一套完整的发布策略,包括发布时间、话题标签、封面文案和发布标题,并能将文案合成为封面图。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-publisher-pro - After installation, invoke the skill by name or use
/video-publisher-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 短视频发布策略生成器?
根据IP背景和视频文案,为短视频生成一套完整的发布策略,包括发布时间、话题标签、封面文案和发布标题,并能将文案合成为封面图。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install 短视频发布策略生成器?
Run "/install video-publisher-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 短视频发布策略生成器 free?
Yes, 短视频发布策略生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 短视频发布策略生成器 support?
短视频发布策略生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 短视频发布策略生成器?
It is built and maintained by an (@ahsbnb); the current version is v1.0.0.
More Skills