← Back to Skills Marketplace
493
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install video-generator-auto-post
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-generator-auto-post - After installation, invoke the skill by name or use
/video-generator-auto-post - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 493 downloads so far.
How do I install Video Generator Auto Post?
Run "/install video-generator-auto-post" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Generator Auto Post free?
Yes, Video Generator Auto Post is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Video Generator Auto Post support?
Video Generator Auto Post is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Generator Auto Post?
It is built and maintained by 954215110 (@954215110); the current version is v1.1.0.
More Skills