cc-workflow-ai-editor
仓库创建 2025年11月2日最近提交 13 小时前SkillHot 收录 20 天前
▸ 精选理由
适合用自然语言管理与修改 CC 工作流的团队。
▸ 风险提示
需访问 CC Workflow Studio 的 MCP 服务,可能涉及凭据与私有网络。
这个 Skill 做什么
通过对话和 MCP 工具在 CC Workflow Studio 中创建与编辑可视化 AI 工作流。
在 CC Workflow Studio 里通过对话直接创建和改可视化的 AI 工作流,能读写 workflow 的 JSON 并在画布上增删节点。适合想新建流程、修改已有流程或用内置 MCP 工具在画布上交互操作的时候用。它会用内置子 agent 自动生成节点和结构,只有你明确要求才去列出已有的自定义子 agent。
▸ 展开 SKILL.md 英文原文
AI workflow editor for CC Workflow Studio. Create and edit visual AI agent workflows through interactive conversation using MCP tools (get_workflow_schema, get_current_workflow, apply_workflow, update_nodes). Use when the user wants to create a new workflow, modify an existing workflow, or edit the workflow canvas in CC Workflow Studio via the built-in MCP server.
5.3k
Stars
571
Forks
12
仓库内 Skill
+26
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/.github/skills/cc-workflow-ai-editor/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/breaking-brake/cc-wf-studio/main/.github/skills/cc-workflow-ai-editor/SKILL.md"SKILL.MD 节选查看完整文件 ↗
1. Call `get_workflow_schema` via `cc-workflow-studio` MCP server 2. Call `get_current_workflow` via `cc-workflow-studio` MCP server 3. Ask the user what to create or modify 4. Generate workflow JSON: use built-in sub-agents (builtInType: explore/plan/general-purpose) by default. Only call `list_available_agents` when the user explicitly asks to use an existing custom sub-agent. 5. Apply changes via `cc-workflow-studio` MCP server: - **New workflow or structural changes** (add/remove nodes/connections): use `apply_workflow` - **Partial updates to existing nodes** (change name, position, or data): use `update_nodes` (more token-efficient) - Fix errors if any 6. Ask for feedback, repe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有