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에서 보기