# Send Bilibili & YouTube Watcher 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bilibili-youtube-watcher",
    "name": "Bilibili & YouTube Watcher",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/donnycui/bilibili-youtube-watcher",
    "canonicalUrl": "https://clawhub.ai/donnycui/bilibili-youtube-watcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/bilibili-youtube-watcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bilibili-youtube-watcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "scripts/get_transcript.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "bilibili-youtube-watcher",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:52:12.608Z",
      "expiresAt": "2026-05-06T01:52:12.608Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bilibili-youtube-watcher",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bilibili-youtube-watcher",
        "contentDisposition": "attachment; filename=\"bilibili-youtube-watcher-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bilibili-youtube-watcher"
      },
      "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/bilibili-youtube-watcher"
    },
    "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/bilibili-youtube-watcher",
    "downloadUrl": "https://openagent3.xyz/downloads/bilibili-youtube-watcher",
    "agentUrl": "https://openagent3.xyz/skills/bilibili-youtube-watcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bilibili-youtube-watcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bilibili-youtube-watcher/agent.md"
  }
}
```
## Documentation

### Video Watcher

Fetch transcripts from YouTube and Bilibili videos to enable summarization, QA, and content extraction.

### Supported Platforms

✅ YouTube (youtube.com, youtu.be)
✅ Bilibili (bilibili.com, b23.tv)

### Get Transcript (Auto-detect Platform)

python3 {baseDir}/scripts/get_transcript.py "VIDEO_URL"

### Specify Language

python3 {baseDir}/scripts/get_transcript.py "VIDEO_URL" --lang zh-CN

### YouTube Video

python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

### Bilibili Video

python3 {baseDir}/scripts/get_transcript.py "https://www.bilibili.com/video/BV1xx411c7mD"

### With Custom Language

# Get English subtitles for a Bilibili video
python3 {baseDir}/scripts/get_transcript.py "https://bilibili.com/video/..." --lang en

# Get Chinese subtitles for a YouTube video
python3 {baseDir}/scripts/get_transcript.py "https://youtube.com/watch?v=..." --lang zh-CN

### Default Languages

PlatformDefault LanguageYouTubeen (English)Bilibilizh-CN (Chinese)

### Common Language Codes

en - English
zh-CN - Simplified Chinese (简体中文)
zh-TW - Traditional Chinese (繁體中文)
ja - Japanese
ko - Korean
es - Spanish
fr - French
de - German

### Notes

Requires yt-dlp to be installed and available in PATH
Works with videos that have closed captions (CC) or auto-generated subtitles
Automatically detects platform from URL
If no subtitles available, the script will fail with an error message
yt-dlp natively supports both YouTube and Bilibili
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: donnycui
- Version: 1.0.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-04-29T01:52:12.608Z
- Expires at: 2026-05-06T01:52:12.608Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/bilibili-youtube-watcher)
- [Send to Agent page](https://openagent3.xyz/skills/bilibili-youtube-watcher/agent)
- [JSON manifest](https://openagent3.xyz/skills/bilibili-youtube-watcher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/bilibili-youtube-watcher/agent.md)
- [Download page](https://openagent3.xyz/downloads/bilibili-youtube-watcher)