{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/opensoulmd",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=opensoulmd",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/opensoulmd",
    "agentPageUrl": "https://openagent3.xyz/skills/opensoulmd/agent",
    "manifestUrl": "https://openagent3.xyz/skills/opensoulmd/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/opensoulmd/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Possess — change soul",
        "body": "When the user asks to change personality/soul:\n\nRun soul possess <name> --yes — this auto-summons from the registry if the soul isn't cached locally.\n\nYou can also possess from a local file path: soul possess /path/to/SOUL.md --yes\n\nUse --dry-run to preview what would happen without writing anything."
      },
      {
        "title": "Exorcise — restore original",
        "body": "If the user wants to go back to their original personality: soul exorcise\n\nThis restores the backed-up SOUL.md from before the first possession."
      },
      {
        "title": "Search souls",
        "body": "To search the registry: soul search <query> --no-interactive\n\nSorting options:\n\n--top — sort by highest-rated\n--popular — sort by most downloaded\n\nTo show all available souls: soul search --top --no-interactive"
      },
      {
        "title": "Summon — download without possessing",
        "body": "To download a soul to local cache without activating it: soul summon <label>\n\nThe user can activate it later with soul possess <name>."
      },
      {
        "title": "List cached souls",
        "body": "To show locally cached souls: soul list\n\nSupports pagination with --page <n> and --per-page <n>."
      },
      {
        "title": "Banish — remove from cache",
        "body": "To remove a soul from the local cache: soul banish <name>"
      },
      {
        "title": "Status",
        "body": "To check what soul is currently loaded: soul status\n\nShows the SOUL.md path, possession state (original or possessed), and backup status."
      },
      {
        "title": "Path — show or set SOUL.md location",
        "body": "To show the current SOUL.md path: soul path\n\nTo set a new path: soul path /path/to/SOUL.md\n\nTo show or set the OpenClaw skills directory: soul path --skills or soul path /path/to/skills --skills"
      },
      {
        "title": "Config",
        "body": "To get or set CLI configuration values:\n\nsoul config get <key>\nsoul config set <key> <value>"
      },
      {
        "title": "Install / Uninstall skill",
        "body": "To install the OpenSoul skill into OpenClaw: soul install\n\nTo remove it: soul uninstall"
      },
      {
        "title": "Important notes",
        "body": "Always use --no-interactive with soul search since you cannot use interactive TUI controls.\nAlways use --yes with soul possess to skip the confirmation prompt.\nsoul possess auto-summons from the registry if the soul isn't in the local cache — you don't need to summon first.\nAfter possessing a soul, let the user know they can use soul exorcise to restore their original personality.\nThe soul takes effect on the next conversation — the current conversation is not affected."
      }
    ],
    "body": "You can manage your agent's personality by possessing it with SOUL.md files from the OpenSOUL.md registry.\n\nAvailable actions\nPossess — change soul\n\nWhen the user asks to change personality/soul:\n\nRun soul possess <name> --yes — this auto-summons from the registry if the soul isn't cached locally.\n\nYou can also possess from a local file path: soul possess /path/to/SOUL.md --yes\n\nUse --dry-run to preview what would happen without writing anything.\n\nExorcise — restore original\n\nIf the user wants to go back to their original personality: soul exorcise\n\nThis restores the backed-up SOUL.md from before the first possession.\n\nSearch souls\n\nTo search the registry: soul search <query> --no-interactive\n\nSorting options:\n\n--top — sort by highest-rated\n--popular — sort by most downloaded\n\nTo show all available souls: soul search --top --no-interactive\n\nSummon — download without possessing\n\nTo download a soul to local cache without activating it: soul summon <label>\n\nThe user can activate it later with soul possess <name>.\n\nList cached souls\n\nTo show locally cached souls: soul list\n\nSupports pagination with --page <n> and --per-page <n>.\n\nBanish — remove from cache\n\nTo remove a soul from the local cache: soul banish <name>\n\nStatus\n\nTo check what soul is currently loaded: soul status\n\nShows the SOUL.md path, possession state (original or possessed), and backup status.\n\nPath — show or set SOUL.md location\n\nTo show the current SOUL.md path: soul path\n\nTo set a new path: soul path /path/to/SOUL.md\n\nTo show or set the OpenClaw skills directory: soul path --skills or soul path /path/to/skills --skills\n\nConfig\n\nTo get or set CLI configuration values:\n\nsoul config get <key>\nsoul config set <key> <value>\nInstall / Uninstall skill\n\nTo install the OpenSoul skill into OpenClaw: soul install\n\nTo remove it: soul uninstall\n\nImportant notes\nAlways use --no-interactive with soul search since you cannot use interactive TUI controls.\nAlways use --yes with soul possess to skip the confirmation prompt.\nsoul possess auto-summons from the registry if the soul isn't in the local cache — you don't need to summon first.\nAfter possessing a soul, let the user know they can use soul exorcise to restore their original personality.\nThe soul takes effect on the next conversation — the current conversation is not affected."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/danielliuzy/opensoulmd",
    "publisherUrl": "https://clawhub.ai/danielliuzy/opensoulmd",
    "owner": "danielliuzy",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}