blisolver-video-ingestion
Operate the BliSolver ingestion pipeline for bilibili.com and YouTube videos - diagnose the runtime, probe metadata cheaply, run an ingest, and inspect or validate the resulting Atlas bundle. Use when an Agent needs video acquisition, caption-versus-Whisper decisions, frame/vision/OCR context, danmaku or interaction provenance, provider troubleshooting, or schema-1.1 bundle handling. Do not use it for downstream summarization or entity extraction.
- License
- MIT. LICENSE.txt has complete terms.
- Compatibility
- Requires Python 3.11+ and a Python environment holding BliSolver's dependencies. Media stages additionally require ffmpeg, whisper.cpp with a GGML model, a JavaScript runtime for YouTube, LM Studio for vision, and an isolated OCR environment.
Pinned to revision 893e92288890, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/blisolver-video-ingestion/SKILL.md
- skills/blisolver-video-ingestion/LICENSE.txt
- skills/blisolver-video-ingestion/README.md
- skills/blisolver-video-ingestion/README_zh.md
- skills/blisolver-video-ingestion/references/architecture.md
- skills/blisolver-video-ingestion/references/cli-contract.md
- skills/blisolver-video-ingestion/references/domain-glossary.md
- skills/blisolver-video-ingestion/references/mcp-contract.md
- skills/blisolver-video-ingestion/references/operational-runbook.md
- skills/blisolver-video-ingestion/references/pipeline-stages.md
- skills/blisolver-video-ingestion/references/provider-guide.md
- skills/blisolver-video-ingestion/references/source-map.md
- skills/blisolver-video-ingestion/scripts/_runtime.py
- skills/blisolver-video-ingestion/scripts/blisolver_cli.py
- skills/blisolver-video-ingestion/scripts/inspect_bundle.py
- skills/blisolver-video-ingestion/scripts/validate_bundle.py
Every link opens the file at its source, pinned to the revision this page describes.