VuuMake

开源和赚钱可以不冲突

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

  1. schemas/ 里的协议写资源定义(模板 / 工作流 / Skill / GenPack)。
  2. 填清来源、许可证与是否允许商用;改写过上游内容的写明改动。
  3. 提 PR 到对应开放仓库,或在作者中心直接上传。
  4. 自动校验:schema、许可证白名单、内容与脚本安全检查。
  5. 选择模式:免费 / 售卖 / 算力分成。
  6. 上架为 community,通过人工审核后可升级到 verified
  1. Write the resource against the schemas in schemas/ (template / workflow / skill / GenPack).
  2. Declare origin, license, and commercial-use rights; document any changes to upstream content.
  3. Open a PR to the matching open repository, or upload directly in the creator console.
  4. Automated checks run: schema, license allowlist, content and script safety.
  5. Choose a mode: free, paid, or compute share.
  6. 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-skillsAgent Skills、MCP 定义与示例Agent Skills, MCP definitions, examples
vuumake-genpacksGenPack 索引、manifest、校验工具GenPack index, manifests, validators
vuumake-video-schema脚本、分镜、镜头、时间线协议Script, storyboard, shot, timeline protocol
vuumake-obs-pluginOBS 集成OBS integration
vuumake-premiere-bridgePremiere 交换格式与插件Premiere exchange format and plugin