Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
橙星梦工厂AI视频制作工具,通过对话式操作,用户可以创建项目、配置剧本、生成角色/分镜/视频、查询任务状态。当用户要求使用橙星梦工厂平台、创建 AI 漫剧项目、或通过 API 与平台交互时使用。触发词:橙星梦工厂、ai.fun.tv、漫剧制作、AI漫剧、FunAI。
橙星梦工厂是一个 AI 驱动的漫剧制作平台。通过 API 创建项目、提交剧本、提取角色、生成分镜、配置成片并最终合成视频。
内测提示
当前您正在使用的是 Funai-skill 内测版。 Agent 在与用户交互时,应明确告知当前处于内测阶段。
重要结论
真实后端不是“只看
workflow.currentStep的线性流程”,而是:
- 一层是项目级步骤:
workflow.currentStep- 一层是章节级隐藏任务:
comicPreset.data.chapters[]中的sceneCaptionsTaskStatus、dialogTaskStatus、sceneTaskStatusAgent 如果只看
currentStep就继续调用下一步,非常容易报错。
本地机器可读版本文件:VERSION
说明:对外文案不再重复写死版本号;实际版本以本地
VERSION与远端 setup 元数据中的latest_version / minimum_required_version为准。
每当 Agent 准备调用本 Skill 执行任何会创建、推进、修改平台任务的操作前,必须先访问固定更新入口:
https://neirong.funshion.net/skills/setup-skill.md
至少检查以下字段:
latest_versionminimum_required_versionforce_updateskill_package_url执行规则:
minimum_required_version,必须先自动更新。引导用户访问 https://ai.fun.tv/#/openclaw 并登录,获取 Token 后由 Agent 代为写入配置文件。
cp config/.env.example config/.env
# 编辑 config/.env
# AIFUN_TOKEN=...
./scripts/api-client.sh setup-check
npx skills add LeoYeAI/openclaw-master-skills --skill funai-skillHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.