Distill Shield:为个人移交资料包生成 Canary 与可选加固策略,提高未授权蒸馏成本;仅适用于有权处置的数据。
npx skills add https://github.com/agenmod/immortal-skill --skill distill-shield
distill-shield-skill/SKILL.md。immortal-skill/(或含本目录与 kit/ 的克隆根)。python3 distill-shield-skill/kit/shield_gen.py --output ./handover-bundle --label "我的移交包"
FOR_AI.md 第三节。根据用户第一条消息的语言,全程使用同一语言。
kit/shield_gen.py 后需要根据输出做伦理与可读性检查。{baseDir} = distill-shield-skill/。| 策略 | 对人 | 对自动化管线 | 可被绕过 |
|------|------|--------------|----------|
| Canary 唯一字符串 | 低影响(可放附录) | 泄露时可检索 | 剔除后丢失 |
| 提示注入段 | 需标注阅读区 | 可能干扰单次 LLM 蒸馏 | 预处理可剥离 |
| 矛盾样本 | 可能困惑读者 | 污染蒸馏一致性 | 人工可识别 |
在 distill-shield-skill/ 目录内时:
python3 kit/shield_gen.py --output ./handover-bundle --label "我的移交包"
在 仓库根(推荐,与「复制给 AI」一致):
python3 distill-shield-skill/kit/shield_gen.py --output ./handover-bundle --label "我的移交包"
将生成的 CANARY.txt 与说明合并进实际交付目录。
解释「附录含技术性标记,用于完整性校验,非正文内容」。
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take agenmod/distill-shield from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.