用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/adoresever/AGI_Ananas --skill bilibili-study命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Match manuscript claims against user-provided literature and produce a traceable claim-evidence table. Use when the user asks to add references, check whether PDFs support manuscript statements, find supporting or opposing evidence from a literature folder, distinguish strong support from background support, or create a 论点-证据匹配 report for an academic draft.
Build or reorganize an academic paper project workspace with clear folders and local instructions for literature, drafts, feedback, extracted text, and output reports. Use when the user wants to set up a论文工作台, organize mixed manuscript materials, create project rules, or prepare a stable workflow before citation checking, evidence matching, reviewer simulation, or manuscript revision.
Simulate a strict academic reviewer and produce a manuscript risk report without editing the draft. Use when the user asks to act as a reviewer, find weaknesses before submission, inspect evidence gaps, check overclaims, evaluate manuscript readiness, combine advisor notes or meeting minutes into revision priorities, or generate a 审稿人模拟检查 report.
基于 SOC 职业分类
正在显示 SKILL.md
| name | bilibili-study |
| description | Bilibili 视频学习笔记生成工具。输入 B站视频链接或 UP 主名, 自动下载字幕并使用 LLM 生成**口语化、可朗读**的学习笔记。 输出格式简洁精炼,适合转化为语音播客或有声读物。 |
| allowed-tools | ["Read","Write","Bash","Glob"] |
| model | claude-sonnet-4-5-20250514 |
本 Skill 用于将 B站视频快速转化为口语化、可朗读的学习笔记。
请帮我处理这个 B站视频:https://www.bilibili.com/video/BVxxx
搜索 UP 主"纳米机器人"的视频
搜索"GPT-4 提示词"相关的 B站教程
处理完成后生成的文件结构:
study_notes/
└── {UP主名}/
└── {日期}/
├── {视频标题}.md
└── {视频标题}_original.txt
笔记内容预览:
# GPT-4 提示词完全指南
> 来源:https://www.bilibili.com/video/BVxxx
> UP主:xxx | 时长:32分钟
## 核心要点
**第一,明确任务目标。** 直接告诉 AI 你要什么,不要让它猜。
**第二,提供示例。** 告诉它"像这样写",比描述风格更有效。
**第三,拆分任务。** 大问题拆成小步骤,一步步来。
## 详细内容
[00:00] 开场介绍...
[05:23] 首先,我们来...
## 总结
掌握 GPT-4 提示词的三个核心技巧:目标明确、给例子、拆任务。
部分代码复用自 ChatVid 项目:
fetcher.py::search_bilibilifetcher.py::download_subs_and_process_bilibiliprocessor.py::parse_vtt_to_semantic_chunksprocessor.py::semantic_chunkingpip install -r requirements.txt.env 文件(可选,提升下载稳定性)python -m src.cli <视频链接>