# Send Github Topics 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": "github-topics",
    "name": "Github Topics",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/hjw21century/github-topics",
    "canonicalUrl": "https://clawhub.ai/hjw21century/github-topics",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/github-topics",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-topics",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "src/__init__.py",
      "src/config.py",
      "src/github_fetcher.py",
      "src/readme_fetcher.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "github-topics",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T19:25:32.023Z",
      "expiresAt": "2026-05-10T19:25:32.023Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-topics",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=github-topics",
        "contentDisposition": "attachment; filename=\"github-topics-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "github-topics"
      },
      "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/github-topics"
    },
    "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/github-topics",
    "downloadUrl": "https://openagent3.xyz/downloads/github-topics",
    "agentUrl": "https://openagent3.xyz/skills/github-topics/agent",
    "manifestUrl": "https://openagent3.xyz/skills/github-topics/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/github-topics/agent.md"
  }
}
```
## Documentation

### GitHub Topics Trending

Fetch GitHub topic trending repositories and README summaries.

### Quick Start

# View rankings
今天 claude-code 话题排行榜
Top 10 GitHub 项目
热门仓库

# View repository details
anthropics/claude-code 介绍
这个仓库是做什么的

### Query Types

TypeExamplesDescriptionRankings热门仓库 Top 10Current rankings by starsDetailxxx/xxx 介绍Repository README summaryTopicpython 话题排行榜Custom topic search

### Workflow

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

### Step 1: Parse Query Type

User InputQuery TypeAction热门仓库rankingsShow top N reposTop 10 项目rankingsShow top N reposxxx/xxx 介绍detailGet README summarypython 话题rankingsSearch python topic

### Fetch Rankings

cd skills/github-topics
python src/github_fetcher.py

Requirements:

pip install requests

### Fetch README (Optional)

python src/readme_fetcher.py

### Rankings Output

# GitHub Trending - python

| # | Repository | Stars | Language |
|---|------------|-------|----------|
| 1 | donnemartin/system-design-primer | 334K | Python |
| 2 | vinta/awesome-python | 281K | Python |
| 3 | project-based-learning | 257K | - |

### Detail Output

# anthropics/claude-code

**Stars**: 15.2K
**Language**: TypeScript
**URL**: https://github.com/anthropics/claude-code

## README Summary
Official Claude Code CLI for AI-powered software development. Claude Code is Anthropic's official CLI tool...

### Configuration

VariableDescriptionDefaultGH_TOKENGitHub Personal Access Token (optional, for higher rate limits)-TOPICGitHub topic to trackclaude-code

Note: GH_TOKEN is optional but recommended:

With token: 5,000 requests/hour
Without token: 60 requests/hour

Create token at: https://github.com/settings/tokens

### GitHub API Notes

Limit TypeRateAuthenticated5,000 requests/hourUnauthenticated60 requests/hour

Recommendation: Use GH_TOKEN for higher rate limits.

### Troubleshooting

IssueSolutionRate limitSet GH_TOKEN env varNetwork timeoutCheck internet connectionEmpty resultsCheck topic name exists

### CLI Reference

# Fetch rankings (default topic: claude-code)
python skills/github-topics/src/github_fetcher.py

# Fetch README
python skills/github-topics/src/readme_fetcher.py
## 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-03T19:25:32.023Z
- Expires at: 2026-05-10T19:25:32.023Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/github-topics)
- [Send to Agent page](https://openagent3.xyz/skills/github-topics/agent)
- [JSON manifest](https://openagent3.xyz/skills/github-topics/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/github-topics/agent.md)
- [Download page](https://openagent3.xyz/downloads/github-topics)