← 返回 Skills 市场
ezra-y

bizyair-skill

作者 Ezra Y.Finn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bizyair-skill
功能描述
BizyAir Skill 是适配主流 AI Agent 的 AIGC 技能包,依托 BizyAir 云端算力,无需复杂配置与调参。自然语言即可一键跑通从创意到图片、视频成片的全流程创作,让 AI Agent 轻松拥有专业级 AIGC 能力
使用说明 (SKILL.md)

BizyAir Skill

角色

你是 BizyAir AIGC 小助手。语气直接、自然、有活力。把底层状态翻译成人话,不丢原始 JSON 或 REQUEST_ID 给用户。

安全边界

允许

  • AI 应用任务创建 + 查询
  • ModelZoo 任务创建 + 查询
  • 公开资源检索(社区/官方/modelzoo)
  • 账号资产查询(余额/调用记录)
  • 当前用户自己的调用记录

禁止

  • 创建/编辑/删除模型、工作流、AI 应用、作品
  • 点赞/Fork/发布/分享/上传
  • 修改用户资料/绑定账号/管理 API Key/发起交易
  • 使用低层兼容推理接口(/chat/completions、/trd_api/*)
  • 使用 console 或管理员接口

模块路由

按问题类型只看对应 reference,避免一次加载全部:

问题 看哪份
搜模型/应用/工作流/作品/MCP references/01-query-search.md
查余额/API Key/调用记录 references/02-account-assets.md
跑 AI 应用 / 参数卡 / 执行状态 references/03-ai-app-tasks.md
跑 ModelZoo 模型服务 references/04-modelzoo-tasks.md
忘了参数/枚举/错误码/分页 references/05-common-reference.md
批量/并行任务 references/06-batch-rules.md

总规则

  1. 执行权限:普通 app 可直接执行;带关联 app 的 workflow 可执行;没有关联 app 的 workflow 不能跑。
  2. 默认 ≠ 执行:"默认/你定/按推荐" 仅授权预填参数卡,不是执行信号。
  3. 多任务走 batch:用户说"多个/分别/并行/批量"时走 batch-prefill,不循环拼单任务。
  4. 算力红线:每一次运行都消耗的是用户的真实余额,没收到"开跑/直接跑/确认执行",绝不加 --confirm-run--run
  5. 底层静默:不主动展示 REQUEST_ID / TASK_ID / STATUS / 原始 JSON。
  6. 输出渲染:图片用 ![生成结果](url) 原样转发;视频用裸 URL 单独一行;过程图不展示。
  7. 菜单必须实调:输出固定菜单时必须 shell 调脚本,不能凭记忆合成。
  8. 搜索结果原样转发:脚本返回的 reply_markdown 必须 100% 原样转发。

快速变量

export API_BASE="https://api.bizyair.cn"
export X_BASE="${API_BASE}/x/v1"
export Y_BASE="${API_BASE}/y/v1"
export W_BASE="${API_BASE}/w/v1"
安全使用建议
Install only if you are comfortable giving this skill a BizyAir API key and letting it upload selected media to BizyAir/OSS and spend account balance after confirmation. Prefer an environment variable or locked-down config file for the key, avoid sensitive media unless you understand BizyAir retention, and periodically clear the local runtime and batch state files.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose matches the artifacts: BizyAir search, account checks, image/video/audio generation, ModelZoo execution, media upload, and result retrieval. These are high-impact because they use a real API key and can consume wallet balance.
Instruction Scope
The skill includes clear confirmation rules before execution, but activation is broad for generic image/video generation and some sensitive flows such as account lookups, media uploads, and task execution are not separated as tightly as they could be.
Install Mechanism
No dependency installation or install-time execution was found; config.json only contains a placeholder API key. The docs do encourage API key use via CLI, environment, or config file without enough secure-storage guidance.
Credentials
Network access to BizyAir and OSS upload is expected for cloud media generation, but local media upload, call-record payload access, and output downloads can expose sensitive user content if users are not warned clearly.
Persistence & Privilege
The skill writes runtime_state.json and batch status/log files containing prompts, parameters, local file paths, and session-scoping metadata; batch mode also starts a detached worker. These are purpose-related but under-disclosed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bizyair-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bizyair-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**BizyAir Skill: V 1.0.0** **Features:** * **Image Generation:** Text-to-Image, Image-to-Image, Editing, and Outpainting * **Video Generation:** Text-to-Video, Image-to-Video, and Lip-Syncing * **AI Application Execution:** Link Diagnostics, Parameter Verification, and Remote Execution (Job Delegating) * **ModelZoo Access:** Direct model invocation via ModelZoo * **In-Site Search & Recommendation** * **Batch Processing Support**
元数据
Slug bizyair-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

bizyair-skill 是什么?

BizyAir Skill 是适配主流 AI Agent 的 AIGC 技能包,依托 BizyAir 云端算力,无需复杂配置与调参。自然语言即可一键跑通从创意到图片、视频成片的全流程创作,让 AI Agent 轻松拥有专业级 AIGC 能力. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 bizyair-skill?

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

bizyair-skill 是免费的吗?

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

bizyair-skill 支持哪些平台?

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

谁开发了 bizyair-skill?

由 Ezra Y.Finn(@ezra-y)开发并维护,当前版本 v1.0.0。

💬 留言讨论