Skip to main content

bilibili-video-analyzer

Deprecated compatibility entry for historical Bilibili video-analysis requests. Use only when an existing workflow explicitly invokes bilibili-video-analyzer; immediately forward the task to video-analysis-engine. DO NOT implement, analyze, fetch, write reports, or store scripts under this legacy skill.

跳到安装

来源信息

仓库
Loveacup/jz-skills
最近来源活动
2026年7月12日 12:04
检测到的 SKILL.md 语言
英语
星标
1
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
bilibili-video-analyzer
description
Deprecated compatibility entry for historical Bilibili video-analysis requests. Use only when an existing workflow explicitly invokes bilibili-video-analyzer; immediately forward the task to video-analysis-engine. DO NOT implement, analyze, fetch, write reports, or store scripts under this legacy skill.
version
4.0.0
replaced_by
video-analysis-engine
sunset_after
2026-08-12T00:00:00.000Z
legacy_use_count
0
warning_threshold
5
author
Hermes Agent
license
MIT
# Deprecated: forward to `video-analysis-engine` This skill is a compatibility shim only. The canonical implementation, scripts, tests, references, Writer and quality gates live in `video-analysis-engine`. ## Mandatory forwarding 1. Load `video-analysis-engine`. 2. Execute the request using its platform router and evidence contract. 3. Tell the user only when the legacy name was explicitly invoked: `bilibili-video-analyzer 已迁移为 video-analysis-engine`. 4. Do not create or restore `scripts/`, `tests/`, `references/`, caches or a second implementation here. ## Retirement telemetry - Increment `legacy_use_count` only in the deployment telemetry/control plane; do not rewrite this source file per invocation. - If usage reaches `warning_threshold`, report the stale caller before retirement. - Removal after `sunset_after` requires explicit user authorization and verified zero active callers. ## ✅ Verification Checklist - [ ] Forwarded to `video-analysis-engine`? - [ ] No implementation or evidence stored under this directory? - [ ] No formal report produced from metadata-only evidence?
在 GitHub 查看