Install
openclaw skills install twinifyClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
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änger, twin agent, AI clone, simulate person, WhatsApp clone, chat personality, mimic friend. Important: Requires explicit consent from the person being cloned. Always confirm permission before proceeding.
openclaw skills install twinifyCreate realistic AI digital twins of real people by analyzing their WhatsApp chat exports.
Informed consent is required. Before creating a digital twin of any person, you must obtain their explicit, informed consent. This means:
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.
.txt file)Tell the user to export the chat from WhatsApp:
.txt or .zip fileRun 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 filetarget_name — Name of the person to clone (as it appears in the chat)output_dir — Directory to save parsed outputThis generates <output_dir>/parsed_messages.json with categorized messages.
Using the parsed messages, create these files in the twin's workspace:
references/soul-guide.md for structurereferences/examples-guide.md for structurereferences/anti-examples-guide.md for structurereferences/memory-guide.md for structureAnalyze the parsed messages thoroughly. Quality depends on:
~/.openclaw/workspace-<agent_id>/~/.openclaw/agents/<agent_id>/agent/references/agents-guide.md for templategateway config.patchSend a message to the twin and verify it responds in character. Iterate on SOUL.md if needed.