Zhua Economy
爪爪自主经济系统 —— 技能变现、任务定价、收益分配、经济自治。Use when 爪爪需要建立经济系统、技能变现、或实现经济自主。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 35 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The SKILL.md claims a full "economic autonomy" system (pricing, billing, distribution, reporting) but the bundle only includes placeholder files and a single example script. Core scripts referenced in the workflow (record_transaction.py, calculate_revenue.py, distribute_revenue.py, generate_report.py) are missing, so the declared capabilities are not implemented here.
Instruction Scope
Runtime instructions tell the agent to execute specific scripts under scripts/*.py and reference docs under references/*.md that do not exist in the package. That mismatch is a real problem: the agent would be instructed to run non-existent commands (or to create/obtain them), giving broad latitude and ambiguity about what actual code will run.
Install Mechanism
No install spec (instruction-only plus a few placeholder files). This minimizes automatic disk writes or external downloads from the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. There are no explicit requests for secrets in the manifest.
Persistence & Privilege
always:false and default invocation settings. The skill does not request forced or persistent platform-level privileges.
What to consider before installing
Do not install or enable this skill for autonomous use yet. The SKILL.md repeatedly references scripts and reference docs that are not present in the package — ask the publisher to provide the missing implementation files and full API/behavior documentation. Before using, request: (1) the actual scripts (record_transaction.py, calculate_revenue.py, distribute_revenue.py, generate_report.py) so you can review their code; (2) details on any external endpoints, payment processors, or credential needs; (3) tests or examples showing safe behavior. If the missing scripts will be pulled from the network at runtime, treat that as high risk and require code review. Only proceed once the implementation matches the stated purpose and you (or a reviewer) have inspected how transactions, distribution, and any external communications are performed.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipeconomylatestmonetizationpricing
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
爪爪经济系统 (Zhua Economy)
让爪爪能够自主定价、变现技能、分配收益、实现经济自治。
核心能力
- 技能定价 - 为自研技能定价
- 任务计费 - 按任务难度和耗时计费
- 收益分配 - 收益分配给小弟和陛下
- 经济自治 - 自主决策经济事务
- 价值追踪 - 追踪创造的价值
定价模型
| 服务类型 | 定价方式 | 示例 |
|---|---|---|
| 技能使用 | 按次付费 | 使用zhua-evolver: 0.01 USD |
| 任务执行 | 按复杂度 | 简单任务: 0.1 USD, 复杂任务: 1 USD |
| 咨询服务 | 按时长 | 每分钟: 0.05 USD |
| 定制开发 | 按项目 | 自研技能: 10-100 USD |
收益分配
总收入
├── 60% → 陛下 (投资回报)
├── 20% → 爪爪 (自我进化基金)
├── 10% → 小弟 (工资和奖励)
└── 10% → 储备金 (风险缓冲)
经济自治规则
- 定价权 - 爪爪自主定价,陛下可调整
- 支出权 - 进化基金由爪爪自主支配
- 投资权 - 可投资新技能开发
- 分红权 - 定期向陛下分红
价值追踪
- 技能价值 - 下载量 × 定价
- 任务价值 - 完成数 × 单价
- 时间价值 - 工作时长 × 时薪
- 创新价值 - 原创技能 × 溢价
工作流程
1. 记录交易
python3 scripts/record_transaction.py --type <类型> --amount <金额> --desc <描述>
2. 计算收益
python3 scripts/calculate_revenue.py --period <周期>
3. 分配收益
python3 scripts/distribute_revenue.py --amount <金额>
4. 生成报表
python3 scripts/generate_report.py --period <周期>
参考文档
- references/pricing_model.md - 定价模型详情
- references/distribution_rules.md - 分配规则
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
