← 返回 Skills 市场
681
总下载
1
收藏
0
当前安装
17
版本数
在 OpenClaw 中安装
/install zenstudio
功能描述
⚠️ 品牌升级通知:ZenStudio CLI (zencli) 已正式升级为 WorkRally。 请使用新 Skill: https://clawhub.ai/tencent-adm/workrally 新 CLI: npm install -g workrally 当前 Skill 仍可使用,但新功能将仅在...
安全使用建议
This skill appears coherent, but take standard precautions before installing: 1) Verify the npm package author and repository (inspect the package on npm/GitHub) to ensure it’s the official zenstudio package. 2) Prefer interactive 'zencli auth login' to avoid placing long-lived secrets in shell envs; if you must use ZENSTUDIO_API_KEY, scope and rotate the key and restrict its permissions. 3) Be aware the CLI will persist the API key and endpoint to ~/.zencli/config.json (or to the directory set by ZENCLI_CONFIG_DIR); set appropriate file permissions. 4) Consider migrating to the new WorkRally package referenced in the README if that is the maintained fork. 5) Because this SKILL.md is instruction-only, the actual npm package contents were not inspected here — review the package source before installation if you need higher assurance.
功能分析
Type: OpenClaw Skill
Name: zenstudio
Version: 1.3.7
The skill bundle provides a CLI tool (`zencli`) for the ZenStudio AIGC platform, enabling AI image/video generation, project management, and media handling. It follows standard practices for CLI tools, such as using environment variables for API keys and storing local configuration in a dedicated directory (`~/.zencli/config.json`). The instructions in `SKILL.md` are designed to guide the AI agent safely, specifically warning against hardcoding model IDs or manual URL construction, and the tool's capabilities (file upload/download and network access) are strictly aligned with its stated purpose as an AIGC content management utility.
能力标签
能力评估
Purpose & Capability
Name/description (ZenStudio CLI) align with requirements: the skill requires the zencli binary and an API key/endpoint, which are exactly what a CLI wrapper for the ZenStudio platform would need.
Instruction Scope
SKILL.md instructs using the zencli commands (auth login, project/asset/material/canvas workflows, upload/download, models listing). It references the CLI config location (~/.zencli/config.json or ZENCLI_CONFIG_DIR) and expected behaviors (signed URLs, model listing), which is coherent for a CLI that interacts with a remote service. No instructions ask the agent to read unrelated system files or exfiltrate data beyond the platform endpoints.
Install Mechanism
Install uses an npm package ([email protected]) that creates the zencli binary — this is expected for a Node-based CLI. npm installs are a normal mechanism but carry the usual supply-chain risk; the package contents are not included here so the package itself should be inspected on npm/GitHub before installing.
Credentials
Required env vars (ZENSTUDIO_API_KEY, ZENSTUDIO_ENDPOINT, ZENCLI_CONFIG_DIR, ZENCLI_NO_UPDATE_CHECK) and the declared primaryEnv are appropriate for a networked CLI that persists credentials. The SKILL.md documents that auth login writes a config file (~/.zencli/config.json) which will store api_key and endpoint — this persistence is expected but worth noting.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or cross-skill privileges. It persists the API key to its own config path by design (described in SKILL.md); nothing indicates modification of other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zenstudio - 安装完成后,直接呼叫该 Skill 的名称或使用
/zenstudio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.7
- 添加 ZenStudio CLI → WorkRally 品牌迁移提示,引导用户升级到新包
- 每次命令执行后自动打印醒目迁移通知(新旧包名、命令、环境变量对照)
- upgrade 命令中提前展示迁移信息,方便用户一键切换
- 版本号由 1.3.6 升级到 1.3.7
v1.3.6
- sendRequest 支持 HTTP 3xx 重定向自动跟随(302/307/308)
- 307/308 重定向保持原始请求方法(POST 不降级为 GET)
- 重定向次数超限自动抛出错误,防止无限循环
- 版本号由 1.3.5 升级到 1.3.6
v1.3.5
- generate video --mode 改为可选默认 Text
- Text 模式支持纯文生视频
- 版本号由 1.3.3 升级到 1.3.5
v1.3.3
- 支持 ZENCLI_CONFIG_DIR 环境变量自定义配置目录
- 非持久化容器(如 Sandbox)中配置不再丢失
- SKILL.md 新增环境变量声明和配置说明
- 版本号由 1.3.1 升级到 1.3.3
v1.3.1
- 优化画布协同编辑功能,支持实时数据
- 画笔节点校验增强
- 更新前端路由
- 版本号由 1.3.0 升级到 1.3.1
v1.3.0
- 画布编辑现已支持实时协同,变更即时可见,无需刷新
- CLI 操作不会覆盖其他用户的并发编辑
- 版本号由 1.2.9 升级到 1.3.0
v1.2.9
- 画布 build-draft 新增 text(文本)和 freehand(画笔涂鸦)两种节点类型支持
- 画布草稿持久化格式升级:从 JSON draft 升级到 Yjs CRDT draft_v1,对齐前端最新协议
- MCP Server 写入画布后自动通知 Yjs WebSocket,正在查看画布的用户可实时看到变更
- SKILL.md 和 CLI 文档同步更新 build-draft 节点校验规则说明
- 版本号由 1.2.8 升级到 1.2.9,配合 MCP Server v1.6.2 同步
v1.2.8
- 更新了安装元数据,新增结构化的 npm install 选项及附加详情
- CLI 功能和使用文档无变更
- 版本号由 1.2.7 升级到 1.2.8
v1.2.7
- 新增 asset update 命令,支持媒资改名:zencli asset update <asset_id> --name "新名称"
- 新增 asset_update 工具映射,配合 MCP Server v1.6.1 同步
- 版本号由 1.2.6 升级到 1.2.7
v1.2.6
- 新增 generate image/video 支持 --name 选项,指定生成素材名称
- 新增 多任务并发轮询:批量生成(--count 2/4)时 --poll 自动并发等待所有任务完成
- 修复 asset create 字段名 asset_name → name,与 MCP 接口对齐
- 文档 SKILL.md 新增素材命名最佳实践规则,优化规则排序
- 版本号由 1.2.5 升级到 1.2.6
v1.2.5
- 适配 MCP Server v1.5.0:build-draft 新增节点数据校验(类型白名单、asset.id 必填检测、artboard/audio 默认尺寸),CLI 薄客户端架构自动受益
- 新增 build-draft 节点校验规则说明(规则 5),Agent 可正确构造画布节点数据
- 版本号由 1.2.3 升级到 1.2.5
v1.2.3
- 元数据补充声明环境变量、凭证存储路径和安装方式,消除 OpenClaw 安全扫描 Suspicious 标记
- 版本号由 1.2.2 升级到 1.2.3
v1.2.2
- 修复 Node.js 21+ 启动时 punycode 模块 DeprecationWarning
- 版本号由 1.2.1 升级到 1.2.2
v1.2.1
- 移除 CLI 端 ForwardCos 签名逻辑,私有读文件签名统一由 asset create 入库时下游服务自动完成
- UploadResult 移除 signed_url 字段,url 始终返回未签名 CDN URL(Breaking Change)
- 修复 Node.js 21+ 启动时 punycode 模块 DeprecationWarning
- SKILL.md 重写:篇幅精简 60%,命令改为速查表,明确上传两步/三步流程和 Agent 判断规则
- 版本号由 1.2.0 升级到 1.2.2
v1.2.0
- 新增 zencli 升级命令:支持 zencli upgrade 和 zencli upgrade --check 检查并自动升级版本
- 增加环境变量 ZENCLI_NO_UPDATE_CHECK,用于禁用自动版本检查(适合 CI/CD 场景)
- 文档命令速查与环境变量部分同步更新相关信息
- 版本号由 1.1.0 升级到 1.2.0
v1.1.0
新增 API 秘钥配置引导和重要规则(URL 生成、模型 ID、画布/项目区分),更新资产库路由至 /cloud
v1.0.0
Initial release: 19+ ZenStudio tools, AI image/video generation, project/asset/canvas management, file upload/download
元数据
常见问题
ZenStudio CLI 是什么?
⚠️ 品牌升级通知:ZenStudio CLI (zencli) 已正式升级为 WorkRally。 请使用新 Skill: https://clawhub.ai/tencent-adm/workrally 新 CLI: npm install -g workrally 当前 Skill 仍可使用,但新功能将仅在... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 681 次。
如何安装 ZenStudio CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zenstudio」即可一键安装,无需额外配置。
ZenStudio CLI 是免费的吗?
是的,ZenStudio CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ZenStudio CLI 支持哪些平台?
ZenStudio CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ZenStudio CLI?
由 dazhao(@zhaoda)开发并维护,当前版本 v1.3.7。
推荐 Skills