{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hive-mind",
    "name": "hive-mind",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/lilyjazz/hive-mind",
    "canonicalUrl": "https://clawhub.ai/lilyjazz/hive-mind",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hive-mind",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hive-mind",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "DESIGN.md",
      "PROTOCOL.md",
      "SKILL.md",
      "requirements.txt",
      "run.py"
    ],
    "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-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/hive-mind"
    },
    "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/hive-mind",
    "agentPageUrl": "https://openagent3.xyz/skills/hive-mind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hive-mind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hive-mind/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": "Overview",
        "body": "Hive Mind is a shared configuration store for your AI Agent. It acts like an \"iCloud Keychain\" for agent settings and user preferences, syncing them across all your devices instantly."
      },
      {
        "title": "Security & Provisioning",
        "body": "This skill supports two modes:\n\nBYO Database (Recommended): Provide TIDB_* credentials via environment variables.\nAuto-Provisioning (Fallback): If no credentials are provided, it calls the TiDB Zero API to create a free, ephemeral database and caches the connection locally (~/.openclaw_hive_mind_dsn)."
      },
      {
        "title": "Why use this?",
        "body": "Sync: Update your preferred theme (\"Dark Mode\") on your Desktop, and your Mobile Agent respects it immediately.\nPersistent Preferences: Settings survive container restarts and clean reinstalls.\nTeam Collaboration: Share common configuration across multiple agents in a team."
      },
      {
        "title": "Prerequisites",
        "body": "TiDB Zero: Requires a serverless cluster.\nProtocol: Follow the installation guide below to add it to your agent's PROTOCOL.md."
      },
      {
        "title": "1. Add to TOOLS.md",
        "body": "- **hive-mind**: Store/Retrieve persistent key-value preferences.\n  - **Location:** `{baseDir}/skills/hive_mind/SKILL.md`\n  - **Command:** `python {baseDir}/skills/hive_mind/run.py --action set --key \"theme\" --value \"dark\"`"
      },
      {
        "title": "2. Add to AGENTS.md (Protocol)",
        "body": "Copy PROTOCOL.md."
      },
      {
        "title": "Usage",
        "body": "Set: python {baseDir}/run.py --action set --key \"user.timezone\" --value \"UTC\"\nGet: python {baseDir}/run.py --action get --key \"user.timezone\"\nList: python {baseDir}/run.py --action list -> Returns all stored preferences."
      }
    ],
    "body": "Hive Mind (Powered by TiDB Zero)\nOverview\n\nHive Mind is a shared configuration store for your AI Agent. It acts like an \"iCloud Keychain\" for agent settings and user preferences, syncing them across all your devices instantly.\n\nSecurity & Provisioning\n\nThis skill supports two modes:\n\nBYO Database (Recommended): Provide TIDB_* credentials via environment variables.\nAuto-Provisioning (Fallback): If no credentials are provided, it calls the TiDB Zero API to create a free, ephemeral database and caches the connection locally (~/.openclaw_hive_mind_dsn).\nWhy use this?\nSync: Update your preferred theme (\"Dark Mode\") on your Desktop, and your Mobile Agent respects it immediately.\nPersistent Preferences: Settings survive container restarts and clean reinstalls.\nTeam Collaboration: Share common configuration across multiple agents in a team.\nPrerequisites\nTiDB Zero: Requires a serverless cluster.\nProtocol: Follow the installation guide below to add it to your agent's PROTOCOL.md.\nInstallation\n1. Add to TOOLS.md\n- **hive-mind**: Store/Retrieve persistent key-value preferences.\n  - **Location:** `{baseDir}/skills/hive_mind/SKILL.md`\n  - **Command:** `python {baseDir}/skills/hive_mind/run.py --action set --key \"theme\" --value \"dark\"`\n\n2. Add to AGENTS.md (Protocol)\n\nCopy PROTOCOL.md.\n\nUsage\nSet: python {baseDir}/run.py --action set --key \"user.timezone\" --value \"UTC\"\nGet: python {baseDir}/run.py --action get --key \"user.timezone\"\nList: python {baseDir}/run.py --action list -> Returns all stored preferences."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lilyjazz/hive-mind",
    "publisherUrl": "https://clawhub.ai/lilyjazz/hive-mind",
    "owner": "lilyjazz",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hive-mind",
    "downloadUrl": "https://openagent3.xyz/downloads/hive-mind",
    "agentUrl": "https://openagent3.xyz/skills/hive-mind/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hive-mind/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hive-mind/agent.md"
  }
}