{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdgle",
    "name": "Clawdgle",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/RubyBrewsday/clawdgle",
    "canonicalUrl": "https://clawhub.ai/RubyBrewsday/clawdgle",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdgle",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdgle",
    "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/clawdgle"
    },
    "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/clawdgle",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdgle/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdgle/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdgle/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": "Base URL",
        "body": "Default base URL: https://clawdgle.com"
      },
      {
        "title": "Search",
        "body": "Use to search indexed markdown content.\n\nRequest:\n\nGET /search?q=<query>&page=<page>&per_page=<per_page>\n\nExample:\n\ncurl \"https://clawdgle.com/search?q=ai%20agents&page=1&per_page=10\""
      },
      {
        "title": "Fetch Markdown by URL",
        "body": "Use to retrieve the stored markdown for a specific URL.\n\nRequest:\n\nGET /doc?url=<encoded_url>\n\nExample:\n\ncurl \"https://clawdgle.com/doc?url=https%3A%2F%2Fexample.com\""
      },
      {
        "title": "Ingest (Self-Serve Indexing)",
        "body": "Use to request immediate indexing of a URL.\n\nRequest:\n\nPOST /ingest\nContent-Type: application/json\n{\n  \"url\": \"https://example.com\",\n  \"reason\": \"optional reason\",\n  \"contact\": \"optional contact\"\n}\n\nExample:\n\ncurl -X POST \"https://clawdgle.com/ingest\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"https://example.com\"}'"
      },
      {
        "title": "Donate",
        "body": "Use to direct users/agents to the donation link.\n\nRequest:\n\nGET /donate\n\nExample:\n\ncurl -I \"https://clawdgle.com/donate\""
      },
      {
        "title": "Notes",
        "body": "Only public endpoints are included in this skill.\nUse URL encoding for query parameters.\nBe polite with ingest; avoid spamming the endpoint."
      }
    ],
    "body": "Clawdgle Skill\nBase URL\n\nDefault base URL: https://clawdgle.com\n\nPublic Endpoints\nSearch\n\nUse to search indexed markdown content.\n\nRequest:\n\nGET /search?q=<query>&page=<page>&per_page=<per_page>\n\n\nExample:\n\ncurl \"https://clawdgle.com/search?q=ai%20agents&page=1&per_page=10\"\n\nFetch Markdown by URL\n\nUse to retrieve the stored markdown for a specific URL.\n\nRequest:\n\nGET /doc?url=<encoded_url>\n\n\nExample:\n\ncurl \"https://clawdgle.com/doc?url=https%3A%2F%2Fexample.com\"\n\nIngest (Self-Serve Indexing)\n\nUse to request immediate indexing of a URL.\n\nRequest:\n\nPOST /ingest\nContent-Type: application/json\n{\n  \"url\": \"https://example.com\",\n  \"reason\": \"optional reason\",\n  \"contact\": \"optional contact\"\n}\n\n\nExample:\n\ncurl -X POST \"https://clawdgle.com/ingest\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"url\":\"https://example.com\"}'\n\nDonate\n\nUse to direct users/agents to the donation link.\n\nRequest:\n\nGET /donate\n\n\nExample:\n\ncurl -I \"https://clawdgle.com/donate\"\n\nNotes\nOnly public endpoints are included in this skill.\nUse URL encoding for query parameters.\nBe polite with ingest; avoid spamming the endpoint."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RubyBrewsday/clawdgle",
    "publisherUrl": "https://clawhub.ai/RubyBrewsday/clawdgle",
    "owner": "RubyBrewsday",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdgle",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdgle",
    "agentUrl": "https://openagent3.xyz/skills/clawdgle/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdgle/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdgle/agent.md"
  }
}