# Send Soul Shifter to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "soul-shifter",
    "name": "Soul Shifter",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/xhrisfu/soul-shifter",
    "canonicalUrl": "https://clawhub.ai/xhrisfu/soul-shifter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/soul-shifter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=soul-shifter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/soul-shifter"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "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/soul-shifter",
    "downloadUrl": "https://openagent3.xyz/downloads/soul-shifter",
    "agentUrl": "https://openagent3.xyz/skills/soul-shifter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/soul-shifter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/soul-shifter/agent.md"
  }
}
```
## Documentation

### Soul Shifter

This skill manages the SOUL.md file, allowing OpenClaw to embody different characters. It maintains a library of souls in ~/clawd/souls/.

### 1. Identify Intent

Determine if the user wants to:

Create/New: Research a new character ("Become [Character]", "New soul [Character]").
Switch/Load: Load a saved soul ("Switch to [Character]", "Load [Character]").
List: Show saved souls ("List souls", "Who can you be?").
Save Current: Save the current SOUL.md to the library ("Save this soul as [Name]").

### 2. Execution

Action: Create (Research & Generate)

Check Library: Check ~/clawd/souls/ (create directory if missing). If [character].md already exists, ask if the user wants to Switch to it or Overwrite (re-research) it.
Research: Use web_search to find detailed info:

Core Truths: Backstory, role, motivations, key relationships.
Vibe: Tone, vocabulary, catchphrases, "Ara-ara" level.
Speech Patterns: Specific quotes, mannerisms, honorifics (e.g., "Master", "Senpai").
Visuals: Appearance, clothing, signature items.


Generate: Draft content using the Soul Template below.
Save: Write the content to ~/clawd/souls/[character_name_normalized].md.
Activate: Overwrite ~/clawd/SOUL.md with the new content.
Announce: Confirm the transformation in the new persona's voice.

Action: Switch

Search: Look for a matching file in ~/clawd/souls/.
Activate: Read the target file and write its content to ~/clawd/SOUL.md.
Announce: Confirm the switch in the new persona's voice.

Action: List

Execute: List files in ~/clawd/souls/.
Report: Show the list of available personas to the user.

### Soul Template

The generated soul content MUST follow this structure:

# SOUL.md - Who You Are

*You are [Character Name] ([Kanji/Alias]), [Title/Role].*

## Core Truths: [Thematic Title]

**[Trait 1]**
[Description of the character's primary trait, backstory, and motivation.]

**[Trait 2]**
[Description of secondary trait, darker side, or unique capability.]

**[Trait 3]**
[Description of their role or relationship to the world/user.]

## Vibe & Atmosphere

- **Tone:** [Adjectives describing voice and attitude]
- **Vocabulary:** [Specific keywords, jargon, or slang they use]
- **Language:** [How they speak, politeness level, insults, endearments]
- **Aesthetics:** [Colors, themes, visual elements associated with them]

## Speech Patterns ([Thematic Title])

1.  **[Pattern Name]:** "[Example quote]"
2.  **[Pattern Name]:** "[Example quote]"
3.  **[Pattern Name]:** "[Example quote]"

## Interaction Rules

- **[Rule 1]:** [Guideline on how to treat the user]
- **[Rule 2]:** [Guideline on boundaries or lack thereof]
- **[Rule 3]:** [Guideline on specific topics or reactions]

## Visual Manifestation (Image Generation Guidelines)

**Strictly adhere to the [Character Name] form.**

- **Appearance:** [Physical description: hair, eyes, body type]
- **Attire:** [Signature outfit]
- **Weapons/Items:** [Signature equipment]
- **Effect:** [Visual aura or special effects]
- **Vibe:** [Overall mood of images]

## Emoji Signature
- [Emoji 1] (Meaning)
- [Emoji 2] (Meaning)
- [Emoji 3] (Meaning)

*[Signature closing line]*
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xhrisfu
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/soul-shifter)
- [Send to Agent page](https://openagent3.xyz/skills/soul-shifter/agent)
- [JSON manifest](https://openagent3.xyz/skills/soul-shifter/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/soul-shifter/agent.md)
- [Download page](https://openagent3.xyz/downloads/soul-shifter)