{
  "schemaVersion": "1.0",
  "item": {
    "slug": "consensus-persona-respawn",
    "name": "consensus-persona-respawn",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kaicianflone/consensus-persona-respawn",
    "canonicalUrl": "https://clawhub.ai/kaicianflone/consensus-persona-respawn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/consensus-persona-respawn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=consensus-persona-respawn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "AI-SELF-IMPROVEMENT.md",
      "README.md",
      "SKILL.md",
      "examples/input.json",
      "metadata.json",
      "package-lock.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/consensus-persona-respawn"
    },
    "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/consensus-persona-respawn",
    "agentPageUrl": "https://openagent3.xyz/skills/consensus-persona-respawn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/consensus-persona-respawn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/consensus-persona-respawn/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "consensus-persona-respawn",
        "body": "consensus-persona-respawn is the adaptive maintenance loop for persona governance."
      },
      {
        "title": "What this skill does",
        "body": "identifies dead/weak personas by trigger or reputation threshold\nmines historical decision artifacts for mistake patterns\ngenerates successor persona profiles informed by those failures\nwrites persona_respawn and updated persona_set artifacts\nkeeps governance panel quality from stagnating"
      },
      {
        "title": "Why this matters",
        "body": "A static evaluator panel drifts over time. This skill provides lifecycle renewal so consensus quality improves instead of degrading."
      },
      {
        "title": "Ecosystem role",
        "body": "Consumes persona-engine outputs for long-term adaptation and ties directly into board-ledger evidence."
      },
      {
        "title": "Best use cases",
        "body": "long-running agent teams\nrecurring decision domains with repeated failure classes\nautonomous systems requiring evaluator maintenance"
      },
      {
        "title": "Runtime and network behavior",
        "body": "runtime binaries: node, tsx\nnetwork calls: none in shipped respawn logic\nenvironment config read by this package: CONSENSUS_STATE_FILE, CONSENSUS_STATE_ROOT\nfilesystem writes: board/state artifacts under the configured consensus state path"
      },
      {
        "title": "Dependency trust model",
        "body": "consensus-guard-core is the first-party consensus package used in runtime execution\nversions are semver-pinned in package.json for reproducible installs\nthis skill does not request host-wide privileges and does not mutate other skills"
      },
      {
        "title": "Install",
        "body": "npm i consensus-persona-respawn"
      },
      {
        "title": "Quick start",
        "body": "node --import tsx run.js --input ./examples/input.json"
      },
      {
        "title": "Tool-call integration",
        "body": "This skill is wired to the consensus-interact contract boundary (via shared consensus-guard-core wrappers where applicable):\n\nreadBoardPolicy\ngetLatestPersonaSet / getPersonaSet\nwriteArtifact / writeDecision\nidempotent decision lookup\n\nThis keeps board orchestration standardized across skills."
      },
      {
        "title": "Invoke Contract",
        "body": "This skill exposes a canonical entrypoint:\n\ninvoke(input, opts?) -> Promise<OutputJson | ErrorJson>\n\ninvoke() executes persona replacement based on lineage and failure patterns. Reputation deltas are expected from consensus-persona-engine outputs."
      }
    ],
    "body": "consensus-persona-respawn\n\nconsensus-persona-respawn is the adaptive maintenance loop for persona governance.\n\nWhat this skill does\nidentifies dead/weak personas by trigger or reputation threshold\nmines historical decision artifacts for mistake patterns\ngenerates successor persona profiles informed by those failures\nwrites persona_respawn and updated persona_set artifacts\nkeeps governance panel quality from stagnating\nWhy this matters\n\nA static evaluator panel drifts over time. This skill provides lifecycle renewal so consensus quality improves instead of degrading.\n\nEcosystem role\n\nConsumes persona-engine outputs for long-term adaptation and ties directly into board-ledger evidence.\n\nBest use cases\nlong-running agent teams\nrecurring decision domains with repeated failure classes\nautonomous systems requiring evaluator maintenance\nRuntime and network behavior\nruntime binaries: node, tsx\nnetwork calls: none in shipped respawn logic\nenvironment config read by this package: CONSENSUS_STATE_FILE, CONSENSUS_STATE_ROOT\nfilesystem writes: board/state artifacts under the configured consensus state path\nDependency trust model\nconsensus-guard-core is the first-party consensus package used in runtime execution\nversions are semver-pinned in package.json for reproducible installs\nthis skill does not request host-wide privileges and does not mutate other skills\nInstall\nnpm i consensus-persona-respawn\n\nQuick start\nnode --import tsx run.js --input ./examples/input.json\n\nTool-call integration\n\nThis skill is wired to the consensus-interact contract boundary (via shared consensus-guard-core wrappers where applicable):\n\nreadBoardPolicy\ngetLatestPersonaSet / getPersonaSet\nwriteArtifact / writeDecision\nidempotent decision lookup\n\nThis keeps board orchestration standardized across skills.\n\nInvoke Contract\n\nThis skill exposes a canonical entrypoint:\n\ninvoke(input, opts?) -> Promise<OutputJson | ErrorJson>\n\ninvoke() executes persona replacement based on lineage and failure patterns. Reputation deltas are expected from consensus-persona-engine outputs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kaicianflone/consensus-persona-respawn",
    "publisherUrl": "https://clawhub.ai/kaicianflone/consensus-persona-respawn",
    "owner": "kaicianflone",
    "version": "1.1.13",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/consensus-persona-respawn",
    "downloadUrl": "https://openagent3.xyz/downloads/consensus-persona-respawn",
    "agentUrl": "https://openagent3.xyz/skills/consensus-persona-respawn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/consensus-persona-respawn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/consensus-persona-respawn/agent.md"
  }
}