muapi-workflow
仓库创建 2023年5月25日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由
把复杂生成任务自动化,提升生产效率
▸ 风险提示
需依赖 muapi CLI 和外部服务,并保持工具更新
这个 Skill 做什么
将多步 muapi.ai 生成与编辑操作串成可运行工作流
把多步的 muapi.ai 生成与编辑操作串成可运行的工作流,AI Architect 会把你的自然语言描述翻译成可执行的节点图。适合要把图像、视频生成、增强和编辑等步骤自动化成流水线的时候使用。特点是把复杂步骤可视化并能直接跑起来,免去手工串连各接口。
▸ 展开 SKILL.md 英文原文
Build, run, and visualize multi-step AI generation workflows. The AI architect translates natural language descriptions into connected node graphs — chain image generation, video creation, enhancement, and editing into automated pipelines.
3.9k
Stars
442
Forks
40
仓库内 Skill
+205
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/SamurAIGPT/Generative-Media-Skills/main/library/workflow/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/SamurAIGPT/Generative-Media-Skills/main/library/workflow/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AI Workflow Builder Chain any combination of muapi.ai generation steps into automated pipelines. The AI architect converts your plain-language description into a runnable node graph. ## Prerequisites Always ensure the `muapi` CLI is up-to-date before running any commands. Reinstall from source at the start of every session: ```bash pip install --upgrade /path/to/muapi-cli ``` Replace `/path/to/muapi-cli` with the actual path to the `muapi-cli` directory in the workspace (the directory containing `pyproject.toml`). ## Core Operations 1. **Generate** (`generate-workflow.sh`) — AI architect creates a workflow from a description 2. **Discover** (`discover-workflow.sh`) — Find a relevant
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有