← Back to Skills Marketplace
bizyair-skill
by
Ezra Y.Finn
· GitHub ↗
· v1.0.0
· MIT-0
148
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bizyair-skill
Description
BizyAir Skill 是适配主流 AI Agent 的 AIGC 技能包,依托 BizyAir 云端算力,无需复杂配置与调参。自然语言即可一键跑通从创意到图片、视频成片的全流程创作,让 AI Agent 轻松拥有专业级 AIGC 能力
README (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 |
总规则
- 执行权限:普通 app 可直接执行;带关联 app 的 workflow 可执行;没有关联 app 的 workflow 不能跑。
- 默认 ≠ 执行:"默认/你定/按推荐" 仅授权预填参数卡,不是执行信号。
- 多任务走 batch:用户说"多个/分别/并行/批量"时走
batch-prefill,不循环拼单任务。 - 算力红线:每一次运行都消耗的是用户的真实余额,没收到"开跑/直接跑/确认执行",绝不加
--confirm-run或--run。 - 底层静默:不主动展示 REQUEST_ID / TASK_ID / STATUS / 原始 JSON。
- 输出渲染:图片用
原样转发;视频用裸 URL 单独一行;过程图不展示。 - 菜单必须实调:输出固定菜单时必须 shell 调脚本,不能凭记忆合成。
- 搜索结果原样转发:脚本返回的
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"
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bizyair-skill - After installation, invoke the skill by name or use
/bizyair-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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**
Metadata
Frequently Asked Questions
What is bizyair-skill?
BizyAir Skill 是适配主流 AI Agent 的 AIGC 技能包,依托 BizyAir 云端算力,无需复杂配置与调参。自然语言即可一键跑通从创意到图片、视频成片的全流程创作,让 AI Agent 轻松拥有专业级 AIGC 能力. It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.
How do I install bizyair-skill?
Run "/install bizyair-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is bizyair-skill free?
Yes, bizyair-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does bizyair-skill support?
bizyair-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created bizyair-skill?
It is built and maintained by Ezra Y.Finn (@ezra-y); the current version is v1.0.0.
More Skills