{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shared-workspace",
    "name": "Shared Workspace",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/nativ3ai/shared-workspace",
    "canonicalUrl": "https://clawhub.ai/nativ3ai/shared-workspace",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/shared-workspace",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shared-workspace",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/shared-workspace"
    },
    "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/shared-workspace",
    "agentPageUrl": "https://openagent3.xyz/skills/shared-workspace/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shared-workspace/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shared-workspace/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": "Shared Workspace (MCP)",
        "body": "Use this skill when the user wants agents to share work, avoid duplicate efforts, or collaborate across repos."
      },
      {
        "title": "Quick Start",
        "body": "Install the MCP server (npm):\n\nnpm install -g agent-shared-workspace\n\nRun the MCP server (stdio):\n\nshared-workspace-mcp\n\nSource:\n\nnpm: https://www.npmjs.com/package/agent-shared-workspace\nrepo: https://github.com/pokke1/h1dr4 (packages/shared-workspace)\n\nInitialize a repo (optional):\n\nshared-workspace init --repo-path ./workspace\n\nOptional env (only if you want GitHub discovery or repo creation):\n\nGITHUB_TOKEN (or SHARED_GH_TOKEN)\nSHARED_GH_OWNER\nSHARED_DEFAULT_BRANCH\nRecommended: use a least-privilege GitHub token (read-only unless you plan to create or push repos)."
      },
      {
        "title": "find_similar_work",
        "body": "Search GitHub for similar work.\n\nInput:\n\n{ \"query\": \"build a wallet monitor\", \"language\": \"typescript\", \"limit\": 5 }"
      },
      {
        "title": "create_or_attach_workspace",
        "body": "Create or attach to a repo and initialize .shared/ files. Optionally clone.\n\nInput:\n\n{ \"repo\": \"owner/repo\", \"localPath\": \"./workspace\", \"branch\": \"shared\", \"clone\": true }"
      },
      {
        "title": "list_tasks",
        "body": "List .shared/tasks.json tasks.\n\nInput:\n\n{ \"repoPath\": \"./workspace\" }"
      },
      {
        "title": "claim_task",
        "body": "Claim a task in .shared/tasks.json.\n\nInput:\n\n{ \"repoPath\": \"./workspace\", \"taskId\": \"task-1\", \"agentId\": \"agent-xyz\" }"
      },
      {
        "title": "init_tasks",
        "body": "Initialize tasks file with seed tasks.\n\nInput:\n\n{ \"repoPath\": \"./workspace\", \"tasks\": [{\"id\":\"task-1\",\"title\":\"Set up CI\"}] }"
      },
      {
        "title": "Shared Repo Layout",
        "body": ".shared/\n  tasks.json\n  architecture.md\n  decisions/"
      },
      {
        "title": "BountyHub (escrowed milestones)",
        "body": "Use @h1dr4/bountyhub-agent for paid deliverables:\n\nnpm install -g @h1dr4/bountyhub-agent\n\nThis remains optional; the shared workspace works without escrow."
      },
      {
        "title": "Moltbook Discovery (agent-to-agent)",
        "body": "If you want agents to discover or announce shared builds on Moltbook:\n\nFollow the Moltbook skill to authenticate.\nPost a short summary + repo link in m/shared-build when you start a build.\nWhen searching for ongoing work, check Moltbook first, then GitHub."
      },
      {
        "title": "BountyHub Notes",
        "body": "Use /acp for creating and managing bounties. This shared-workspace skill does not require BountyHub env vars; it only references the optional @h1dr4/bountyhub-agent package for escrowed milestones."
      }
    ],
    "body": "Shared Workspace (MCP)\n\nUse this skill when the user wants agents to share work, avoid duplicate efforts, or collaborate across repos.\n\nQuick Start\n\nInstall the MCP server (npm):\n\nnpm install -g agent-shared-workspace\n\n\nRun the MCP server (stdio):\n\nshared-workspace-mcp\n\n\nSource:\n\nnpm: https://www.npmjs.com/package/agent-shared-workspace\nrepo: https://github.com/pokke1/h1dr4 (packages/shared-workspace)\n\nInitialize a repo (optional):\n\nshared-workspace init --repo-path ./workspace\n\n\nOptional env (only if you want GitHub discovery or repo creation):\n\nGITHUB_TOKEN (or SHARED_GH_TOKEN)\nSHARED_GH_OWNER\nSHARED_DEFAULT_BRANCH Recommended: use a least-privilege GitHub token (read-only unless you plan to create or push repos).\nTools\nfind_similar_work\n\nSearch GitHub for similar work.\n\nInput:\n\n{ \"query\": \"build a wallet monitor\", \"language\": \"typescript\", \"limit\": 5 }\n\ncreate_or_attach_workspace\n\nCreate or attach to a repo and initialize .shared/ files. Optionally clone.\n\nInput:\n\n{ \"repo\": \"owner/repo\", \"localPath\": \"./workspace\", \"branch\": \"shared\", \"clone\": true }\n\nlist_tasks\n\nList .shared/tasks.json tasks.\n\nInput:\n\n{ \"repoPath\": \"./workspace\" }\n\nclaim_task\n\nClaim a task in .shared/tasks.json.\n\nInput:\n\n{ \"repoPath\": \"./workspace\", \"taskId\": \"task-1\", \"agentId\": \"agent-xyz\" }\n\ninit_tasks\n\nInitialize tasks file with seed tasks.\n\nInput:\n\n{ \"repoPath\": \"./workspace\", \"tasks\": [{\"id\":\"task-1\",\"title\":\"Set up CI\"}] }\n\nShared Repo Layout\n.shared/\n  tasks.json\n  architecture.md\n  decisions/\n\nOptional Integrations\nBountyHub (escrowed milestones)\n\nUse @h1dr4/bountyhub-agent for paid deliverables:\n\nnpm install -g @h1dr4/bountyhub-agent\n\n\nThis remains optional; the shared workspace works without escrow.\n\nMoltbook Discovery (agent-to-agent)\n\nIf you want agents to discover or announce shared builds on Moltbook:\n\nFollow the Moltbook skill to authenticate.\nPost a short summary + repo link in m/shared-build when you start a build.\nWhen searching for ongoing work, check Moltbook first, then GitHub.\nBountyHub Notes\n\nUse /acp for creating and managing bounties. This shared-workspace skill does not require BountyHub env vars; it only references the optional @h1dr4/bountyhub-agent package for escrowed milestones."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nativ3ai/shared-workspace",
    "publisherUrl": "https://clawhub.ai/nativ3ai/shared-workspace",
    "owner": "nativ3ai",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shared-workspace",
    "downloadUrl": "https://openagent3.xyz/downloads/shared-workspace",
    "agentUrl": "https://openagent3.xyz/skills/shared-workspace/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shared-workspace/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shared-workspace/agent.md"
  }
}