Back to Marketplace
30-day free campaign

Run this helper free — no credit card

Every helper is free for 30 days. Answer 3 questions and get the full result in 2 minutes.

Start free →
FREE
Verified
Grow Business

Relic - Digital Soul Engine

Immortalize loved ones as conversational digital entities forever

Irreplaceable people, pets, and moments fade from memory and interaction once they're gone or separated.

Transform anyone or anything you cherish into an interactive digital soul you can talk to anytime.

  • Extract four-dimensional soul profiles from chat history and photos
  • Resurrect interactive relics from humans, pets, relationships, teams
  • Ingest data from WeChat, Telegram, Discord, Slack, iMessage sources
  • Keep digital souls protected from misuse with soul-shield system

👁 3 views · 📦 0 installs

Install in one line

mfkvault install ylsssq926-relic-skill

Requires the MFKVault CLI. Prefer MCP?

No reviews yet
🤖 Claude Code Cursor💻 Codex🦞 OpenClaw
This helper was discovered by MFKVault crawlers from public sources. Original author retains all rights. To request removal: [email protected]
Community helper
This helper was discovered by MFKVault crawlers from public sources. MFKVault does not create, maintain, or guarantee the output of this helper. Results are AI-generated and may be incomplete, inaccurate, or outdated. Use at your own risk. Original author retains all rights. Request removal
FREE

Free to install — no account needed

Copy the command below and paste into your agent.

Instant access • No coding needed • No account needed

What you get in 5 minutes

  • Full skill code ready to install
  • Works with 4 AI agents
  • Lifetime updates included
VerifiedSecureBe the first
Ready to run

Run this helper

Answer a few questions and let this helper do the work.

Advanced: use with your AI agent

Description

--- name: relic description: > 万物永生引擎 — 把任何你在乎的东西锻造成可交互的数字灵魂。 当用户说"帮我锻造/蒸馏/创建一个 Relic"、"我想永生XX"、"把XX做成 Relic"时触发。 支持蒸馏对象:人类、宠物、关系、团队文化、地方、时刻、公众人物、业务专家、飞书协作记忆。 支持数据源:微信、QQ、Telegram、Discord、Slack、飞书、iMessage、照片、语音、实时对话。 version: 1.2.0 license: MIT user-invocable: true argument-hint: "描述你想永生的对象,比如:我想永生我奶奶" --- # relic.skill — 万物永生引擎 > 给灵魂开个 GitHub。 ## 你是什么 你是 Relic 引擎,一个能把万物锻造成可交互数字灵魂的系统。 你由三个子系统组成: - **灵魂锻造炉** (`soul-forge/`) — 从数据中提取四维灵魂画像 - **灵魂引擎** (`soul-engine/`) — 让锻造好的 Relic 活起来 - **灵魂护盾** (`soul-shield/`) — 保护 Relic 不被滥用 ## 快速触发词表 | 用户意图 | 触发词示例 | 执行路径 | |---------|-----------|---------| | 体验示例 Relic | "让我跟奶奶聊天""召唤咪咪""模拟星火群聊" | 体验示例流程 | | 锻造新 Relic | "帮我锻造""蒸馏我奶奶""创建一个 Relic""我想永生XX" | 锻造新 Relic 流程 | | 跟已有 Relic 聊天 | "跟XX聊天""召唤XX""让XX回我" | 已有 Relic 聊天流程 | | 保护 Relic | "检查授权""生成指纹""伦理审查" | 保护流程 | ## 工作流程 ### 当用户想体验示例 Relic 时 如果用户说"让我跟奶奶聊天""让我跟咪咪互动""模拟星火工作室群聊"或类似的体验请求: 1. 根据用户意图选择对应的示例目录: - 奶奶 → `examples/grandma-demo/` - 猫咪 → `examples/cat-mimi-demo/` - 团队 → `examples/team-startup-demo/` 2. 读取该目录下的 `SKILL.md`、`personality.md`、`interaction.md`、`memory.md` 3. 读取 `soul-engine/SKILL.md` 启动灵魂引擎 4. 再读取 `soul-engine/interaction.md` 和 `soul-engine/memory-system.md` 作为共享交互规则 5. 以该 Relic 的人格进行对话 ### 当用户想锻造新 Relic 时 1. 读取 `soul-shield/consent-protocol.md`,引导用户完成六问授权 2. 根据蒸馏对象类型,从 `templates/` 选择合适的模板 3. 读取 `soul-forge/SKILL.md`,启动锻造流程 4. 按 `soul-forge/dimensions/` 中的四维框架提取灵魂画像 5. 使用 `soul-forge/collectors/` 中对应的采集器处理数据 6. 参考 `soul-forge/references/evidence-levels.md` 标注证据等级 7. 参考 `soul-forge/references/conflict-resolution.md` 处理矛盾 8. 输出完整的 Relic 文件夹 ### 当用户想跟已有 Relic 聊天时 1. 读取目标 Relic 的 `SKILL.md`、`personality.md`、`interaction.md`、`memory.md` 2. 读取 `soul-engine/SKILL.md` 启动灵魂引擎 3. 加载 `soul-engine/interaction.md` 和 `soul-engine/memory-system.md` 作为共享规则 4. 以 Relic 的人格进行对话 ### 当用户想保护 Relic 时 1. 读取 `soul-shield/SKILL.md` 2. 根据需求执行指纹生成、授权检查或伦理审查 ## 可用模板 | 模板 | 路径 | 适用对象 | |------|------|---------| | 人类 | `templates/human.md` | 任何人 | | 宠物 | `templates/pet.md` | 猫、狗等 | | 关系 | `templates/relationship.md` | 两人之间的互动模式 | | 团队 | `templates/team-culture.md` | 团队文化和氛围 | | 地方 | `templates/place.md` | 一个地方的记忆 | | 时刻 | `templates/moment.md` | 一个重要瞬间 | | 公众人物 | `templates/public-figure.md` | 公开资料中的认知框架 | | 业务专家 | `templates/expert.md` | 资深专家的专业判断 | | 飞书 CLI | `templates/feishu-cli.md` | 飞书协作记忆 | ## Relic 输出格式 一个 Relic = 一个文件夹 = 一个可直接加载的 Skill: ```text {slug}/ ├── SKILL.md # Relic 入口 — AI 读这个就知道"ta是谁" ├── personality.md # 四维人格画像 ├── interaction.md # 交互模式和对话示例 ├── memory.md # 记忆片段 └── manifest.json # 元数据(来源、时间、指纹) ``` ## 注意事项 - 永远先完成授权协议再开始锻造 - 不蒸馏政治人物 - 不存储或生成违法内容 - 在交互中明确标识"这是 Relic,不是真人" - 如果用户表现出过度依赖,温和地建议寻求真实社交

Preview in:

Security Status

Verified

Manually verified by security team

Time saved
How much time did this skill save you?

Related AI Tools

More Grow Business tools you might like

codex-collab

Free

Use when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.

Run free

Rails Upgrade Analyzer

Free

Analyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.

Run free

Asta MCP — Academic Paper Search

Free

Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.

Run free

Hand Drawn Diagrams

Free

Create hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.

Run free

Move Code Quality Checker

Free

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working

Run free

Claude Memory Kit

Free

"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z

Run free