Files
skill-template/assets/README.md
chendelian c15854c20d
All checks were successful
技能自动化发布 / release (push) Successful in 16s
docs: align host placements (row/batch), Gitea clone, developer_ids QA
2026-07-20 09:54:44 +08:00

1.4 KiB
Raw Blame History

assets

  • actions.jsonSkill Action manifest 最小示例(可选;不需要宿主入口时可删除)。每个 action 必须显式声明 executionProfilesync | async)。默认仅 health / version / config-path,不放 toolbar故无 bind 示例。
  • examples/CLI 成功输出形状示例(虚构路径与数据)。
  • schemas/:轻量 JSON Schemaskill-actions.schema.json新技能严格规范task-log-record.schema.json 等)。

skill-actions.schema.json 使用 additionalProperties: false。正式支持 bind.tablestoolbar Action 必填)与可选 bind.inputMappingplacements 含 toolbar / row / batch / cron / agent / skill-detail(对齐匠厂宿主)。concurrency/locks 仍为预留。placementsexecutionProfile 正交——进任务中心只看 async,与入口无关。表级 Action 与 Agent 契约见 references/ACTIONS.md;开发深度规范见 development/SKILL_ACTION_RUNTIME.md