# Skills as AIGC workflows / Skills 是 AIGC 工作流

Route: /docs/skills/workflows
Updated: 2026-07-08

## English

# Skills as AIGC workflows

SorryAssets Skills are standard Agent Skills packages for repeatable AIGC production. A Skill is not just a prompt: it is a `SKILL.md` package with instructions, references, assets, scripts, and optional SorryAssets workflow metadata an agent can inspect.

## Growth model

Skills grow as standard packages plus catalog metadata:

- Add a Skill folder with `SKILL.md`.
- Add supporting files such as `references/`, `scripts/`, `assets/`, and prompts.
- Optionally add `references/sorryassets.workflow.json` for desktop canvas scaffolding.
- Register it in the external Skills catalog.

The public gallery, detail pages, Markdown routes, and installer actions follow the catalog. There is no open upload marketplace in v1.

## Step types

- `SKILL.md` tells Codex, Claude Code, and compatible agents how to use SorryAssets.
- Scripts are part of the package and run under the agent host's permission model.
- Optional SorryAssets workflow metadata can scaffold a local canvas graph.
- The agent still calls atomic SorryAssets MCP/API capabilities.

## Current examples

- Character Creation: a small image workflow for reusable character references.
- AI Short Drama: a preview workflow that turns an idea into script, cast, storyboard, shot images, and video clips.

Read the public catalog at `/skills` or the machine-readable entry at `/skills/<id>.md`.

## 中文

# Skills 是 AIGC 工作流

SorryAssets Skills 是面向可重复 AIGC 生产的标准 Agent Skills 包。一个 Skill 不只是提示词，而是包含 `SKILL.md`、references、assets、scripts，以及可选 SorryAssets workflow 元数据的完整包。

## 增长模型

Skills 的增长靠标准包和 catalog 元数据：

- 新增一个包含 `SKILL.md` 的 Skill 文件夹。
- 新增 `references/`、`scripts/`、`assets/`、prompts 等支持文件。
- 可选新增 `references/sorryassets.workflow.json`，用于桌面端画布脚手架。
- 在独立 Skills catalog 中注册。

公开列表页、详情页、Markdown 路由和安装入口都跟随 catalog 增长。v1 不做开放上传 marketplace。

## 步骤类型

- `SKILL.md` 告诉 Codex、Claude Code 等兼容 Agent 如何使用 SorryAssets。
- scripts 是标准包的一部分，由 Agent 宿主自己的权限模型控制执行。
- 可选 SorryAssets workflow 元数据可以生成本地画布脚手架。
- Agent 继续调用 SorryAssets 的原子 MCP/API 能力。

## 当前例子

- Character Creation：用于生成可复用角色参考的小型图像工作流。
- AI Short Drama：把创意拆成剧本、角色、分镜、镜头图和视频片段的预览工作流。

公开目录在 `/skills`，机器可读入口是 `/skills/<id>.md`。
