← 返回 Skills 市场
joonaskahnwald

Relive

作者 JoonasKahnwald · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
243
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install relive
功能描述
AI digital twin cloning skill. Re:live — chat again with someone you love. Input chat logs, images, audio, and other materials to replicate a person's person...
安全使用建议
This package implements a plausible 'digital twin' workflow, but there are several things to check before installing or using it: - Credentials and external services: The code will call external APIs if keys are present (OpenAI via OPENAI_API_KEY, Volcengine/Ark via ARK_API_KEY, and it will download models from HuggingFace/Modelscope). The skill metadata does not declare these env vars — verify and only supply keys you trust and intend to use. - Data privacy: You will be asked to upload chat logs, reference audio, and transcripts (highly sensitive personal data). These files are persisted under the skill's storage directory and may be sent to external services if API keys are configured. Don’t provide private data unless you accept that it may be stored locally and potentially transmitted. - Workspace modification: The runtime expects you to add characters to USER.md in the workspace root. That modifies a global file used by the agent; if you want to avoid this, consider keeping copies or isolating the skill in a sandboxed workspace. - Third‑party code and large models: The README asks you to git clone CosyVoice and download large models (HuggingFace/Modelscope). Run these steps only in an isolated virtual environment or sandbox machine and inspect the cloned code before executing. - Run safely: Use a dedicated virtualenv and, if possible, an isolated VM/container; review requirements.txt before pip installing; avoid adding API keys unless necessary; and test with non-sensitive dummy data first. If you need more assurance, ask the skill author for an explicit list of required env vars and a justification for USER.md modifications.
功能分析
Type: OpenClaw Skill Name: relive Version: 0.1.0 The 'relive' skill is a legitimate multimodal AI digital twin implementation that uses RAG (BM25), voice synthesis (CosyVoice3), and video generation (Volcengine API). The code logic in 'main.py' and 'core/orchestrator.py' is well-structured and strictly follows the stated purpose of creating and interacting with digital clones. While the 'SKILL.md' file suggests modifying platform-level timeout settings in 'npm/node_modules' to accommodate long-running voice synthesis, the skill itself lacks the tools to perform such modifications automatically, and the behavior is documented as a troubleshooting step for the user. No evidence of data exfiltration, unauthorized persistence, or malicious prompt injection was found.
能力评估
Purpose & Capability
Functionality in code (LLM generation, CosyVoice voice cloning, and a video-generation API client) aligns with the skill description (digital twin cloning). Asking the user to provide chat logs, reference audio, and an optional image is coherent. However, the skill's registry metadata declares no required environment variables while the code and README reference external credentials (OPENAI_API_KEY, ARK_API_KEY and model downloads that may need tokens). This mismatch (declared none vs. code expecting keys) is unexpected and should be justified.
Instruction Scope
SKILL.md instructs the agent to read and write files under the skill storage (expected) but also to add entries into the workspace root USER.md so the main agent will route relive commands — that modifies a workspace-global file. The runtime flow persists conversation logs and profile.md under storage/default_* (sensitive personal data). The instructions also direct cloning third‑party code (CosyVoice) and bulk model downloads. Reading/writing workspace-level USER.md and persistent storage is broader scope than a simple ephemeral helper and increases risk of accidental leakage or undesired workspace modification.
Install Mechanism
No formal install spec in registry (instruction-only), but README and SKILL.md instruct manual setup: create a Python venv, pip install -r requirements.txt, git clone CosyVoice from GitHub, and use snapshot_download to fetch large models from HuggingFace/Modelscope. These are standard hosts (GitHub, HuggingFace, Modelscope) but involve downloading and executing sizable third-party code and models onto disk — moderate risk and should be done in an isolated environment. No obscure or shortener URLs were used.
Credentials
Registry requirements list no env vars, yet code and docs reference and will use OPENAI_API_KEY (LLMEngine), ARK_API_KEY or video_generation.api_key (VideoGenEngine), and model hosting credentials/clients (huggingface_hub or modelscope). The agent will send content to external services (OpenAI, Volcengine/Ark, HuggingFace/Modelscope) when those keys are present. Sensitive personal data (chat logs, reference audio, transcripts) will be processed and could be transmitted to these external services if configured — the absence of declared required env vars is a proportionality and transparency issue.
Persistence & Privilege
The skill persists chat logs, profiles, voice profiles and generated artifacts under storage/{user_id}_{target_id}/ inside the skill directory (expected). However it also requires the user to add entries to USER.md in the workspace root and the main Agent will read that to route commands, meaning the skill asks to modify a workspace-global file. The skill is not 'always:true', but the ability to alter USER.md and store persistent personal data increases its effective privilege and persistence in the workspace.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install relive
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /relive 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Re:Live 0.1.0 — Initial release - Introduces the Re:Live skill for creating AI digital clones of real people from chat logs, audio, and images. - Supports text, voice, and optional video responses that mimic a replicated personality and style. - Guides users through new character creation: directory setup, chat log upload, profile export, and personality analysis. - Defines clear API parameters and flows for initializing, conversing, and extending digital personas. - Persists interaction history and enables context-aware replies using dual-track retrieval-augmented generation.
元数据
Slug relive
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Relive 是什么?

AI digital twin cloning skill. Re:live — chat again with someone you love. Input chat logs, images, audio, and other materials to replicate a person's person... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。

如何安装 Relive?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install relive」即可一键安装,无需额外配置。

Relive 是免费的吗?

是的,Relive 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Relive 支持哪些平台?

Relive 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Relive?

由 JoonasKahnwald(@joonaskahnwald)开发并维护,当前版本 v0.1.0。

💬 留言讨论