Zencreator Video Skill
Skill by makforce
Why use this skill?
Automate high-quality, uncensored video generation with the Zencreator AI agent skill. Supports image-to-video, lip-sync, and more.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/makforce/zencreator-video-skillWhat This Skill Does
The Zencreator Video Skill enables the OpenClaw AI agent to interface with the ZenCreator.pro platform, a powerful, uncensored AI video generation suite. This skill allows users to automate the creation of high-quality, NSFW-compliant videos, including image-to-video, video-to-video, and lip-syncing capabilities. By leveraging the OpenClaw browser relay, the agent can navigate the ZenCreator web app, upload base assets, select from advanced models like Kling and Seedance Pro, input specific motion prompts, and initiate generation tasks. It effectively turns the browser interface into a programmable creative pipeline, removing the need for manual clicking and interaction for routine video production tasks.
Installation
To integrate this skill into your environment, follow these steps:
- Ensure your OpenClaw agent is updated to the latest version.
- Run the installation command in your terminal:
clawhub install openclaw/skills/skills/makforce/zencreator-video-skill. - Verify the installation by running
openclaw skill listto confirm the presence of the skill. - Ensure you are logged into https://app.zencreator.pro in a Chrome tab, as the agent requires an active session.
- During execution, always utilize
profile="chrome"to allow the agent to attach to your active browser instance.
Use Cases
- Automated Content Batching: Streamline the creation of multiple 10-second video clips for social media or portfolios by defining a series of prompts for the agent to process sequentially.
- Image-to-Video Animation: Transform static AI-generated character portraits into living, breathing video files with specific movements such as gentle head turns or body waves.
- NSFW Content Creation: Generate uncensored artistic content without the restrictive filters found on mainstream AI platforms, maintaining creative freedom for professional projects.
- High-Resolution Upscaling: Utilize the agent to manage the upload/download workflow, including post-generation tasks like 4K upscaling for premium quality output.
Example Prompts
- "Hey OpenClaw, take the image at ./assets/portrait.png and use the Seedance Pro model to make her look like she is walking towards the camera. Use a 10s duration."
- "Open ZenCreator in my Chrome tab and create a 5-second video of a couple in an intimate embrace using the Kling 2.1 model. Use soft bedroom lighting as the style prompt."
- "Automate a batch of 3 clips based on these descriptions: 'model posing in lingerie', 'seductive gaze', and 'slow rotation'. Ensure the model is set to 1080p."
Tips & Limitations
- Credit Management: Keep an eye on your credit balance, as different models and resolutions carry varying costs. Seedance Pro 1080p 10s clips can cost up to 30 credits.
- Browser Attachment: The skill relies on an active browser session. If the agent loses focus, use the
snapshottool to re-verify the UI state. - NSFW Policy: While uncensored, ensure your use complies with local laws regarding AI-generated media.
- Optimization: Always specify the motion description clearly in your prompt; 'gentle' versus 'dynamic' movements significantly impact the final output quality.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-makforce-zencreator-video-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read, file-write
Related Skills
api-gateway
API gateway for calling third-party APIs with managed auth. Use this skill when users want to interact with external services like Slack, HubSpot, Salesforce, Google Workspace, Stripe, and more.
fast-browser-use
Skill by makforce
github
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
browser-use
Use Browser Use cloud API to spin up cloud browsers for Clawdbot and run autonomous browser tasks. Primary use is creating browser sessions with profiles (persisted logins/cookies) that Clawdbot can control. Secondary use is running task subagents for fast autonomous browser automation. Docs at docs.browser-use.com and docs.cloud.browser-use.com.