# Send Bilili-downloader 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": "bililidownloader",
    "name": "Bilili-downloader",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/caiyundc880518/bililidownloader",
    "canonicalUrl": "https://clawhub.ai/caiyundc880518/bililidownloader",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/bililidownloader",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bililidownloader",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "requirements.txt",
      "SKILL.md",
      "scripts/download_bilibili.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "bililidownloader",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T12:05:25.074Z",
      "expiresAt": "2026-05-07T12:05:25.074Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bililidownloader",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bililidownloader",
        "contentDisposition": "attachment; filename=\"bililidownloader-1.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bililidownloader"
      },
      "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/bililidownloader"
    },
    "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/bililidownloader",
    "downloadUrl": "https://openagent3.xyz/downloads/bililidownloader",
    "agentUrl": "https://openagent3.xyz/skills/bililidownloader/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bililidownloader/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bililidownloader/agent.md"
  }
}
```
## Documentation

### 描述

此技能用于下载B站视频。
重要：在使用此技能前，必须先询问用户获取视频的URL地址。
支持单个视频和合集的下载。能够智能检测系列视频，提供格式选择，并显示下载进度。

### 功能

解析B站链接，判断是否为系列视频
显示系列视频总数
提供批量下载选项
支持视频格式和清晰度选择
实时显示下载进度
下载完成后通知结果

### 参数 (CLI参数)

url: B站视频链接（必需）
--batch: 自动批量下载系列视频（可选）
--no-batch: 仅下载单个视频（可选）
--format / -f: 视频格式ID（可选，默认为最高可用质量）

### 依赖

python >= 3.6
yt-dlp
ffmpeg

### 对话流程

用户: "下载B站视频"
AI: "好的，请告诉我视频的链接（URL）是什么？"
用户: "https://www.bilibili.com/video/BV1xxx"
AI: (执行下载脚本)

### 命令示例

# 基本下载
python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx"

# 批量下载
python3 scripts/download_bilibili.py "https://www.bilibili.com/video/BV1xxx" --batch

### 工作流程

询问用户视频URL
解析提供的B站URL
检测是否为系列视频
(可选) 根据用户意图使用 --batch 或 --no-batch
执行下载脚本
实时显示下载进度
下载完成后报告成功或失败状态

### 注意事项

如遇VIP内容或地区限制，可能需要提供cookie
下载速度取决于网络状况和B站服务器
遵守B站使用条款，仅用于个人学习和备份目的
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: caiyundc880518
- Version: 1.0.3
## 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-30T12:05:25.074Z
- Expires at: 2026-05-07T12:05:25.074Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/bililidownloader)
- [Send to Agent page](https://openagent3.xyz/skills/bililidownloader/agent)
- [JSON manifest](https://openagent3.xyz/skills/bililidownloader/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/bililidownloader/agent.md)
- [Download page](https://openagent3.xyz/downloads/bililidownloader)