Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
从 B 站视频链接获取转录文本。流程:bvt.py 转写 → Agent 必须对原文做后处理(添加标点、修正错别字、去除语气词、逻辑分段)→ 生成 2-4 句摘要。优先提取字幕,无字幕时 Whisper 转写。使用场景:bilibili.com 链接、转文字、要摘要、要后处理。 --- name: bilibili-video-to-text description: 从 B 站视频链接获取转录文本。流程:bvt.py 转写 → Agent 必须对原文做后处理(添加标点、修正错别字、去除语气词、逻辑分段)→ 生成 2-4 句摘要。优先提取字幕,无字幕时 Whisper 转写。使用场景:bilibili.com 链接、转文字、要摘要、要后处理。 --- B 站视频转文本 **执行须知**:转写完成后,Agent **必须**对原文执行后处理(标点、错别字、语气词、分段),再生成摘要。不可跳过。 平台与授权(默认方式) 本 skill 支持两种平台,**AI 能力均由各自平台提供,无需单独配置 API**: | 平台 | AI 授权方式 | |------|-------------| | **Cursor** | 使用 Cursor Agent(需 Cursor Pro) | | **OpenClaw** Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Freshness
Last checked 2/22/2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
bilibili-video-to-text is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
从 B 站视频链接获取转录文本。流程:bvt.py 转写 → Agent 必须对原文做后处理(添加标点、修正错别字、去除语气词、逻辑分段)→ 生成 2-4 句摘要。优先提取字幕,无字幕时 Whisper 转写。使用场景:bilibili.com 链接、转文字、要摘要、要后处理。 --- name: bilibili-video-to-text description: 从 B 站视频链接获取转录文本。流程:bvt.py 转写 → Agent 必须对原文做后处理(添加标点、修正错别字、去除语气词、逻辑分段)→ 生成 2-4 句摘要。优先提取字幕,无字幕时 Whisper 转写。使用场景:bilibili.com 链接、转文字、要摘要、要后处理。 --- B 站视频转文本 **执行须知**:转写完成后,Agent **必须**对原文执行后处理(标点、错别字、语气词、分段),再生成摘要。不可跳过。 平台与授权(默认方式) 本 skill 支持两种平台,**AI 能力均由各自平台提供,无需单独配置 API**: | 平台 | AI 授权方式 | |------|-------------| | **Cursor** | 使用 Cursor Agent(需 Cursor Pro) | | **OpenClaw**
Public facts
7
Change events
1
Artifacts
0
Freshness
Feb 22, 2026
Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 22, 2026
Vendor
Aaaaaalone
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 2/24/2026.
Setup snapshot
git clone https://github.com/AAAAAAlone/skills.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Aaaaaalone
Protocol compatibility
OpenClaw
Auth modes
api_key, oauth
Machine-readable schemas
OpenAPI or schema references published
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
4
Snippets
0
Languages
typescript
Parameters
bash
cd <skill 目录> && python scripts/check_env.py
bash
python scripts/bvt.py "https://www.bilibili.com/video/BVxxxxx" --output-dir <输出目录>
yaml
--- title: "视频标题" source: "https://www.bilibili.com/video/BVxxxxx" source_type: bilibili duration: "12:34" processed_at: "2025-02-12T16:00:00" tags: - AI - 教程 summary: | 本视频介绍了……(Agent 生成的 2–4 句摘要) --- # 完整原文 [按自然段分行的转录文本]
bash
# Cursor:克隆到 Cursor skills 目录 git clone https://github.com/AAAAAAlone/skills.git ~/.cursor/skills/bilibili-video-to-text cd ~/.cursor/skills/bilibili-video-to-text # OpenClaw:克隆到 OpenClaw skills 目录 # git clone https://github.com/AAAAAAlone/skills.git ~/.openclaw/skills/bilibili-video-to-text # cd ~/.openclaw/skills/bilibili-video-to-text # 运行安装脚本 ./setup.sh
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
从 B 站视频链接获取转录文本。流程:bvt.py 转写 → Agent 必须对原文做后处理(添加标点、修正错别字、去除语气词、逻辑分段)→ 生成 2-4 句摘要。优先提取字幕,无字幕时 Whisper 转写。使用场景:bilibili.com 链接、转文字、要摘要、要后处理。 --- name: bilibili-video-to-text description: 从 B 站视频链接获取转录文本。流程:bvt.py 转写 → Agent 必须对原文做后处理(添加标点、修正错别字、去除语气词、逻辑分段)→ 生成 2-4 句摘要。优先提取字幕,无字幕时 Whisper 转写。使用场景:bilibili.com 链接、转文字、要摘要、要后处理。 --- B 站视频转文本 **执行须知**:转写完成后,Agent **必须**对原文执行后处理(标点、错别字、语气词、分段),再生成摘要。不可跳过。 平台与授权(默认方式) 本 skill 支持两种平台,**AI 能力均由各自平台提供,无需单独配置 API**: | 平台 | AI 授权方式 | |------|-------------| | **Cursor** | 使用 Cursor Agent(需 Cursor Pro) | | **OpenClaw**
执行须知:转写完成后,Agent 必须对原文执行后处理(标点、错别字、语气词、分段),再生成摘要。不可跳过。
本 skill 支持两种平台,AI 能力均由各自平台提供,无需单独配置 API:
| 平台 | AI 授权方式 | |------|-------------| | Cursor | 使用 Cursor Agent(需 Cursor Pro) | | OpenClaw | 使用 OpenClaw 的模型授权(API Key / OAuth 等,按 OpenClaw 配置) |
后处理、摘要生成均由当前平台的 Agent 完成,用户只需在对应平台完成授权即可。
执行前先运行环境检测:
cd <skill 目录> && python scripts/check_env.py
根据输出的 JSON 中 install_commands 安装缺失依赖:
| 依赖 | Mac | Windows |
|------|-----|---------|
| Python 3.10+ | brew install python | winget install Python.Python.3.12 |
| ffmpeg | brew install ffmpeg | choco install ffmpeg |
| yt-dlp | pip install yt-dlp | pip install yt-dlp |
| Whisper(无字幕时) | pip install openai-whisper | 同上 |
首次使用建议运行:pip install -r requirements.txt
check_env.py,若 ready_for_subtitle 为 false,按 install_commands 指导安装--post-process,后处理由平台 Agent 完成):python scripts/bvt.py "https://www.bilibili.com/video/BVxxxxx" --output-dir <输出目录>
若 B 站视频有 CC 字幕但需登录,可加 --cookies-from-browser chrome 或 safari。
# 完整原文 下的正文,执行:添加标点、修正错别字、去除语气词、按逻辑分段;用处理后的文本替换原文summary: 的占位符tags 数组.mp4、.webm、.mp3、.m4a),删除以释放空间后处理必须由 Agent 自己完成,即:
# 完整原文 下的文本禁止:
bvt.py --post-process(该选项依赖 GEMINI_API_KEY,本 skill 不使用)无论是否配置 GEMINI_API_KEY,Agent 都应完成后处理。
当用户要求对转写原文做后处理,或原文为无标点、口语化、有错别字的连续文本时,Agent 必须执行以下步骤:
.md 文件中 # 完整原文 下的正文# 完整原文 下的内容summary 为占位符,根据转换后原文生成 2–4 句摘要并更新用户说以下任一即可触发后处理:「帮我对原文做后处理」「整理一下这段文字」「加标点」「修正错别字」「去除语气词」「分段」
---
title: "视频标题"
source: "https://www.bilibili.com/video/BVxxxxx"
source_type: bilibili
duration: "12:34"
processed_at: "2025-02-12T16:00:00"
tags:
- AI
- 教程
summary: |
本视频介绍了……(Agent 生成的 2–4 句摘要)
---
# 完整原文
[按自然段分行的转录文本]
clawdhub install bilibili-video-to-text 或复制到 ~/.openclaw/skills/bilibili-video-to-textAI 后处理与摘要由 OpenClaw 的模型完成,无需额外配置 API。
# Cursor:克隆到 Cursor skills 目录
git clone https://github.com/AAAAAAlone/skills.git ~/.cursor/skills/bilibili-video-to-text
cd ~/.cursor/skills/bilibili-video-to-text
# OpenClaw:克隆到 OpenClaw skills 目录
# git clone https://github.com/AAAAAAlone/skills.git ~/.openclaw/skills/bilibili-video-to-text
# cd ~/.openclaw/skills/bilibili-video-to-text
# 运行安装脚本
./setup.sh
Windows:在 PowerShell 中运行 .\setup.ps1
安装完成后重启终端。
Agent 必须执行:
bvt.py 脚本获取视频文本(不传 --post-process)# 完整原文 下的内容summaryQ: 提示"没有字幕"怎么办?
A: 很多 B 站视频没有上传 CC 字幕。可以:
--cookies-from-browser safari(Mac)或 chrome(Windows)使用浏览器 cookiepip install openai-whisperQ: Whisper 转写很慢?
A: 首次使用会下载模型(约 150MB),之后会快一些。长视频转写确实需要时间。
Q: 在哪里找到输出文件?
A: 默认在当前目录的 output/ 文件夹,文件名为视频标题。
Q: 需要单独配置 API Key 吗?
A: 不需要。Cursor 使用 Cursor Agent;OpenClaw 使用 OpenClaw 的模型授权。AI 能力由各自平台提供。
详见 reference.md。
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key, oauth
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/aaaaaalone-skills/snapshot"
curl -s "https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract"
curl -s "https://xpersona.co/api/v1/agents/aaaaaalone-skills/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"api_key",
"oauth"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/AAAAAAlone/skills#input",
"outputSchemaRef": "https://github.com/AAAAAAlone/skills#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:43:58.021Z",
"sourceUpdatedAt": "2026-02-24T19:43:58.021Z",
"freshnessSeconds": 4424280
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/aaaaaalone-skills/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/aaaaaalone-skills/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T00:41:58.687Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:58.021Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key, oauth",
"href": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:43:58.021Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/AAAAAAlone/skills#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:43:58.021Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Aaaaaalone",
"href": "https://github.com/AAAAAAlone/skills",
"sourceUrl": "https://github.com/AAAAAAlone/skills",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/AAAAAAlone/skills",
"sourceUrl": "https://github.com/AAAAAAlone/skills",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-24T19:43:14.176Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/aaaaaalone-skills/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to bilibili-video-to-text and adjacent AI workflows.