# Send Twinify to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "twinify",
    "name": "Twinify",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/neobotjan2026/twinify",
    "canonicalUrl": "https://clawhub.ai/neobotjan2026/twinify",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/twinify",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=twinify",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "LICENSE.txt",
      "SKILL.md",
      "references/agents-guide.md",
      "references/anti-examples-guide.md",
      "references/examples-guide.md",
      "references/memory-guide.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "twinify",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-10T06:32:44.996Z",
      "expiresAt": "2026-05-10T18:32:44.996Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=twinify",
        "error": "Timed out after 5000ms",
        "slug": "twinify"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/neobotjan2026/twinify"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/twinify",
    "downloadUrl": "https://openagent3.xyz/downloads/twinify",
    "agentUrl": "https://openagent3.xyz/skills/twinify/agent",
    "manifestUrl": "https://openagent3.xyz/skills/twinify/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/twinify/agent.md"
  }
}
```
## Documentation

### 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:

Inform the person that their chat messages will be used to create an AI agent that mimics their personality and communication style.
Explain what the twin will be used for (personal use, entertainment, testing, etc.).
Obtain explicit permission — verbal or written — before proceeding.
Respect refusal. If the person declines, do not create the twin.
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

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

### 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 <output_dir>/parsed_messages.json with categorized messages.

### Step 3: Generate Twin Profile

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

SOUL.md — Read references/soul-guide.md for structure
EXAMPLES.md — Read references/examples-guide.md for structure
ANTI-EXAMPLES.md — Read references/anti-examples-guide.md for structure
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

Create workspace: ~/.openclaw/workspace-<agent_id>/
Create agent dir: ~/.openclaw/agents/<agent_id>/agent/
Place SOUL.md, EXAMPLES.md, ANTI-EXAMPLES.md, MEMORY.md in workspace
Create AGENTS.md in agent dir — read references/agents-guide.md for template
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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: neobotjan2026
- Version: 1.0.0
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-10T06:32:44.996Z
- Expires at: 2026-05-10T18:32:44.996Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/twinify)
- [Send to Agent page](https://openagent3.xyz/skills/twinify/agent)
- [JSON manifest](https://openagent3.xyz/skills/twinify/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/twinify/agent.md)
- [Download page](https://openagent3.xyz/downloads/twinify)