← 返回
沟通协作 中文

Twinify

Create AI digital twins of real people from WhatsApp chat history exports. Clone your friends, colleagues, or contacts into AI agents that talk, think, and react like them. Use when the user wants to: create a digital twin, clone a WhatsApp contact into an AI agent, build a persona from chat history, make an AI version of someone, create a doppelgänger agent, or simulate a conversation with someone based on their real messages. Triggers: digital twin, clone friend, chat clone, persona, doppelgän
利用WhatsApp聊天记录导出文件为真人创建AI数字孪生。将亲友、同事或联系人克隆为言行举止与其相似的AI智能体。适用于创建数字孪生、克隆联系人、根据聊天记录构建人物画像或模拟对话的场景。重要提示:须获得被克隆者的明确同意,执行前务必确认授权。
neobotjan2026
沟通协作 clawhub v1.0.0 1 版本 99942.3 Key: 无需
★ 0
Stars
📥 1,732
下载
💾 44
安装
1
版本
#latest

概述

Doppel — AI Digital Twins from Chat History

Create realistic AI digital twins of real people by analyzing their WhatsApp chat exports.

⚠️ Ethics & Consent

Informed consent is required. Before creating a digital twin of any person, you must obtain their explicit, informed consent. This means:

  1. Inform the person that their chat messages will be used to create an AI agent that mimics their personality and communication style.
  2. Explain what the twin will be used for (personal use, entertainment, testing, etc.).
  3. Obtain explicit permission — verbal or written — before proceeding.
  4. Respect refusal. If the person declines, do not create the twin.
  5. Allow withdrawal. The person may request deletion of the twin at any time.

Creating a digital twin without the subject's knowledge or consent is a violation of their privacy and autonomy. This skill is designed for use between friends, family, or colleagues who have mutually agreed to participate. It is not intended for impersonation, deception, harassment, or any use that could harm the subject.

The agent must confirm consent before proceeding. When a user requests a twin, ask: "Do you have this person's permission to create an AI twin of them?" Do not proceed unless the user confirms.

How It Works

  1. User provides a WhatsApp chat export (.txt file)
  2. Parser script extracts and categorizes messages by sender
  3. LLM analyzes the parsed messages to generate personality profile files
  4. A new OpenClaw agent is created with the twin's identity

Quick Start

Step 1: Get the Chat Export

Tell the user to export the chat from WhatsApp:

  • Open the chat → ⋮ → More → Export Chat → Without Media
  • Send the .txt or .zip file

Step 2: Parse the Chat

Run the parser to extract messages:

python3 scripts/parse_chat.py <chat_export.txt> <target_name> <output_dir>

Arguments:

  • chat_export.txt — Path to the WhatsApp export file
  • target_name — Name of the person to clone (as it appears in the chat)
  • output_dir — Directory to save parsed output

This generates /parsed_messages.json with categorized messages.

Step 3: Generate Twin Profile

Using the parsed messages, create these files in the twin's workspace:

  1. SOUL.md — Read references/soul-guide.md for structure
  2. EXAMPLES.md — Read references/examples-guide.md for structure
  3. ANTI-EXAMPLES.md — Read references/anti-examples-guide.md for structure
  4. MEMORY.md — Read references/memory-guide.md for structure

Analyze the parsed messages thoroughly. Quality depends on:

  • Identifying ALL recurring phrases, gírias, and expressions
  • Capturing emotional patterns and tone shifts
  • Noting relationship dynamics with the chat partner
  • Extracting real events, people, and shared history

Step 4: Create the Agent

  1. Create workspace: ~/.openclaw/workspace-/
  2. Create agent dir: ~/.openclaw/agents//agent/
  3. Place SOUL.md, EXAMPLES.md, ANTI-EXAMPLES.md, MEMORY.md in workspace
  4. Create AGENTS.md in agent dir — read references/agents-guide.md for template
  5. Register agent in OpenClaw config via gateway config.patch

Step 5: Test

Send a message to the twin and verify it responds in character. Iterate on SOUL.md if needed.

Privacy & Data Handling

  • Chat exports should be processed locally and never transmitted to external services beyond the LLM API call.
  • Parsed data and generated profiles are stored in the user's local OpenClaw workspace.
  • Users are responsible for securing twin data and respecting the subject's privacy.
  • If the subject requests deletion, remove all workspace files, agent configuration, and parsed data.

Tips for Better Twins

  • More messages = better twin. 50+ messages from the target person recommended.
  • Text messages matter most. Audio/image/sticker messages are lost in export.
  • Recent chats are better. People's communication style evolves.
  • Multiple chats help. If available, combine exports from different chats with the same person.
  • Iterate. Test the twin, identify gaps, refine SOUL.md.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 22:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,689
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,463
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,599