← 返回 Skills 市场
493
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install video-generator-auto-post
功能描述
Generate videos using local AI models (ComfyUI/Stable Video Diffusion) and auto-publish to social media platforms. Supports text-to-video, image-to-video, ba...
安全使用建议
Plain-language checklist before installing/using this skill:
- Expect to supply social-media API credentials in a .env (Twitter, TikTok, Instagram, LinkedIn, YouTube) even though the registry didn't list them; only install this if you're comfortable providing those keys.
- The included auto-post.py only prints stub messages — it does not actually upload to platforms. Do not assume it will post without you implementing or trusting added code that performs uploads.
- Several scripts and assets mentioned in SKILL.md are missing from the package (batch-generate.py, generate-video.py, optimize-video.py, many referenced assets). Ask the author for the complete package or treat this as a draft.
- SKILL.md is Windows-centric (D: drive, ComfyUI.exe, winget) but registry has no OS restriction. Make sure path recommendations match your OS and that you don’t inadvertently point the tool at system locations you don’t want it to use.
- If you plan to use or modify the auto-post script: inspect any code you add for network endpoints and secure handling of credentials; store API keys only in secure locations and use least-privilege tokens where possible.
What would increase confidence: a corrected package that (1) declares required env vars in metadata, (2) includes the referenced scripts/assets, and (3) either implements safe, auditable API upload code or clearly documents that posting is a placeholder and how to configure a vetted client library.
功能分析
Type: OpenClaw Skill
Name: video-generator-auto-post
Version: 1.1.0
The skill is classified as suspicious because it explicitly sets up the framework for handling sensitive API keys and performing network operations to external social media platforms, even though the core posting functionality in `scripts/auto-post.py` is currently a stub (marked with `TODO`s). The `SKILL.md` instructs users to configure API keys in a `.env` file, which `scripts/auto-post.py` loads. While there is no evidence of immediate malicious intent, data exfiltration, or active vulnerabilities in the provided code, the clear intent and preparation for risky capabilities (handling credentials, external network communication) without full implementation makes it not entirely benign, as future completion could introduce vulnerabilities.
能力评估
Purpose & Capability
Name and description match the included files: it intends to generate videos locally (ComfyUI workflows) and auto-post them. However, the registry metadata claims no required env vars or config paths while the SKILL.md and scripts explicitly reference API credentials (Twitter/TikTok/Instagram/YouTube/LinkedIn) and a .env file. Several scripts and reference files referenced in SKILL.md (batch-generate.py, generate-video.py, optimize-video.py, many assets and references) are mentioned but not present in the package.
Instruction Scope
SKILL.md instructs editing ComfyUI settings.json, installing models, and storing outputs on a D: drive (Windows-centric). It tells the user to configure API keys in a .env and to run scripts, but the included auto-post.py only prints placeholders and does not implement network posting. The instructions implicitly direct the user to provide service credentials and to place files in system paths (D:/...) not declared in metadata. The guidance is broader than what the packaged code actually performs.
Install Mechanism
No install spec (instruction-only) — lowest install risk. The package contains a small Python script and markdown files; nothing in the manifest attempts to download or execute external code during installation.
Credentials
Registry metadata reports no required environment variables, but SKILL.md and scripts expect API credentials in a .env (e.g., TWITTER_API_KEY, TIKTOK_CLIENT_KEY, INSTAGRAM_TOKEN, LINKEDIN_ACCESS_TOKEN, YOUTUBE_API_KEY). Requiring social-media credentials is reasonable for auto-posting, but the absence of these as declared requirements is an inconsistency that could mislead users about the secrets the skill will need. The script uses dotenv.load_dotenv(), so it will read environment variables, but the specific variables are not programmatically validated or declared.
Persistence & Privilege
always is false and disable-model-invocation is not set — normal. The skill does not request persistent system-wide privileges, nor does it modify other skills. There is no install step that writes persistent binaries or alters agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-generator-auto-post - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-generator-auto-post触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added recommendations to store output videos, models, and workflows on the D: drive to save C: drive space.
- Updated the "Configure Output Paths" section with new example paths and CLI configuration commands.
- Adjusted storage requirements to highlight the use of the D: drive.
- No changes to code or core functionality; documentation and setup instructions improved for better user experience.
v1.0.0
video-generator-auto-post v1.0.0
- Initial release of the skill.
- Generate videos locally using ComfyUI with support for text-to-video, image-to-video, batch processing, and multiple video generation workflows.
- Automated posting to Twitter, LinkedIn, Instagram, TikTok, and YouTube Shorts.
- Includes scripts for single/batch generation, optimization, and social media auto-posting.
- Provides platform specifications, prompt guides, caption templates, and workflow examples.
- Offers troubleshooting tips and hardware/software requirements for smooth operation.
元数据
常见问题
Video Generator Auto Post 是什么?
Generate videos using local AI models (ComfyUI/Stable Video Diffusion) and auto-publish to social media platforms. Supports text-to-video, image-to-video, ba... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 493 次。
如何安装 Video Generator Auto Post?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-generator-auto-post」即可一键安装,无需额外配置。
Video Generator Auto Post 是免费的吗?
是的,Video Generator Auto Post 完全免费(开源免费),可自由下载、安装和使用。
Video Generator Auto Post 支持哪些平台?
Video Generator Auto Post 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Generator Auto Post?
由 954215110(@954215110)开发并维护,当前版本 v1.1.0。
推荐 Skills