Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agenmod avatar

Immortal Skill

  • 62 installs
  • 952 repo stars
  • Updated April 15, 2026
  • agenmod/immortal-skill

immortal-skill is a Claude Code skill and framework that distills a person's persona from multi-platform data into a loadable Agent Skill package.

About

immortal-skill is a Claude Code skill and framework for building an AI persona ("digital immortality") of a person from multi-platform chat, social, and document data. A developer picks a role template, collects material via a Python CLI or manual upload, then extracts procedure/interaction/memory/personality dimensions with evidence grading and outputs a loadable Agent Skill directory. It is a generator that produces new Agent Skills rather than an end-user app. Documentation is in Chinese.

  • Distills a person's digital persona into a loadable Agent Skill package
  • 7 role templates (self, colleague, mentor, family, partner, friend, public-figure) and 12+ data platforms
  • Python collector CLI plus prompts, recipes, and evidence-graded merge/conflict handling

Immortal Skill by the numbers

  • 62 all-time installs (skills.sh)
  • Ranked #6,256 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

immortal-skill capabilities & compatibility

Capabilities
persona distillation · agent skill generation · data collection · evidence grading
Works with
slack
Use cases
orchestration · memory · research
Pricing
Free
From the docs

What immortal-skill says it does

选择角色 → 多平台采集 → 分维度提取(procedure / interaction / memory / personality)→ 证据分级 → 冲突合并 → 输出符合 Agent Skills 的技能目录。
SKILL.md
不用于跟踪、骚扰或欺骗。
SKILL.md
npx skills add https://github.com/agenmod/immortal-skill --skill immortal-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs62
repo stars952
Last updatedApril 15, 2026
Repositoryagenmod/immortal-skill

What it does

Distill a person's cognition, memory, and style from multi-platform data into a loadable Agent Skill persona package.

When should I use this skill?

When the user asks to distill a person, build a digital avatar, or make an AI act like someone from their data.

What you get

A loadable Agent Skill directory that captures a person's procedure, interaction, memory, and personality with evidence grades.

  • a loadable Agent Skill directory under ./skills/immortals/<slug>/
  • per-dimension extraction files and a conflicts.md

By the numbers

  • 7 role/persona templates
  • 12+ data platforms supported
  • 4 extraction dimensions: procedure/interaction/memory/personality

Files

distill-protocol-skill/SKILL.mdMarkdownGitHub ↗

复制给 AI

  • 本 Skill 唯一入口:当前文件 distill-protocol-skill/SKILL.md
  • 仓库根:假定 `immortal-skill/`
  • 从仓库根运行生成脚本
python3 distill-protocol-skill/kit/protocol_gen.py --owner "你的名字" --tier human_only --output ./my-protocol

--tierhuman_only | no_commercial_distill | research_ok

  • 聚合入口`FOR_AI.md` 第四节。

Distill Protocol

语言

根据用户第一条消息的语言,全程使用同一语言。

何时激活

  • 用户要为资料包附加 使用范围、生成 LICENSE-DISTILL.md + manifest.json
  • 用户提及 「牛马保护法」:视为本协议的中文梗名,正文仍使用正式免责声明。

重要声明

  • 本文档 不构成法律意见;效力因法域与合同而异。
  • 「牛马保护法」 仅为自嘲式传播用语,勿暗示具有真实法律效力。

路径约定

  • 本 Skill 根目录 `{baseDir}` = distill-protocol-skill/

操作顺序

Phase 0:选择档位

档位含义(摘要)
human_only仅供人类阅读,禁止用于模型训练与自动化蒸馏
no_commercial_distill允许个人学习,禁止商用蒸馏产物
research_ok允许研究用途,禁止商用
custom用户自定义条款(需人工审阅)

Phase 1:填写变量

  • 资料所有者名称 / 代号
  • 覆盖的文件范围(路径或描述)
  • 生效与更新日期

Phase 2–3:生成

`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.mdmanifest.json

Phase 4:(可选)站点片段

若用户有个人网站,可复制 templates/robots-snippet.txt 思路,拒绝特定 AI 爬虫(示例见 templates/)。

Phase 5:附署

建议将协议与资料包放在同一目录,并在 README 中链接;可选记录文件哈希(文档说明即可)。

不做的事

  • 不保证对第三方产生约束力;合同/授权场景请咨询律师

Related skills

AI & Agent Buildingagentsresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.