byted-podcast-gen

byted-podcast-gen is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 45 tokens per session (1,347 once invoked), scanned A, original, Apache-2.0.

A tool that turns a topic, webpage, downloadable document, or long text into a podcast-style audio file. It also returns the podcast's section text.

In plain words
What is it for?
It is for making audio episodes from topics, webpages, PDFs, Word files, text files, uploaded content, or other long passages.
Why use it?
It saves the work of rewriting source material into spoken dialogue and producing the corresponding audio.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit It is for making audio episodes from topics, webpages, PDFs, Word files, text files, uploaded content, or other long passages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-podcast-gen
About the project

bytedance/agentkit-samples is a collection of examples and tutorials for Volcengine AgentKit, an AI-agent development platform for building, deploying, and operating agent applications. Developers use the samples to learn agent creation, multi-agent collaboration, memory, retrieval, MCP integrations, media generation, customer service, and other workflows. The catalogue skills provide agent workflows based on these examples.

bytedance/agentkit-samples · 450 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bytedance/agentkit-samples --skill byted-podcast-gen
Clone the repo
git clone --depth 1 https://github.com/bytedance/agentkit-samples

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for byted-podcast-gen

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-podcast-gen/github.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-podcast-gen)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-podcast-gen"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-podcast-gen/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for byted-podcast-gen

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-podcast-gen"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-podcast-gen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,347 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.01347
Opus 5 $0.00023 $0.00674
Sonnet 5 $0.00009 $0.00269
Haiku 4.5 $0.00005 $0.00135

Measured 7d ago against content hash 6c63310fdb1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

byted-podcast-gen scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/api_key.py, scripts/podcast.py, scripts/protocols/__init__.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/byted-podcast-gen/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Podcast Skill

基于火山引擎豆包语音合成 WebSocket 协议(PodcastTTS,/api/v3/sami/podcasttts)将某个话题合成为播客音频并保存为本地文件。支持:

  • 输入一句话题文本或者一个网页地址(也可以是个文件下载地址,支持 pdf/word/txt 格式)生成播客
  • 原样输出播客音频下载链接(不要做截断等处理)和生成好的本地文件供下载。验证下载链接是否可下载,若可下载则返回给用户,不可下载的只是只返回本地文件。
  • 输出播客分段文本(JSON)

适用场景

  1. 用户提到 生成播客播客合成 等相关关键词。
  2. 用户需要为某个话题生成播客形式的音频文件。
  3. 用户需要某个网页或文件内容生成播客形式的音频文件。
  4. 用户需要为用户上传的文件内容或者一个长上下文生成播客形式的音频文件。

强制规则(最高优先级)

当你收到用户请求生成播客时:

  • 必须且只能使用 本 Skill 的脚本来生成播客
  • 话题模式 用户需要为某个话题生成播客形式的音频文件, 使用参数 action=4prompt_text = 话题文本。
  • 网页模式 用户需要某个网页或可下载文件内容生成播客形式的音频文件, 使用参数 action=0input_url = 网页地址或文件下载地址。
  • 文件模式 用户需要为用户上传的文件内容或者一个长上下文生成播客形式的音频文件, 使用参数 action=0text = 用户上传文件读取出来的内容或者是一段比较长的文本,一般超过 200 个字。

使用步骤

  1. 分析用户需要合成播客的内容,准备要合成的输入:prompt_text(原始话题,一般不超过 20 个字)或 input_url(网页地址或文件下载地址) 或者 text(用户上传文件读取出来的内容或者是一个比较长的文本,一般超过 200 个字)。
  2. 运行脚本前先 cd 到本技能目录:skills/byted-podcast-gen
  3. 配置鉴权(环境变量或命令行参数)。
  4. 执行脚本:python scripts/podcast.py [参数]。参考下面示例部分。
  5. 根据脚本输出的 JSON 里的 audio_path / texts / audio_url 使用生成结果,如果有 audio_url 是一个带过期时间的 URL, 原封不动的返回给用户, audio_path 是本地文件路径, 可以给用户提供下载。

脚本参数

参数 简写 必填 说明
--text 输入原始长文本(action=0 时使用)
--input_url 输入文本的 URL(action=0 时使用,二选一)
--prompt_text 提示词文本(action=4 时必填)
--action 播客类型:0(原始文本/URL)、4(prompt);默认 4
--speaker_info 说话人配置 JSON(默认 {"random_order":false}
--encoding 音频格式:mp3(默认)、wavogg_opus
--output 最终音频输出文件路径(默认自动生成到 output/

返回值说明

脚本输出 JSON,包含:

  • status: "success""error"
  • task_id: 任务标识(用于定位一次生成任务)
  • audio_path: 最终音频本地路径
  • texts: 分段文本 JSON 字符串,每个发音人对应的文本列表。
  • audio_url: 服务端返回的音频下载地址
  • error: 失败时的错误信息

错误处理

  • 若报错提示缺少 MODEL_SPEECH_API_KEY:检查环境变量或命令行参数是否已配置,不存在的时候提示用户输入, 然后设置到环境变量。
  • 若收到服务端错误(MsgType.Error):根据错误信息检查账号权限、资源 ID、输入内容及是否已开通服务。
  • 若收到服务端错误包含关键字 quota 说明当前账号已超量,需升级火山引擎豆包语音的播客服务。
  • python 执行缺少相关 package 时,需要先安装依赖:pip install -r requirements.txt

Read the full file on GitHub · 73 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 73 lines · 45 tokens per session scan A 6c63310fdb1c

Subscribe to this mod's changes

byted-podcast-gen is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 6d ago), licensed Apache-2.0. It adds 45 tokens to every session and 1,347 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

image-generation

Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.

bytedance/deer-flow · 42 tokens

podcast-generation

Use this skill when the user requests to generate, create, or produce podcasts from text content. Converts written content into a two-host conversational podcast audio format with natural dialogue.

bytedance/deer-flow · 38 tokens

brandkit

Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional…

Leonxlnx/taste-skill · 89 tokens

sn-image-base

Base-layer skill for the SenseNova-Skills project, providing low-level APIs for image generation, recognition (VLM), and text optimization (LLM). This skill does not preprocess inputs; it only calls backend services and returns results. This skill is not user-facing and is intended for upper-layer skills only.

OpenSenseNova/SenseNova-Skills · 66 tokens

spotify-player

Terminal Spotify playback/search via spogo (preferred) or spotifyplayer. Use when the user asks to play music, search for a song, skip a track, pause playback, check what is currently playing, control Spotify, list audio devices, or manage a Spotify queue from the terminal.

elizaOS/eliza · 60 tokens

video-still-animator

Turn a single still image (PNG/JPG) into a short MP4 with a slow Ken-Burns zoom and a silent audio track. Pure ffmpeg wrapper. Designed as the onfailure substitute for AI video-gen steps that get blocked by content moderation: when seedance refuses, this skill emits a valid replacement clip from the already-generated…

opensquilla/opensquilla · 88 tokens