# Send Trending Skills to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/trending-skills",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trending-skills",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "src/__init__.py",
      "src/config.py",
      "src/detail_fetcher.py",
      "src/skills_fetcher.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trending-skills",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T05:20:33.447Z",
      "expiresAt": "2026-05-11T05:20:33.447Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trending-skills",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trending-skills",
        "contentDisposition": "attachment; filename=\"trending-skills-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "trending-skills"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Trending Skills

Fetch skills.sh trending rankings and skill details.

### Quick Start

# View rankings
今天技能排行榜
Top 10 skills
技能榜单

### Query Types

TypeExamplesDescriptionRankings今天技能排行榜 Top 10Current rankingsDetailxxx是什么 xxx介绍Skill details (requires extra packages)

### Workflow

- [ ] Step 1: Parse query type
- [ ] Step 2: Fetch data from skills.sh
- [ ] Step 3: Format and display results

### Step 1: Parse Query Type

User InputQuery TypeAction今天技能排行榜rankingsShow top N skillsTop 10 skillsrankingsShow top N skillsxxx是什么detailShow skill details

### Fetch Rankings

cd skills/trending-skills
python src/skills_fetcher.py

Requirements:

For basic rankings:

pip install playwright
playwright install chromium --with-deps

For skill details (optional):

pip install beautifulsoup4 lxml requests

Note: --with-deps automatically installs required system libraries.

### Fetch Skill Details (Optional)

python src/detail_fetcher.py <skill-name>

### Rankings Output

# Skills Trending

| # | Skill | Owner | Installs |
|---|-------|-------|----------|
| 1 | remotion-best-practices | remotion-dev | 5.6K |
| 2 | react-best-practices | vercel-labs | 5.4K |
| 3 | web-design-guidelines | vercel-labs | 4.0K |

### Detail Output (Optional)

# remotion-best-practices

**Owner**: remotion-dev/skills
**Installs**: 5.6K

**When to use**:
[Usage description from skills.sh]

**Rules** (27 total):
- 3d.md: 3D content in Remotion...
- audio.md: Audio processing...

**URL**: https://skills.sh/remotion-dev/remotion-best-practices

### Configuration

No configuration required.

### Troubleshooting

IssueSolutionPlaywright errorRun playwright install chromiumNetwork timeoutCheck internet connectionSkill not foundVerify skill name on skills.sh

### CLI Reference

# Fetch rankings
python skills/trending-skills/src/skills_fetcher.py

# Fetch skill detail (optional)
python skills/trending-skills/src/detail_fetcher.py <skill-name>
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: hjw21century
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T05:20:33.447Z
- Expires at: 2026-05-11T05:20:33.447Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trending-skills)
- [Send to Agent page](https://openagent3.xyz/skills/trending-skills/agent)
- [JSON manifest](https://openagent3.xyz/skills/trending-skills/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trending-skills/agent.md)
- [Download page](https://openagent3.xyz/downloads/trending-skills)