{
  "schemaVersion": "1.0",
  "item": {
    "slug": "capacities",
    "name": "Capacities",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/davidsmorais/capacities",
    "canonicalUrl": "https://clawhub.ai/davidsmorais/capacities",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/capacities",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=capacities",
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/capacities"
    },
    "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/capacities",
    "agentPageUrl": "https://openagent3.xyz/skills/capacities/agent",
    "manifestUrl": "https://openagent3.xyz/skills/capacities/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/capacities/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": "Capacities Skill",
        "body": "Use this skill to interact with your Capacities \"Second Brain\"."
      },
      {
        "title": "Requirements",
        "body": "CAPACITIES_API_TOKEN: Obtain from Settings > Capacities API in the desktop app.\nCAPACITIES_SPACE_ID: (Optional) If not provided, the first available space will be used."
      },
      {
        "title": "Daily Notes",
        "body": "To add a thought, task, or note to today's daily note:\ncurl -X POST https://api.capacities.io/save-to-daily-note -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\" -H \"Content-Type: application/json\" -d '{\"spaceId\": \"$CAPACITIES_SPACE_ID\", \"mdText\": \"Your note here\"}'"
      },
      {
        "title": "Web Links",
        "body": "To save a URL to your space:\ncurl -X POST https://api.capacities.io/save-weblink -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\" -H \"Content-Type: application/json\" -d '{\"spaceId\": \"$CAPACITIES_SPACE_ID\", \"url\": \"https://example.com\"}'"
      },
      {
        "title": "Search / Lookup",
        "body": "To find an object's ID:\ncurl -X POST https://api.capacities.io/lookup -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\" -H \"Content-Type: application/json\" -d '{\"spaceId\": \"$CAPACITIES_SPACE_ID\", \"searchTerm\": \"My Note\"}'"
      },
      {
        "title": "Space Info",
        "body": "To get all object types and structures:\ncurl -X GET \"https://api.capacities.io/space-info?spaceid=$CAPACITIES_SPACE_ID\" -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\""
      }
    ],
    "body": "Capacities Skill\n\nUse this skill to interact with your Capacities \"Second Brain\".\n\nRequirements\nCAPACITIES_API_TOKEN: Obtain from Settings > Capacities API in the desktop app.\nCAPACITIES_SPACE_ID: (Optional) If not provided, the first available space will be used.\nUsage\nDaily Notes\n\nTo add a thought, task, or note to today's daily note: curl -X POST https://api.capacities.io/save-to-daily-note -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\" -H \"Content-Type: application/json\" -d '{\"spaceId\": \"$CAPACITIES_SPACE_ID\", \"mdText\": \"Your note here\"}'\n\nWeb Links\n\nTo save a URL to your space: curl -X POST https://api.capacities.io/save-weblink -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\" -H \"Content-Type: application/json\" -d '{\"spaceId\": \"$CAPACITIES_SPACE_ID\", \"url\": \"https://example.com\"}'\n\nSearch / Lookup\n\nTo find an object's ID: curl -X POST https://api.capacities.io/lookup -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\" -H \"Content-Type: application/json\" -d '{\"spaceId\": \"$CAPACITIES_SPACE_ID\", \"searchTerm\": \"My Note\"}'\n\nSpace Info\n\nTo get all object types and structures: curl -X GET \"https://api.capacities.io/space-info?spaceid=$CAPACITIES_SPACE_ID\" -H \"Authorization: Bearer $CAPACITIES_API_TOKEN\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/davidsmorais/capacities",
    "publisherUrl": "https://clawhub.ai/davidsmorais/capacities",
    "owner": "davidsmorais",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/capacities",
    "downloadUrl": "https://openagent3.xyz/downloads/capacities",
    "agentUrl": "https://openagent3.xyz/skills/capacities/agent",
    "manifestUrl": "https://openagent3.xyz/skills/capacities/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/capacities/agent.md"
  }
}