
from claude-skill-registry425
Search Bilibili videos and download Chinese subtitles, converting them to timestamped Markdown for analysis, summarization, or batch export.
Bilibili Subtitle Fetcher lets an agent search Bilibili (哔哩哔哩) for videos, download available Chinese subtitles, and convert them into timestamped Markdown. It supports single-video downloads and controlled batch downloads with concurrency limits, and includes options for naming outputs using the video title. After fetching, transcripts can be analyzed, summarized, or exported to other formats.
Use this skill when a user asks to find a Bilibili video by keyword, obtain its subtitle text, convert subtitles to a readable Markdown transcript, or batch-download subtitles for multiple videos for later processing (summarization, topic extraction, or QA). It is suitable for research, content repurposing, and transcript-based analysis.
This skill is suitable for Claude Code or other agent runtimes that can run shell/python commands and handle file I/O. It assumes the agent can manage local cookie configuration and run subprocesses for downloading and post-processing.
Bilibili subtitle fetcher skill that searches Bilibili videos and downloads Chinese subtitles, converting them to timestamped Markdown. The SKILL.md is written entirely in Chinese. The bundled Python script (bili_simple.py, 374 lines) is well-structured with rate limiting, error handling, and a CLI interface. It requires user-provided Bilibili session cookies for authentication. No scripts were available in the fetch output to run.
The skill's source_path in the DB (skills/other/bilibili-subtitle-fetcher-skill-suyuan2022/SKILL.md) returns 404 from the listed repo. Had to fetch from the original suyuan2022/bilibili-subtitle-fetcher-skill repo. The skill makes network calls to api.bilibili.com which is legitimate. Cookie handling is done locally, no exfiltration. The install.sh is standard and harmless.
Uloop: Execute Dynamic Code
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.