mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 05:50:41 +08:00
将 workflow 工作流编排技能从 desirecore 主仓库的 bundled-only 状态搬迁到 market, 由市场仓库统一管理,避免每次 sync-global-skills 时被脚本清空。 技能内容: - skills/workflow/SKILL.md (v1.0.5) — Workflow DSL 设计、编辑、测试、执行的 完整指引;工具引用使用 PascalCase(WorkflowCreate / WorkflowValidate / WorkflowTest / WorkflowRun)对齐 desirecore PR #529 - skills/workflow/templates/workflow.dsl.yaml — 五基座示例 DSL 模板(trigger / code / llm / agent / human_gate) 注册: - builtin-skills.json: 23 项(按字母序在 web-access 与 xlsx 之间插入) - manifest.json: totalSkills 22 → 23 下一步:在 desirecore 主仓库跑 npm run sync-global-skills 即可让 workflow 由 sync 脚本接管,不再需要手工 git checkout 恢复。
28 lines
488 B
JSON
28 lines
488 B
JSON
{
|
|
"skills": [
|
|
"create-agent",
|
|
"delete-agent",
|
|
"dev-environment-setup",
|
|
"discover-agent",
|
|
"docx",
|
|
"frontend-design",
|
|
"mail-operations",
|
|
"manage-skills",
|
|
"manage-teams",
|
|
"minimax-image-gen",
|
|
"minimax-music-gen",
|
|
"minimax-tts",
|
|
"minimax-video-gen",
|
|
"nodejs-runtime",
|
|
"pdf",
|
|
"pptx",
|
|
"python-runtime",
|
|
"s3-storage-operations",
|
|
"skill-creator",
|
|
"update-agent",
|
|
"web-access",
|
|
"workflow",
|
|
"xlsx"
|
|
]
|
|
}
|