← Back to Skills Marketplace
65
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zopia
Description
Zopia AI 视频创作技能 - 通过 Zopia 平台的 AI Agent 进行视频/图片创作。覆盖场景包括:AI 视频生成(文生视频、图生视频)、AI 图片生成(角色设定图、分镜关键帧)、剧本创作(对话/旁白/场景描述)、角色设计、分镜设计、多集连续剧制作。当用户提到 zopia、视频创作、短剧制作、分镜、...
Usage Guidance
This skill appears internally consistent with its declared purpose, but review these practical points before installing: (1) You must provide ZOPIA_ACCESS_KEY — the scripts will PUT that token into Authorization: Bearer headers and send it to the configured ZOPIA_BASE_URL (default https://zopia.ai). Only provide a token if you trust the service. (2) The skill will automatically download produced media to your local filesystem; downloads include any media URLs present in API responses or messages (the script extracts URLs via regex). Be cautious about running this in sensitive environments or where arbitrary network downloads are risky—consider running in an isolated directory or VM. (3) Confirm the API base URL is correct before use (you may override ZOPIA_BASE_URL); if an attacker spoofed that URL, the token could be sent elsewhere. (4) No other secrets are requested and there are no third-party installs; if you want extra assurance, inspect the included scripts (especially scripts/download_results.py and scripts/_common.py) and monitor network traffic while first using the skill.
Capability Analysis
Type: OpenClaw Skill
Name: zopia
Version: 1.1.0
The Zopia skill bundle is a legitimate integration for the Zopia AI video creation platform. The scripts (e.g., `_common.py`, `send_message.py`, `download_results.py`) are well-structured wrappers around the Zopia REST API using only Python standard libraries to avoid external dependencies. The `SKILL.md` provides clear operational boundaries for the AI agent, instructing it to act as a project manager and transparently pass user requirements to the backend. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description (Zopia video/image generation) match the shipped scripts and SKILL.md. All scripts call HTTP endpoints under a configurable base URL and perform project/episode/session/render actions that are coherent with a video-creation platform.
Instruction Scope
SKILL.md instructs the agent to create projects, send messages, poll sessions and automatically download results on completion. The scripts write media to the local filesystem (download_results.py) and extract media URLs from workspace and message text with a regex—this means any media URLs returned in API responses (including those embedded in messages) will be fetched and saved locally. This behavior is expected for a client tool but is worth noting because downloads are automatic after generation per SKILL.md.
Install Mechanism
No install spec; skill is instruction + Python scripts that only require python3 and the standard library. No external package downloads or archive extraction are used.
Credentials
Only ZOPIA_ACCESS_KEY is required (primary credential). An optional ZOPIA_BASE_URL may be set. No unrelated secrets, config paths, or excessive env variables are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide configuration or modify other skills. It may be invoked autonomously (platform default) but that is not combined with other high-risk privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zopia - After installation, invoke the skill by name or use
/zopia - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
首次发布(与 zopia-skill 同源)
Metadata
Frequently Asked Questions
What is Zopia?
Zopia AI 视频创作技能 - 通过 Zopia 平台的 AI Agent 进行视频/图片创作。覆盖场景包括:AI 视频生成(文生视频、图生视频)、AI 图片生成(角色设定图、分镜关键帧)、剧本创作(对话/旁白/场景描述)、角色设计、分镜设计、多集连续剧制作。当用户提到 zopia、视频创作、短剧制作、分镜、... It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.
How do I install Zopia?
Run "/install zopia" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zopia free?
Yes, Zopia is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zopia support?
Zopia is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zopia?
It is built and maintained by Lambdua (@lambdua); the current version is v1.1.0.
More Skills