Skills as AIGC workflows
SorryAssets Skills are templates for repeatable AIGC production. A Skill is not just a prompt. It is a typed workflow with inputs, generation steps, selection gates, docs, and a manifest an agent can inspect.
Growth model
Skills grow as content and manifests:
- Add a Skill folder.
- Add
skill.json. - Add docs in
skills/<id>/docs/en.mdandskills/<id>/docs/zh.md. - Register it in
skills/index.json.
The public gallery, detail pages, Markdown routes, and agent-visible catalog follow the index. There is no open upload marketplace in v1.
Step types
capabilitysteps call SorryAssets generation capabilities.reasonsteps are completed by the calling agent's LLM.skillsteps compose another Skill.- Select gates keep human or agent choice explicit.
Current examples
- Character Creation: a small image workflow for reusable character anchors.
- 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.