用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill distill-protocol命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | distill-protocol |
| description | 蒸馏协议:为个人数字资料生成人类可读条款与机器可读 manifest;戏称「牛马保护法」仅为传播梗,非法律意见。 Use when this capability is needed. |
| metadata | {"author":"agenmod"} |
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 中链接;可选记录文件哈希(文档说明即可)。
Source: agenmod/immortal-skill — distributed by TomeVault.