ワンクリックで
video-transcript-doc-writer
为 AI博主爬取 项目读取本地清洗转写稿,并在保持原意、顺序和说话风格的前提下,生成 publish_transcript_docs_to_feishu.py 所需的可读版口播稿 curation JSON。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
为 AI博主爬取 项目读取本地清洗转写稿,并在保持原意、顺序和说话风格的前提下,生成 publish_transcript_docs_to_feishu.py 所需的可读版口播稿 curation JSON。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check whether Feishu Base creators marked 是否持续跟踪=true published Bilibili videos today, download only today's new videos, write successful rows to the Feishu 视频 table, and write a 爬取任务日志 record. Use when the user asks for 当天更新检查, 今日新增视频, 每日增量爬取, or to check followed/tracked Bilibili creators for new videos today.
Run the AI博主爬取 project workflow that downloads the latest Bilibili videos for Feishu Base creators marked 是否持续跟踪=true, writes successful downloads to the Feishu 视频 table, and writes a 爬取任务日志 record. Use when the user asks to crawl/download/update tracked Bilibili creators, 最新三条视频, 持续跟踪博主, or rerun the current project's Feishu+Bilibili batch pipeline.
Fetch and export all comments from a Bilibili video, including first-level comments and second-level replies, through the user's already logged-in Chrome browser. Use when the user asks to crawl, download, export, save, or analyze comments for a Bilibili/B站/哔哩哔哩 video URL, BV id, or av id.
Fetch and export structured comments from a Douyin video only through the user's already logged-in Chrome/CDP browser session. Use when the user provides a Douyin video URL, aweme_id, or an existing downloaded Douyin video directory and asks to crawl, download, save, export, inspect, or prepare comments without writing Feishu; abort rather than fetching public/limited samples when login state is unavailable.
| name | video-transcript-doc-writer |
| description | 为 AI博主爬取 项目读取本地清洗转写稿,并在保持原意、顺序和说话风格的前提下,生成 publish_transcript_docs_to_feishu.py 所需的可读版口播稿 curation JSON。 |
读取完整的 speech-clean.txt,一次生成 内容摘要、关键要点 和结构化的 口播稿(可读版)。本 skill 只生成 curation JSON;字段写回和飞书文档发布由项目脚本完成。
record_id。speech-clean.txt 或飞书 清洗文案路径。内容摘要、关键要点,仅用于理解,不得直接扩写成正文。references/curation-json.md 创建以 record_id 为键的 curation JSON:
content_summary:简洁说明视频讲了什么,不得照抄本地 summary.md。key_points:保留具体结论、方法、限制或重要事实,不写空泛套话。readable_sections:完整的可读版口播稿,不是摘要和要点的扩写。quality_note。downloads/manifests/,使用可识别的文件名。quality_note 说明。python .\write_transcript_content_to_feishu.py --curation-file <curation-json> --record-id <record_id> --dry-run
python .\write_transcript_content_to_feishu.py --curation-file <curation-json> --record-id <record_id> --manifest-output <writeback-manifest>
updated=1、verified=1、failed=0 后,先预览,再创建飞书文档:python .\publish_transcript_docs_to_feishu.py --record-id <record_id> --update-existing --curation-file <curation-json> --parent-position my_library --dry-run
python .\publish_transcript_docs_to_feishu.py --record-id <record_id> --update-existing --curation-file <curation-json> --parent-position my_library --manifest-output <manifest-json>
created=1 或 updated=1,且 failed=0;确认 Base 的 内容摘要、关键要点 和 视频口播稿 URL 均已写入。更新已有文档时 URL 必须保持不变。