开源和赚钱可以不冲突
Open source and getting paid need not conflict
你不必把模板私有化。资源公开发布后,别人在云端用它跑任务消耗的算力,按比例分给你——用的人越多,你收得越多。
You do not have to lock your templates away. Once published, the compute others spend running them in the cloud pays you a share — the more it gets used, the more it earns.
作者计划筹备中 Creator program in preparation发布流程
Publishing flow
- 按
schemas/里的协议写资源定义(模板 / 工作流 / Skill / GenPack)。 - 填清来源、许可证与是否允许商用;改写过上游内容的写明改动。
- 提 PR 到对应开放仓库,或在作者中心直接上传。
- 自动校验:schema、许可证白名单、内容与脚本安全检查。
- 选择模式:免费 / 售卖 / 算力分成。
- 上架为 community,通过人工审核后可升级到 verified。
- Write the resource against the schemas in
schemas/(template / workflow / skill / GenPack). - Declare origin, license, and commercial-use rights; document any changes to upstream content.
- Open a PR to the matching open repository, or upload directly in the creator console.
- Automated checks run: schema, license allowlist, content and script safety.
- Choose a mode: free, paid, or compute share.
- It lists as community and can be promoted to verified after review.
分成怎么算
How the share is calculated
每个云端任务都记录:
template_id / workflow_id → 作者归属
author_id → 收款方
gpu_seconds → 实际算力消耗
model / runtime → 成本口径
月度结算: Σ(gpu_seconds × 单价) × share_percent
计量点在 Worker 侧,不依赖前端上报。分成比例写在资源的 monetization.share_percent 字段里,公开可查。
Metering happens on the worker, not via client-side reporting. The rate lives in the resource's monetization.share_percent field and is publicly visible.
开放仓库
Open repositories
| Repo | 内容Contents |
|---|---|
vuumake-visual-library | 视觉案例、模板、风格、提示词Visual cases, templates, styles, prompts |
vuumake-workflows | 图片、视频、PPT、直播工作流Image, video, PPT, and live workflows |
vuumake-agent-skills | Agent Skills、MCP 定义与示例Agent Skills, MCP definitions, examples |
vuumake-genpacks | GenPack 索引、manifest、校验工具GenPack index, manifests, validators |
vuumake-video-schema | 脚本、分镜、镜头、时间线协议Script, storyboard, shot, timeline protocol |
vuumake-obs-plugin | OBS 集成OBS integration |
vuumake-premiere-bridge | Premiere 交换格式与插件Premiere exchange format and plugin |