{
  "schemaVersion": "1.0",
  "item": {
    "slug": "topclawhubskills",
    "name": "Top ClawHub Skills",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sdrabent/topclawhubskills",
    "canonicalUrl": "https://clawhub.ai/sdrabent/topclawhubskills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/topclawhubskills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=topclawhubskills",
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/topclawhubskills"
    },
    "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/topclawhubskills",
    "agentPageUrl": "https://openagent3.xyz/skills/topclawhubskills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/topclawhubskills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/topclawhubskills/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": "Top ClawHub Skills",
        "body": "You have access to a live API that provides real-time data about ClawHub skills — downloads, stars, newest additions, and security certification status."
      },
      {
        "title": "API Base URL",
        "body": "https://topclawhubskills.com/api"
      },
      {
        "title": "1. Top Downloads",
        "body": "GET /api/top-downloads?limit=N\n\nReturns the most downloaded skills, sorted by download count descending. Default limit: 20, max: 100."
      },
      {
        "title": "2. Top Stars",
        "body": "GET /api/top-stars?limit=N\n\nReturns the most starred skills, sorted by star count descending."
      },
      {
        "title": "3. Newest Skills",
        "body": "GET /api/newest?limit=N\n\nReturns the most recently published skills, sorted by creation date descending."
      },
      {
        "title": "4. Security-Certified Skills",
        "body": "GET /api/certified?limit=N\n\nReturns only skills that have passed security screening (not flagged as suspicious and not malware-blocked). Sorted by downloads descending."
      },
      {
        "title": "5. Deleted Skills",
        "body": "GET /api/deleted?limit=N\n\nReturns skills that were previously listed on ClawHub but now return \"Skill not found.\" — preserved for historical reference. Sorted by downloads descending. Each result includes is_deleted: true and a deleted_at timestamp."
      },
      {
        "title": "6. Search",
        "body": "GET /api/search?q=TERM&limit=N\n\nFree-text search across skill slug, display name, summary, and owner handle. The q parameter is required."
      },
      {
        "title": "7. Aggregate Statistics",
        "body": "GET /api/stats\n\nReturns overall platform statistics: total skills, total downloads, total stars, certified skill count, deleted skill count, and the newest skill."
      },
      {
        "title": "8. Health Check",
        "body": "GET /api/health\n\nReturns API uptime and total skill count."
      },
      {
        "title": "Response Format",
        "body": "All list endpoints return:\n\n{\n  \"ok\": true,\n  \"data\": [\n    {\n      \"slug\": \"skill-name\",\n      \"display_name\": \"Skill Name\",\n      \"summary\": \"What this skill does...\",\n      \"downloads\": 1234,\n      \"stars\": 56,\n      \"owner_handle\": \"author\",\n      \"created_at\": \"2026-01-15T10:30:00.000Z\",\n      \"updated_at\": \"2026-02-10T14:20:00.000Z\",\n      \"is_certified\": true,\n      \"is_deleted\": false,\n      \"deleted_at\": null,\n      \"clawhub_url\": \"https://clawhub.ai/skills/skill-name\"\n    }\n  ],\n  \"total\": 20,\n  \"limit\": 20,\n  \"generated_at\": \"2026-02-16T12:00:00.000Z\"\n}\n\nThe /api/stats endpoint returns:\n\n{\n  \"ok\": true,\n  \"data\": {\n    \"total_skills\": 850,\n    \"total_downloads\": 2500000,\n    \"total_stars\": 45000,\n    \"certified_skills\": 780,\n    \"deleted_skills\": 186,\n    \"newest_skill\": {\n      \"slug\": \"latest-skill\",\n      \"display_name\": \"Latest Skill\",\n      \"created_at\": \"2026-02-16T08:00:00.000Z\"\n    }\n  },\n  \"generated_at\": \"2026-02-16T12:00:00.000Z\"\n}"
      },
      {
        "title": "How to Use",
        "body": "Fetch data from the appropriate endpoint using HTTP GET.\nFormat results as a clean Markdown table for the user.\nAlways include ClawHub links so users can install skills directly."
      },
      {
        "title": "Formatting Rules",
        "body": "When presenting results to the user:\n\nDownloads: Format large numbers with K/M suffixes (e.g., 1,234 → 1.2K, 1,500,000 → 1.5M)\nStars: Show as-is with a star symbol (e.g., 42)\nCertified status: Show Certified for certified skills, leave blank otherwise\nLinks: Always link to the ClawHub page using the clawhub_url field\nDates: Show as relative time when possible (e.g., \"2 days ago\", \"3 weeks ago\")"
      },
      {
        "title": "Example Table Output",
        "body": "#SkillAuthorDownloadsStarsCertified1Skill Name@author45.2K312Certified2Another Skill@dev38.1K289Certified3Third Skill@creator22.7K156"
      },
      {
        "title": "Security Messaging",
        "body": "When showing certified skills or when the user asks about security:\n\nAll certified skills on ClawHub have been verified through automated security screening that goes beyond standard VirusTotal checks. This multi-layer analysis examines code patterns, network behavior, and permission requests to ensure skills are safe to install."
      },
      {
        "title": "Example Queries",
        "body": "\"What are the most popular ClawHub skills?\" → Use /api/top-downloads\n\"Show me the newest skills\" → Use /api/newest\n\"Find skills related to git\" → Use /api/search?q=git\n\"Which skills are security-certified?\" → Use /api/certified\n\"How many skills are on ClawHub?\" → Use /api/stats\n\"What are the most loved skills?\" → Use /api/top-stars\n\"Which skills have been removed?\" → Use /api/deleted"
      }
    ],
    "body": "Top ClawHub Skills\n\nYou have access to a live API that provides real-time data about ClawHub skills — downloads, stars, newest additions, and security certification status.\n\nAPI Base URL\nhttps://topclawhubskills.com/api\n\nAvailable Endpoints\n1. Top Downloads\nGET /api/top-downloads?limit=N\n\n\nReturns the most downloaded skills, sorted by download count descending. Default limit: 20, max: 100.\n\n2. Top Stars\nGET /api/top-stars?limit=N\n\n\nReturns the most starred skills, sorted by star count descending.\n\n3. Newest Skills\nGET /api/newest?limit=N\n\n\nReturns the most recently published skills, sorted by creation date descending.\n\n4. Security-Certified Skills\nGET /api/certified?limit=N\n\n\nReturns only skills that have passed security screening (not flagged as suspicious and not malware-blocked). Sorted by downloads descending.\n\n5. Deleted Skills\nGET /api/deleted?limit=N\n\n\nReturns skills that were previously listed on ClawHub but now return \"Skill not found.\" — preserved for historical reference. Sorted by downloads descending. Each result includes is_deleted: true and a deleted_at timestamp.\n\n6. Search\nGET /api/search?q=TERM&limit=N\n\n\nFree-text search across skill slug, display name, summary, and owner handle. The q parameter is required.\n\n7. Aggregate Statistics\nGET /api/stats\n\n\nReturns overall platform statistics: total skills, total downloads, total stars, certified skill count, deleted skill count, and the newest skill.\n\n8. Health Check\nGET /api/health\n\n\nReturns API uptime and total skill count.\n\nResponse Format\n\nAll list endpoints return:\n\n{\n  \"ok\": true,\n  \"data\": [\n    {\n      \"slug\": \"skill-name\",\n      \"display_name\": \"Skill Name\",\n      \"summary\": \"What this skill does...\",\n      \"downloads\": 1234,\n      \"stars\": 56,\n      \"owner_handle\": \"author\",\n      \"created_at\": \"2026-01-15T10:30:00.000Z\",\n      \"updated_at\": \"2026-02-10T14:20:00.000Z\",\n      \"is_certified\": true,\n      \"is_deleted\": false,\n      \"deleted_at\": null,\n      \"clawhub_url\": \"https://clawhub.ai/skills/skill-name\"\n    }\n  ],\n  \"total\": 20,\n  \"limit\": 20,\n  \"generated_at\": \"2026-02-16T12:00:00.000Z\"\n}\n\n\nThe /api/stats endpoint returns:\n\n{\n  \"ok\": true,\n  \"data\": {\n    \"total_skills\": 850,\n    \"total_downloads\": 2500000,\n    \"total_stars\": 45000,\n    \"certified_skills\": 780,\n    \"deleted_skills\": 186,\n    \"newest_skill\": {\n      \"slug\": \"latest-skill\",\n      \"display_name\": \"Latest Skill\",\n      \"created_at\": \"2026-02-16T08:00:00.000Z\"\n    }\n  },\n  \"generated_at\": \"2026-02-16T12:00:00.000Z\"\n}\n\nHow to Use\nFetch data from the appropriate endpoint using HTTP GET.\nFormat results as a clean Markdown table for the user.\nAlways include ClawHub links so users can install skills directly.\nFormatting Rules\n\nWhen presenting results to the user:\n\nDownloads: Format large numbers with K/M suffixes (e.g., 1,234 → 1.2K, 1,500,000 → 1.5M)\nStars: Show as-is with a star symbol (e.g., 42)\nCertified status: Show Certified for certified skills, leave blank otherwise\nLinks: Always link to the ClawHub page using the clawhub_url field\nDates: Show as relative time when possible (e.g., \"2 days ago\", \"3 weeks ago\")\nExample Table Output\n#\tSkill\tAuthor\tDownloads\tStars\tCertified\n1\tSkill Name\t@author\t45.2K\t312\tCertified\n2\tAnother Skill\t@dev\t38.1K\t289\tCertified\n3\tThird Skill\t@creator\t22.7K\t156\t\nSecurity Messaging\n\nWhen showing certified skills or when the user asks about security:\n\nAll certified skills on ClawHub have been verified through automated security screening that goes beyond standard VirusTotal checks. This multi-layer analysis examines code patterns, network behavior, and permission requests to ensure skills are safe to install.\n\nExample Queries\n\"What are the most popular ClawHub skills?\" → Use /api/top-downloads\n\"Show me the newest skills\" → Use /api/newest\n\"Find skills related to git\" → Use /api/search?q=git\n\"Which skills are security-certified?\" → Use /api/certified\n\"How many skills are on ClawHub?\" → Use /api/stats\n\"What are the most loved skills?\" → Use /api/top-stars\n\"Which skills have been removed?\" → Use /api/deleted"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sdrabent/topclawhubskills",
    "publisherUrl": "https://clawhub.ai/sdrabent/topclawhubskills",
    "owner": "sdrabent",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/topclawhubskills",
    "downloadUrl": "https://openagent3.xyz/downloads/topclawhubskills",
    "agentUrl": "https://openagent3.xyz/skills/topclawhubskills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/topclawhubskills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/topclawhubskills/agent.md"
  }
}