{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bilibili-update-viewer",
    "name": "Check the latest videos and updates of Bilibili ups and see if they have updated today",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Jianguo99/bilibili-update-viewer",
    "canonicalUrl": "https://clawhub.ai/Jianguo99/bilibili-update-viewer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bilibili-update-viewer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bilibili-update-viewer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      ".gitignore",
      "bilibili_api.py",
      "get_mid.py",
      "README.md",
      "requirements.txt",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bilibili-update-viewer"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bilibili-update-viewer",
    "agentPageUrl": "https://openagent3.xyz/skills/bilibili-update-viewer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bilibili-update-viewer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bilibili-update-viewer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "B站UP主查看器",
        "body": "查看B站UP主的最新视频和动态，支持检查UP主今天是否更新。\n如果遇到访问太频繁的问题，直接和用户说访问太频繁，不要尝试别的方式。"
      },
      {
        "title": "1. 安装依赖",
        "body": "pip install -r {baseDir}/requirements.txt"
      },
      {
        "title": "2. 设置环境变量",
        "body": "需要B站Cookies才能访问API。获取方法：登录 bilibili.com → F12 → Network → 复制任意请求的 Cookie 字段。\n\nexport BILIBILI_COOKIES=\"你的B站cookies\""
      },
      {
        "title": "第一步：获取UP主的 mid",
        "body": "a. 如果用户直接给了 mid（纯数字），直接进入第二步。\n\nb. 如果用户给的是UP主用户名，先从本地缓存查找：\n\npython3 {baseDir}/get_mid.py \"用户名\"\n\n如果输出了 mid 数字，直接使用该 mid 进入第二步。\n如果输出 NOT_FOUND，则通过搜索获取：\n\npython3 {baseDir}/update_viewer.py --search \"用户名\" --count 1\n\n从搜索结果中提取 mid 数字，进入第二步。"
      },
      {
        "title": "第二步：根据用户意图执行对应命令",
        "body": "根据用户的问题选择合适的命令：\n\n场景A - 用户问\"今天更新了吗\"、\"有没有新视频\"等：\n\npython3 {baseDir}/update_viewer.py --mid {MID} --videos --count 3\n\n运行后，从输出中查看每条视频的「发布」时间，判断是否有今天的日期（{今天的日期}），然后告诉用户今天是否有更新。如果有，列出今天更新的视频标题和链接。\n\n场景B - 用户想查看最新视频列表：\n\npython3 {baseDir}/update_viewer.py --mid {MID} --videos\n\n场景C - 用户想查看最新动态：\n\npython3 {baseDir}/update_viewer.py --mid {MID} --dynamics"
      },
      {
        "title": "update_viewer.py",
        "body": "参数说明必需--midUP主的 mid与 --search 二选一--search, -s根据用户名搜索UP主与 --mid 二选一--videos, -v显示最新视频否--dynamics, -d显示最新动态否--count, -n显示数量（默认3）否"
      },
      {
        "title": "注意事项",
        "body": "Cookies 有效期有限，失效后需重新获取\n请求频率不宜过高，建议间隔 1 秒以上\n需要设置 BILIBILI_COOKIES 环境变量"
      }
    ],
    "body": "B站UP主查看器\n\n查看B站UP主的最新视频和动态，支持检查UP主今天是否更新。 如果遇到访问太频繁的问题，直接和用户说访问太频繁，不要尝试别的方式。\n\nSetup\n1. 安装依赖\npip install -r {baseDir}/requirements.txt\n\n2. 设置环境变量\n\n需要B站Cookies才能访问API。获取方法：登录 bilibili.com → F12 → Network → 复制任意请求的 Cookie 字段。\n\nexport BILIBILI_COOKIES=\"你的B站cookies\"\n\nUsage\n第一步：获取UP主的 mid\n\na. 如果用户直接给了 mid（纯数字），直接进入第二步。\n\nb. 如果用户给的是UP主用户名，先从本地缓存查找：\n\npython3 {baseDir}/get_mid.py \"用户名\"\n\n如果输出了 mid 数字，直接使用该 mid 进入第二步。\n如果输出 NOT_FOUND，则通过搜索获取：\npython3 {baseDir}/update_viewer.py --search \"用户名\" --count 1\n\n\n从搜索结果中提取 mid 数字，进入第二步。\n\n第二步：根据用户意图执行对应命令\n\n根据用户的问题选择合适的命令：\n\n场景A - 用户问\"今天更新了吗\"、\"有没有新视频\"等：\n\npython3 {baseDir}/update_viewer.py --mid {MID} --videos --count 3\n\n\n运行后，从输出中查看每条视频的「发布」时间，判断是否有今天的日期（{今天的日期}），然后告诉用户今天是否有更新。如果有，列出今天更新的视频标题和链接。\n\n场景B - 用户想查看最新视频列表：\n\npython3 {baseDir}/update_viewer.py --mid {MID} --videos\n\n\n场景C - 用户想查看最新动态：\n\npython3 {baseDir}/update_viewer.py --mid {MID} --dynamics\n\n命令行参数\nupdate_viewer.py\n参数\t说明\t必需\n--mid\tUP主的 mid\t与 --search 二选一\n--search, -s\t根据用户名搜索UP主\t与 --mid 二选一\n--videos, -v\t显示最新视频\t否\n--dynamics, -d\t显示最新动态\t否\n--count, -n\t显示数量（默认3）\t否\n注意事项\nCookies 有效期有限，失效后需重新获取\n请求频率不宜过高，建议间隔 1 秒以上\n需要设置 BILIBILI_COOKIES 环境变量"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Jianguo99/bilibili-update-viewer",
    "publisherUrl": "https://clawhub.ai/Jianguo99/bilibili-update-viewer",
    "owner": "Jianguo99",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bilibili-update-viewer",
    "downloadUrl": "https://openagent3.xyz/downloads/bilibili-update-viewer",
    "agentUrl": "https://openagent3.xyz/skills/bilibili-update-viewer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bilibili-update-viewer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bilibili-update-viewer/agent.md"
  }
}