SorryAssets
Skills

Skills as AIGC workflows

How SorryAssets Skills stay expandable as the template catalog grows.

Create API key

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.md and skills/<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

  • capability steps call SorryAssets generation capabilities.
  • reason steps are completed by the calling agent's LLM.
  • skill steps 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.