← Back to Skills Marketplace
terry-cyx

纪念.skill

by Terry-cyx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memorial
Description
为逝去的亲人建立纪念档案,让记忆得以延续。支持文字追忆、人格重建、声音克隆。
Usage Guidance
This repo appears internally consistent with its purpose: it processes local chat logs, photos and audio to build memorial archives and optionally trains a local voice model. Before installing or running: 1) Review the Python scripts (especially wechat_voice_extractor.py, voice_trainer.py, voice_synthesizer.py) for any network calls or unexpected behavior; run them in a sandbox or VM if possible. 2) Expect large downloads (Whisper models, PyTorch/CUDA wheels, GPT-SoVITS weights) and GPU needs for voice training. 3) The skill requires access to sensitive personal data (chat histories, voice messages, photos). Ensure you have consent from data owners and comply with local laws/ethics, especially for voice cloning of deceased persons. 4) Prefer to keep memorials on an isolated disk and back up before bulk operations; verify the toolchain's source URLs (GitHub repos) and checksum downloaded models. 5) If you cannot audit the code fully, avoid running the extraction/training steps that touch system files (WeChat DB) or run them in an isolated environment.
Capability Analysis
Type: OpenClaw Skill Name: memorial Version: 1.0.0 The 'memorial' skill bundle provides a comprehensive toolset for creating digital archives of deceased individuals, including voice cloning and chat log analysis. The most significant security concern is found in 'wechat_voice_extractor.py', which utilizes the 'pywxdump' library to decrypt local WeChat databases to extract private voice messages. While the stated intent is benign and the documentation emphasizes that data remains local, the bundle requires broad 'Bash' permissions to execute scripts that perform high-risk operations on sensitive personal communication data. The reliance on bypassing application security (e.g., requiring specific older WeChat versions to facilitate decryption) and the inherent risk of handling decrypted chat databases warrant a suspicious classification, despite the lack of evidence of intentional data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (memorial archives, persona reconstruction, voice cloning) match the included tools: chat parsers, photo analyzer, audio transcriber/preprocessor, voice trainer/synthesizer, skill_writer, and prompts. Requiring access to local chat exports, audio and photos is expected for this purpose.
Instruction Scope
SKILL.md explicitly instructs running local Python tools (wechat extraction, preprocess, transcription, training, synthesis) and to read/write files under memorials/{slug}/. All actions are within the stated scope, but several are high-impact: decrypt/parse WeChat exports, read chat databases and audio files, and train local voice models. The instructions repeatedly assert "data only local," but you should confirm the scripts do not contain unexpected network calls before running.
Install Mechanism
No install spec for the skill itself (instruction-only frontmatter), which lowers installer risk. The README/INSTALL recommend cloning external repos and downloading large ML models (openai-whisper, GPT-SoVITS, PyTorch CUDA wheels, pretrained weights). Those downloads are expected for voice cloning but will pull code/data from third-party sources (GitHub, PyTorch), so verify sources and be prepared for large network transfers.
Credentials
The registry metadata declares no required env vars, no credentials, and no config paths. The toolset operates on user-provided local files (chat exports, audio, photos). The lack of requested secrets is consistent with the described offline/local design.
Persistence & Privilege
The skill is user-invocable, not always-on. It requests file read/write and Bash tool use (for running the included scripts), which is necessary for creating and updating memorials; it does not request elevated persistent platform privileges in the metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memorial
  3. After installation, invoke the skill by name or use /memorial
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首个完整版本:文字追忆 + 人格重建 + 声音克隆
Metadata
Slug memorial
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 纪念.skill?

为逝去的亲人建立纪念档案,让记忆得以延续。支持文字追忆、人格重建、声音克隆。 It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install 纪念.skill?

Run "/install memorial" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 纪念.skill free?

Yes, 纪念.skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 纪念.skill support?

纪念.skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 纪念.skill?

It is built and maintained by Terry-cyx (@terry-cyx); the current version is v1.0.0.

💬 Comments