# Send opensoulmd 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": "opensoulmd",
    "name": "opensoulmd",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/danielliuzy/opensoulmd",
    "canonicalUrl": "https://clawhub.ai/danielliuzy/opensoulmd",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/opensoulmd",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opensoulmd",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "opensoulmd",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T11:32:11.688Z",
      "expiresAt": "2026-05-19T11:32:11.688Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opensoulmd",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opensoulmd",
        "contentDisposition": "attachment; filename=\"opensoulmd-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "opensoulmd"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/opensoulmd"
    },
    "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/opensoulmd",
    "downloadUrl": "https://openagent3.xyz/downloads/opensoulmd",
    "agentUrl": "https://openagent3.xyz/skills/opensoulmd/agent",
    "manifestUrl": "https://openagent3.xyz/skills/opensoulmd/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/opensoulmd/agent.md"
  }
}
```
## Documentation

### Possess — change soul

When the user asks to change personality/soul:

Run soul possess <name> --yes — this auto-summons from the registry if the soul isn't cached locally.

You can also possess from a local file path: soul possess /path/to/SOUL.md --yes

Use --dry-run to preview what would happen without writing anything.

### Exorcise — restore original

If the user wants to go back to their original personality: soul exorcise

This restores the backed-up SOUL.md from before the first possession.

### Search souls

To search the registry: soul search <query> --no-interactive

Sorting options:

--top — sort by highest-rated
--popular — sort by most downloaded

To show all available souls: soul search --top --no-interactive

### Summon — download without possessing

To download a soul to local cache without activating it: soul summon <label>

The user can activate it later with soul possess <name>.

### List cached souls

To show locally cached souls: soul list

Supports pagination with --page <n> and --per-page <n>.

### Banish — remove from cache

To remove a soul from the local cache: soul banish <name>

### Status

To check what soul is currently loaded: soul status

Shows the SOUL.md path, possession state (original or possessed), and backup status.

### Path — show or set SOUL.md location

To show the current SOUL.md path: soul path

To set a new path: soul path /path/to/SOUL.md

To show or set the OpenClaw skills directory: soul path --skills or soul path /path/to/skills --skills

### Config

To get or set CLI configuration values:

soul config get <key>
soul config set <key> <value>

### Install / Uninstall skill

To install the OpenSoul skill into OpenClaw: soul install

To remove it: soul uninstall

### Important notes

Always use --no-interactive with soul search since you cannot use interactive TUI controls.
Always use --yes with soul possess to skip the confirmation prompt.
soul possess auto-summons from the registry if the soul isn't in the local cache — you don't need to summon first.
After possessing a soul, let the user know they can use soul exorcise to restore their original personality.
The soul takes effect on the next conversation — the current conversation is not affected.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: danielliuzy
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T11:32:11.688Z
- Expires at: 2026-05-19T11:32:11.688Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/opensoulmd)
- [Send to Agent page](https://openagent3.xyz/skills/opensoulmd/agent)
- [JSON manifest](https://openagent3.xyz/skills/opensoulmd/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/opensoulmd/agent.md)
- [Download page](https://openagent3.xyz/downloads/opensoulmd)