蒸馏协议:为个人数字资料生成人类可读条款与机器可读 manifest;戏称「牛马保护法」仅为传播梗,非法律意见。
distill-protocol-skill/SKILL.md。immortal-skill/。python3 distill-protocol-skill/kit/protocol_gen.py --owner "你的名字" --tier human_only --output ./my-protocol
--tier:human_only | no_commercial_distill | research_ok。
FOR_AI.md 第四节。根据用户第一条消息的语言,全程使用同一语言。
LICENSE-DISTILL.md + manifest.json。{baseDir} = distill-protocol-skill/。| 档位 | 含义(摘要) |
|---|---|
human_only | 仅供人类阅读,禁止用于模型训练与自动化蒸馏 |
no_commercial_distill | 允许个人学习,禁止商用蒸馏产物 |
research_ok | 允许研究用途,禁止商用 |
custom | 用户自定义条款(需人工审阅) |
在 distill-protocol-skill/ 内:
python3 kit/protocol_gen.py --tier human_only --owner "张三" --output ./my-protocol
在 仓库根(推荐):
python3 distill-protocol-skill/kit/protocol_gen.py --tier human_only --owner "张三" --output ./my-protocol
检查生成的 LICENSE-DISTILL.md 与 manifest.json。
若用户有个人网站,可复制 templates/robots-snippet.txt 思路,拒绝特定 AI 爬虫(示例见 templates/)。
建议将协议与资料包放在同一目录,并在 README 中链接;可选记录文件哈希(文档说明即可)。