distill-protocol

Generate human-readable license terms and machine-readable manifests declaring AI distillation permissions for personal digital materials.

Updated Aug 15, 2026
One-click install
npx skills add https://github.com/qqlcx5/skills-hub --skill distill-protocol-qqlcx5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: distill-protocol
Source: https://github.com/qqlcx5/skills-hub/tree/main/skills/immortal-skill/distill-protocol-skill
Command: npx skills add https://github.com/qqlcx5/skills-hub --skill distill-protocol-qqlcx5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Your code and documents may belong to your employer, but your thinking style, decision patterns, and personality should not be silently distilled into a digital replica. This Skill lets you attach an explicit, per-rights usage declaration to your digital materials before laws catch up. ## Core Features & Use Cases - Tiered Policy Generation: Choose from human_only, no_commercial_distill, or research_ok tiers, each granting separate rights for reading, training, distillation, and commercial use. - Dual Output Formats: Produces a human-readable LICENSE-DISTILL.md plus a machine-readable manifest.json that AI agents can parse before distilling. - Use Case: A developer leaving a company runs the generator with their name and the human_only tier, then places the generated protocol files alongside their public knowledge base to state that automated personality distillation is not authorized. ## Quick Start Ask the AI to run the distill protocol generator with your name and the human_only tier to produce a LICENSE-DISTILL.md and manifest.json in an output folder.

Frequently Asked Questions about distill-protocol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I declare that my content cannot be used for AI training?

Run the protocol generator with the human_only tier and your owner name. It writes a LICENSE-DISTILL.md stating the materials are for human reading only and a manifest.json with allow_training and allow_distillation set to false.

What is a distillation license for personal data?

It is a written declaration separating rights over your digital traces: human reading, model training, personality distillation, commercial use, and permanent replacement. Each right is granted independently, similar to how publishing and film rights are licensed separately.

Is the generated distill protocol legally binding?

No. The generated document is an explicit statement of intent, not legal advice, and its enforceability varies by jurisdiction and contract. For employment, inheritance, or cross-border scenarios, consult a qualified lawyer.

What tiers does the distill protocol generator support?

Three tiers are implemented: human_only forbids all training and distillation, no_commercial_distill allows personal learning but bans commercial distilled products, and research_ok permits attributed non-commercial research use.

Can AI agents read the distillation policy automatically?

Yes. The generator outputs a manifest.json with structured fields such as allow_distillation, allow_training, commercial, and attribution_required, so agents can parse the policy before processing the associated materials.