
from relic.skill146
Create interactive ‘Relics’—digital, interactive artifacts (people, pets, moments, teams) by distilling memory sources into persona, interaction and memory file
Relic is a general-purpose engine for turning any object of care (a person, pet, place, moment, or team) into an interactive digital artifact. The skill outlines a pipeline: consent & authorization, data collection from multiple sources, persona/memory extraction, conflict resolution and output of a self-contained Relic folder (SKILL.md, personality.md, interaction.md, memory.md, manifest.json).
Use Relic when you want a reusable template and workflow for preserving or interacting with memories—examples include creating a demo Relic (grandma, pet), waking a new Relic from user data, or loading existing Relics for interaction. Triggers are natural-language requests like “让我跟奶奶聊天”, “创建一个 Relic”, or “我想永生XX”.
Authoring style and references to filesystem templates and Bash/Python flows indicate compatibility with Claude Code / local agent runtimes that can execute scripts and manage files. The skill is runtime-agnostic but assumes an environment that can run helper scripts and enforce consent flows.
Relic is a digital immortality engine that distills memory sources (chat logs, photos, voice) into interactive persona artifacts. The codebase is substantial (15K+ lines) with well-organized subsystems (soul-forge, soul-engine, soul-shield). Only 1/17 scripts runs standalone; the rest fail on package import issues or require runtime arguments/API keys. Chinese-market focused with WeChat/QQ/Feishu integrations.
flaskrequestspython-dateutillark-cli (external)Well-structured concept with thoughtful consent protocol (soul-shield). Import fallback pattern is clever but fragile. Network calls are all to legitimate public APIs. No security red flags - no hardcoded creds, no exfiltration, no shell injection risks.