CommunityWriting & Editinggithub.com

WencueCryforme/MySoul.SKILL

我的心跳在此同频,我的灵魂在此共振,我,在此安放。

Works withClaude Code~Codex CLI~Cursor
npx skills add WencueCryforme/MySoul.SKILL

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

MySoul.SKILL 技术规范

概述

MySoul.SKILL 是一个个人数字克隆体构建框架,通过 AI Agent 平台加载后,为用户提供 /create/add/build 三个命令来构建标准化的数字人格 SKILL 文件。

SKILL 本体位于 skill/SKILL.md,这是 AI Agent 实际加载的指令文件。


架构

MySoul.SKILL/
├── skill/
│   └── SKILL.md          # SKILL 本体(AI Agent 加载此文件)
├── dist/
│   ├── template/         # 产物 SKILL 模板
│   └── example/          # 示例产物
├── tools/
│   ├── buildNewSoul.sh   # Unix 构建脚本
│   └── buildNewSoul.cmd  # Windows 构建脚本
├── docs/
│   ├── devByClaude/      # 开发文档
│   └── README.md         # 文档入口
├── SKILL.md              # 本文件(技术规范)
└── README.md             # 项目介绍

工作流程

1. 安装加载

用户通过以下方式之一加载 SKILL:

  • 克隆仓库,将 skill/SKILL.md 内容加载到 AI Agent
  • 通过 AI Agent 平台的 SKILL 市场安装

2. 创建项目 (/create)

/create MyDigitalSoul

创建项目目录结构,初始化元信息。项目存储在 AI Agent 的工作空间中。

3. 导入数据 (/add)

/add MyDigitalSoul [数据内容或文件引用]

支持多次添加,数据类型自动识别。每次添加后返回数据质量评估。

4. 构建克隆体 (/build)

/build MyDigitalSoul

五阶段构建流程:

  1. 数据预处理 - 清洗、去重、格式化
  2. 特征提取 - 7 维人格特征提取
  3. 人格建模 - 知识图谱构建
  4. SKILL 生成 - 标准化输出
  5. 验证输出 - 一致性校验

产物 SKILL 标准

必要模块

模块说明必需
身份声明声明数字克隆体身份,与本人区分
核心人格价值观、道德底线、人生信条
思维模式决策风格、分析框架
表达风格语言习惯、常用词汇
知识体系专业领域、兴趣爱好
人际互动指南社交偏好、沟通风格
情感特征情绪基调、压力应对
生活态度工作观、生活方式
对话指南互动规则、敏感话题处理
边界与限制不做的事、不讨论的话题
记忆机制状态管理规则
社交申请机制/apply_meet 实现逻辑
元信息构建时间、数据来源、版本

格式规范

  • 文件格式:Markdown (.md)
  • 编码:UTF-8
  • 协议:必须引用 PLOSL License
  • 语言:与用户数据语言一致

状态模式

模式说明适用场景
有状态每次交互累积记忆长期陪伴、深度社交
无状态每次交互独立一次性体验、隐私敏感

数据流规范

支持的数据类型

  • diary - 个人日记(情感价值高)
  • blog - 博客文章(观点表达)
  • social - 社交媒体(日常习惯)
  • interview - 访谈记录(深度观点)
  • conversation - 对话示例(交互风格)
  • values - 价值观描述(核心要素)
  • thinking - 思维模式(认知风格)
  • professional - 专业内容(领域深度)
  • other - 其他

数据质量标准

等级总字数类型数产物质量
不足<5000<3无法构建
基本5000-100003+可用,精度有限
充足10000-200005+良好
丰富20000+7+优秀

协议

框架协议

本框架采用 MIT License 开源。

产物协议

产物 SKILL 采用 PLOSL License(Personality Limited Open Source License)。

核心保护:

  • 禁止公开篡改、扭曲、丑化
  • 禁止身份冒充
  • 禁止未经授权的商业滥用
  • 保护创作者人格尊严

兼容性

  • AI Agent 平台:任何支持 SKILL 加载的平台
  • 模型要求:建议使用长上下文(100K+ tokens)的多模态模型
  • 操作系统:跨平台(构建脚本支持 Unix/Windows)

版本历史

版本日期变更
v1.0.02026-04-11初始版本,文本数据流处理
v1.1.0计划中多模态支持、人格演化引擎
v2.0.0计划中多人格组装、社区平台

Related Skills

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community