Codex 技能 · 视频字幕生成

Felo YouTube Subtitling Codex 技能

Felo YouTube Subtitling for Codex extracts subtitles, timestamps, and searchable transcript text from YouTube videos so your Codex agent can summarize talks, index tutorials, and feed video content into downstream research and writing workflows.

Codex Video to summary-ready text
felo youtube-subtitling -v "dQw4w9WgXcQ" --language en --with-time
Connecting the skill to live workflow context...
Processing the request and preparing usable output...
Result ready for the next step in your workflow.

Built for Codex users who need searchable transcripts, timestamps, and reusable text from YouTube videos without leaving the terminal.

Codex skill
YouTube transcript workflows
npm install
one-command setup
Timestamped
subtitle segments
Multilingual
subtitle language support

为什么团队需要的不只是一次性 YouTube 视频总结

精彩演讲、演示和产品更新很容易分享,但在搜索、引用、总结和落地使用时仍然很别扭。

视频很难搜索

有价值的观点被困在长视频里,没人愿意只为找一句话再重新看一遍。

精确引用很痛苦

没有时间戳,团队就得浪费时间去找某句话被说出的精确时刻。

跨语言复核很笨重

国际化团队需要可以快速翻译、引用和复用的字幕。

Felo YouTube Subtitling 如何改进 YouTube 字幕提取

felo-youtube-subtitling 会把 YouTube 内容转换成适合后续使用的转录文本,让下一步可以直接进入搜索、总结、存储、翻译或幻灯片生成。

  • URL 或视频 ID 输入:完整 YouTube 链接和短视频 ID 都可以直接使用。
  • 多语言字幕:请求受支持的字幕语言,并在多语言内容流水线中使用。
  • 可选时间戳:当你需要精确引用时,可返回带时间戳的转录片段。
  • 共用同一个 Felo API Key:如果你已经配置好了 Felo 环境,就无需额外设置。
1
InstallAdd the skill to the environment where the team already works
2
AskUse natural language or the matching CLI command
3
ProcessLet the skill perform the specialized task cleanly
4
ReusePass the result into the next workflow step

Install the Felo YouTube Subtitling skill in Codex

Use npm to install the full Felo skill pack, or copy felo-youtube-subtitling directly into your Codex skills directory.

How to install the Felo YouTube Subtitling skill in Codex

Codex

Run Felo YouTube Subtitling inside Codex to pull transcripts, timestamps, and subtitle text from videos directly in your terminal agent workflow.

# Install all Felo skills globally npm install -g felo-ai # Or install this skill manually git clone https://github.com/Felo-Inc/felo-skills.git cd felo-skills cp -r felo-youtube-subtitling ~/.codex/skills/
Read Felo API Docs

面向总结、证据链与后续复用的核心能力

这些能力不是只为了做一次 YouTube 总结,而是为了把字幕变成带证据、带时间戳、可继续复用的工作文本。

转录优先的视频输入

支持完整 YouTube 链接或短视频 ID,先拿到转录文本,再继续进入总结、笔记或自动化流程。

多语言字幕提取

先提取支持语言的字幕,再把同一份文本继续用于多语言复核、本地化和跨市场调研。

带时间戳的证据定位

保留带时间戳的片段,让总结、竞品笔记和内部文档都能回溯到视频中的原始时刻。

适合转成 Markdown 的源文本

一份转录文本就能继续变成 Markdown 笔记、研究简报、竞品快照、博客草稿、培训文档或做 PPT 的源材料。

何时使用 Felo YouTube Subtitling,而不只是做一次视频总结

最适合快速总结视频、教程索引、竞品调研、多语言复核,以及任何总结完成后还需要继续使用转录文本的工作流。

Summary-ready keynote recap with felo-youtube-subtitling

会议回顾

场景背景: 不用看完整录播,也能总结一场 keynote。
获取这场产品 keynote 的英文转录和时间戳。
Competitor research snapshot powered by felo-youtube-subtitling

视频档案索引

场景背景: 为内部培训视频库生成可搜索的字幕转录。
提取这个教程的视频字幕,方便我整理培训笔记。
Webinar transcript turned into a markdown brief with felo-youtube-subtitling

多语言内容研究

场景背景: 提取支持语言的字幕,再继续翻译或总结。
提取这场演讲的字幕,并总结核心结论。

Get the Felo YouTube Subtitling skill running in Codex in 3 steps

Install the skill, configure your API key, and extract your first transcript from a YouTube video.

1

Install via npm or copy the skill folder

Run npm install -g felo-ai for the full skill pack, or copy felo-youtube-subtitling into ~/.codex/skills/ from the cloned repo.

2

Set the API key

Export your Felo API key so the skill can connect to the subtitle extraction backend.

3

Extract your first transcript

Ask Codex to pull subtitles and timestamps from a YouTube URL and verify the output is ready for summaries, notes, or research.

为什么团队会持续使用 Felo YouTube Subtitling 字幕提取

团队会持续使用它,是因为一旦视频被转成可搜索的字幕、时间戳和总结,价值就会高得多。

★★★★★
培训视频终于变成了可搜索资产,而不再是没人愿意再拖一遍进度条的链接。
Haruka Tanaka
Haruka Tanaka
★★★★★
在写复盘备忘录或 newsletter 之前,我们会先用它从大会演讲里拉出准确引语和时间戳。
Jin Lee
Jin Lee
★★★★★
对我们的内容团队来说,这是把 webinar 和 demo 快速变成笔记、剪辑和后续素材的最快方式之一。
Rachel Morgan
Rachel Morgan

Felo YouTube Subtitling 字幕提取的关键结果指标

1 次运行
从视频到文本
带时间
片段可引用
2 种输入
URL 或 ID
可复用
用于后续工作的文本

Felo YouTube Subtitling Codex skill FAQ

How do I install the Felo YouTube Subtitling skill in Codex?
Run npm install -g felo-ai for all Felo skills at once, or clone the repo and copy felo-youtube-subtitling into ~/.codex/skills/. Then set your FELO_API_KEY environment variable.
Can the Codex skill extract subtitles in multiple languages?
Yes. The skill can request available subtitle languages for a video and extract transcripts in whichever supported language you need.
What outputs can I get from the extracted transcript?
You get raw subtitle text, timestamped segments, and markdown-ready transcript content that can feed into summaries, research notes, blog drafts, or competitor analysis.
Can I combine this with other Felo skills in Codex?
Yes. Felo YouTube Subtitling pairs well with felo-content-to-slides for turning video transcripts into presentations, or with felo-search for cross-referencing video claims with live web data.

Turn YouTube videos into searchable text inside Codex

Install felo-youtube-subtitling and extract transcripts, timestamps, and subtitle text from any YouTube video directly in your Codex workflow.

One API key covers every Felo skill in Codex. Extract transcripts, summarize videos, and repurpose content from a single terminal session.