← 返回 Skills 市场
lambdua

Zopia Skills

作者 Lambdua · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
978
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install zopia-skill
功能描述
Zopia AI 视频创作技能 - 通过 Zopia 平台的 AI Agent 进行视频/图片创作。覆盖场景包括:AI 视频生成(文生视频、图生视频)、AI 图片生成(角色设定图、分镜关键帧)、剧本创作(对话/旁白/场景描述)、角色设计、分镜设计、多集连续剧制作。当用户提到 zopia、视频创作、短剧制作、分镜、...
安全使用建议
This skill appears to be a coherent client for the Zopia API, but review these points before installing: - Token sensitivity: ZOPIA_ACCESS_KEY is a bearer token that the scripts use for all API calls. Only provide a token you control and understand (check its scope and expiration). Prefer creating a limited-scope key if Zopia supports it. - Auto-triggering: The SKILL.md requires the agent to trigger on broad keywords. If you want tighter control, either disable automatic invocation in your agent or restrict triggers to narrower phrases. - Automatic downloads: The skill will automatically download media and will also regex-extract URLs from messages. That can cause the agent to fetch files from arbitrary external hosts and write them to disk. To reduce risk, run the skill in a sandboxed environment, inspect session outputs before downloading, or run download_results.py only manually with a trusted session_id. - Verify base URL: By default calls go to https://zopia.ai, but ZOPIA_BASE_URL can be overridden; confirm the URL so you don't accidentally point the skill to an attacker-controlled server. - Operational limits: The downloader relies on Content-Length to skip very large files but will still download when Content-Length is absent — consider adding further safeguards (size caps, file-type checks) if you plan to run this on a sensitive host. If you need the skill's functionality and can accept these trade-offs (or can sandbox it), the code and requirements are mostly consistent with the stated purpose. If you cannot accept automatic downloads or broad triggers, do not install or adjust the skill before use.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match the code and required env var: scripts call a Zopia HTTP API and require ZOPIA_ACCESS_KEY. Required binary (python3) and the primaryEnv are appropriate for a Python-based API client.
Instruction Scope
SKILL.md instructs the agent to trigger whenever users mention many broad keywords (e.g., 'zopia', 'video creation', 'storyboard'), which may cause unexpected activations. The runtime behavior also specifies automatic downloading of generated assets to local disk and extracting URLs from message text (regex) — this can result in the skill fetching arbitrary external URLs present in session messages. While these actions align with the stated goal, they widen the attack surface and could lead to unexpected downloads.
Install Mechanism
No install spec; code is included and uses only the Python standard library. No downloads from untrusted URLs or package manager installs are present. This is low-risk from an install mechanism perspective.
Credentials
Only ZOPIA_ACCESS_KEY is required (plus optional ZOPIA_BASE_URL). That is proportionate for a service-integrating skill, but the bearer token grants account-level API access; users should confirm token scope/expiry and treat it as sensitive.
Persistence & Privilege
always is false and the skill doesn't request any special platform-wide privileges. It doesn't modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zopia-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zopia-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
新增分镜/角色场景图模型配置,支持 GPT Image 2
v1.0.2
新增 Seedance 2.0 Fast 和 PixVerse C1 模型,更新 Seedance 2.0 名称
v1.0.1
修正注释中的旧域名为 zopia.ai
v1.0.0
初始版本
元数据
Slug zopia-skill
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Zopia Skills 是什么?

Zopia AI 视频创作技能 - 通过 Zopia 平台的 AI Agent 进行视频/图片创作。覆盖场景包括:AI 视频生成(文生视频、图生视频)、AI 图片生成(角色设定图、分镜关键帧)、剧本创作(对话/旁白/场景描述)、角色设计、分镜设计、多集连续剧制作。当用户提到 zopia、视频创作、短剧制作、分镜、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 978 次。

如何安装 Zopia Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zopia-skill」即可一键安装,无需额外配置。

Zopia Skills 是免费的吗?

是的,Zopia Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Zopia Skills 支持哪些平台?

Zopia Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zopia Skills?

由 Lambdua(@lambdua)开发并维护,当前版本 v1.1.0。

💬 留言讨论