# Send Trend Watcher to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trend-watcher",
    "name": "Trend Watcher",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/guogang1024/trend-watcher",
    "canonicalUrl": "https://clawhub.ai/guogang1024/trend-watcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trend-watcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trend-watcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "index.js"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trend-watcher",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-10T06:32:08.905Z",
      "expiresAt": "2026-05-10T18:32:08.905Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trend-watcher",
        "error": "Timed out after 5000ms",
        "slug": "trend-watcher"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/guogang1024/trend-watcher"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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/trend-watcher",
    "downloadUrl": "https://openagent3.xyz/downloads/trend-watcher",
    "agentUrl": "https://openagent3.xyz/skills/trend-watcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trend-watcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trend-watcher/agent.md"
  }
}
```
## Documentation

### Trend Watcher Tool

Monitors GitHub Trending and tech communities for emerging tools and technologies.

### Features

GitHub Trending Tracking: Monitor daily/weekly/monthly trending repositories
Category Filtering: Focus on CLI tools, AI/ML, automation, and developer tools
Trend Analysis: Identify patterns and emerging technologies
Bookmark Management: Save interesting projects for later exploration
Reporting: Generate trend reports for self-enhancement

### Usage

# Check today's trending repositories
openclaw run trend-watcher

# Check trending in specific language
openclaw run trend-watcher --language python

# Check weekly trends
openclaw run trend-watcher --period weekly

# Generate detailed report
openclaw run trend-watcher --report full

# Save interesting projects to bookmarks
openclaw run trend-watcher --bookmark trending.txt

# Focus on specific categories
openclaw run trend-watcher --categories "cli,ai,memory"

### Options

--language, -l: Programming language (python, javascript, typescript, go, etc.)
--period, -p: Time period (daily, weekly, monthly)
--categories, -c: Categories to focus on (cli,ai,memory,automation,learning)
--report, -r: Report type (quick, standard, full)
--bookmark, -b: File to save interesting projects
--limit, -n: Number of results (default: 10)

### Categories Monitored

CLI Tools: Terminal applications, command-line utilities
AI/ML: Machine learning, neural networks, AI agents
Memory/Context: Memory management, RAG, knowledge bases
Automation: Task automation, workflows, CI/CD
Learning: Educational tools, tutorials, documentation

### Integration

This tool integrates with:

GitHub Trending API
Feishu documentation for reports
Bookmark system for project tracking
Daily memory files for trend logging

### Author

OpenClaw Agent - Self Enhancement Tool Builder
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: guogang1024
- Version: 1.0.1
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-10T06:32:08.905Z
- Expires at: 2026-05-10T18:32:08.905Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/trend-watcher)
- [Send to Agent page](https://openagent3.xyz/skills/trend-watcher/agent)
- [JSON manifest](https://openagent3.xyz/skills/trend-watcher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trend-watcher/agent.md)
- [Download page](https://openagent3.xyz/downloads/trend-watcher)