{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trending-skills",
    "name": "Trending Skills",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/hjw21century/trending-skills",
    "canonicalUrl": "https://clawhub.ai/hjw21century/trending-skills",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/trending-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trending-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "src/__init__.py",
      "src/config.py",
      "src/detail_fetcher.py",
      "src/skills_fetcher.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/trending-skills"
    },
    "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/trending-skills",
    "agentPageUrl": "https://openagent3.xyz/skills/trending-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trending-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trending-skills/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": "Trending Skills",
        "body": "Fetch skills.sh trending rankings and skill details."
      },
      {
        "title": "Quick Start",
        "body": "# View rankings\n今天技能排行榜\nTop 10 skills\n技能榜单"
      },
      {
        "title": "Query Types",
        "body": "TypeExamplesDescriptionRankings今天技能排行榜 Top 10Current rankingsDetailxxx是什么 xxx介绍Skill details (requires extra packages)"
      },
      {
        "title": "Workflow",
        "body": "- [ ] Step 1: Parse query type\n- [ ] Step 2: Fetch data from skills.sh\n- [ ] Step 3: Format and display results"
      },
      {
        "title": "Step 1: Parse Query Type",
        "body": "User InputQuery TypeAction今天技能排行榜rankingsShow top N skillsTop 10 skillsrankingsShow top N skillsxxx是什么detailShow skill details"
      },
      {
        "title": "Fetch Rankings",
        "body": "cd skills/trending-skills\npython src/skills_fetcher.py\n\nRequirements:\n\nFor basic rankings:\n\npip install playwright\nplaywright install chromium --with-deps\n\nFor skill details (optional):\n\npip install beautifulsoup4 lxml requests\n\nNote: --with-deps automatically installs required system libraries."
      },
      {
        "title": "Fetch Skill Details (Optional)",
        "body": "python src/detail_fetcher.py <skill-name>"
      },
      {
        "title": "Rankings Output",
        "body": "# Skills Trending\n\n| # | Skill | Owner | Installs |\n|---|-------|-------|----------|\n| 1 | remotion-best-practices | remotion-dev | 5.6K |\n| 2 | react-best-practices | vercel-labs | 5.4K |\n| 3 | web-design-guidelines | vercel-labs | 4.0K |"
      },
      {
        "title": "Detail Output (Optional)",
        "body": "# remotion-best-practices\n\n**Owner**: remotion-dev/skills\n**Installs**: 5.6K\n\n**When to use**:\n[Usage description from skills.sh]\n\n**Rules** (27 total):\n- 3d.md: 3D content in Remotion...\n- audio.md: Audio processing...\n\n**URL**: https://skills.sh/remotion-dev/remotion-best-practices"
      },
      {
        "title": "Configuration",
        "body": "No configuration required."
      },
      {
        "title": "Troubleshooting",
        "body": "IssueSolutionPlaywright errorRun playwright install chromiumNetwork timeoutCheck internet connectionSkill not foundVerify skill name on skills.sh"
      },
      {
        "title": "CLI Reference",
        "body": "# Fetch rankings\npython skills/trending-skills/src/skills_fetcher.py\n\n# Fetch skill detail (optional)\npython skills/trending-skills/src/detail_fetcher.py <skill-name>"
      }
    ],
    "body": "Trending Skills\n\nFetch skills.sh trending rankings and skill details.\n\nQuick Start\n# View rankings\n今天技能排行榜\nTop 10 skills\n技能榜单\n\nQuery Types\nType\tExamples\tDescription\nRankings\t今天技能排行榜 Top 10\tCurrent rankings\nDetail\txxx是什么 xxx介绍\tSkill details (requires extra packages)\nWorkflow\n- [ ] Step 1: Parse query type\n- [ ] Step 2: Fetch data from skills.sh\n- [ ] Step 3: Format and display results\n\nStep 1: Parse Query Type\nUser Input\tQuery Type\tAction\n今天技能排行榜\trankings\tShow top N skills\nTop 10 skills\trankings\tShow top N skills\nxxx是什么\tdetail\tShow skill details\nStep 2: Fetch Data\nFetch Rankings\ncd skills/trending-skills\npython src/skills_fetcher.py\n\n\nRequirements:\n\nFor basic rankings:\n\npip install playwright\nplaywright install chromium --with-deps\n\n\nFor skill details (optional):\n\npip install beautifulsoup4 lxml requests\n\n\nNote: --with-deps automatically installs required system libraries.\n\nFetch Skill Details (Optional)\npython src/detail_fetcher.py <skill-name>\n\nStep 3: Format Results\nRankings Output\n# Skills Trending\n\n| # | Skill | Owner | Installs |\n|---|-------|-------|----------|\n| 1 | remotion-best-practices | remotion-dev | 5.6K |\n| 2 | react-best-practices | vercel-labs | 5.4K |\n| 3 | web-design-guidelines | vercel-labs | 4.0K |\n\nDetail Output (Optional)\n# remotion-best-practices\n\n**Owner**: remotion-dev/skills\n**Installs**: 5.6K\n\n**When to use**:\n[Usage description from skills.sh]\n\n**Rules** (27 total):\n- 3d.md: 3D content in Remotion...\n- audio.md: Audio processing...\n\n**URL**: https://skills.sh/remotion-dev/remotion-best-practices\n\nConfiguration\n\nNo configuration required.\n\nTroubleshooting\nIssue\tSolution\nPlaywright error\tRun playwright install chromium\nNetwork timeout\tCheck internet connection\nSkill not found\tVerify skill name on skills.sh\nCLI Reference\n# Fetch rankings\npython skills/trending-skills/src/skills_fetcher.py\n\n# Fetch skill detail (optional)\npython skills/trending-skills/src/detail_fetcher.py <skill-name>"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hjw21century/trending-skills",
    "publisherUrl": "https://clawhub.ai/hjw21century/trending-skills",
    "owner": "hjw21century",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trending-skills",
    "downloadUrl": "https://openagent3.xyz/downloads/trending-skills",
    "agentUrl": "https://openagent3.xyz/skills/trending-skills/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trending-skills/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trending-skills/agent.md"
  }
}