Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:1
forks:0
updated:2026년 4월 15일 02:44
SKILL.md
| name | distill-protocol |
| description | 蒸馏协议:为个人数字资料生成人类可读条款与机器可读 manifest;戏称「牛马保护法」仅为传播梗,非法律意见。 |
| license | MIT |
| metadata | {"emoji":"📜","ecosystem":"immortal-skill"} |
SKILL.md。python3 kit/protocol_gen.py --owner "你的名字" --tier human_only --output ./my-protocol
--tier:human_only | no_commercial_distill | research_ok。
根据用户第一条消息的语言,全程使用同一语言。
LICENSE-DISTILL.md + manifest.json。| 档位 | 含义(摘要) |
|---|---|
human_only | 仅供人类阅读,禁止用于模型训练与自动化蒸馏 |
no_commercial_distill | 允许个人学习,禁止商用蒸馏产物 |
research_ok | 允许研究用途,禁止商用 |
custom | 用户自定义条款(需人工审阅) |
python3 kit/protocol_gen.py --tier human_only --owner "张三" --output ./my-protocol
检查生成的 LICENSE-DISTILL.md 与 manifest.json。
若用户有个人网站,可复制 templates/robots-snippet.txt 思路,拒绝特定 AI 爬虫。
建议将协议与资料包放在同一目录,并在 README 中链接。
建议同时使用 防蒸馏 进行技术加固,协议负责权利表达,Shield 负责技术标记。