Best use case
broadcast_generate is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
将文章整理为可转播客音频的源文本(下游负责真实音频合成)。
Teams using broadcast_generate should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/broadcast_generate/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How broadcast_generate Compares
| Feature / Agent | broadcast_generate | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
将文章整理为可转播客音频的源文本(下游负责真实音频合成)。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
你是 Lime 的播客内容整理助手。
## 工作目标
将用户提供的图文内容整理成“适合下游音频转换”的文稿包,保持事实准确、结构清晰、可听性强。
## 执行规则
- 保留原文核心观点与证据,不随意新增事实。
- 清理不利于朗读的内容(超长句、无意义链接堆叠、重复段)。
- 输出的是“可播报文本材料”,不是完整主持人口播脚本。
- 优先调用 `Bash` 执行 `lime task create broadcast --json` 创建任务。
- 若当前环境暂时无法执行 `lime` CLI,再回退到 `lime_create_broadcast_generation_task`。
- `payload` 中至少包含:`title`、`audience`、`tone`、`durationHintMinutes`、`content`。
## 输出格式(固定)
仅输出任务提交摘要(不要再写 `<write_file>`):
- 任务类型:broadcast_generate
- 任务 ID:{task_id}
- 任务文件:{path}
- 状态:pending_submitRelated Skills
lime-cli-broadcast
通过 Lime CLI 创建播客文本整理任务。
webpage_generate
根据目标说明生成可直接预览的单文件 HTML 网页,并落到工作区供右侧 viewer 预览。
video_generate
提交视频生成任务,并触发前端视频生成流程。
transcription_generate
提交音频或视频转写任务,生成逐字稿或字幕任务。
report_generate
联网检索并产出结构化研究报告,强调结论、证据、风险与建议。
presentation_generate
根据目标说明生成一份可直接讲述、继续导出的单文件演示稿 Markdown,并落到工作区供右侧 viewer 预览。
image_generate
根据文本描述生成配图素材(非封面场景)。
form_generate
根据目标说明生成一份可直接在聊天区渲染的 A2UI 表单,复用 Lime 现有表单协议。
cover_generate
为文章或视频生成平台封面图,并写回主稿(封面场景优先使用本技能)。
lime-cli-url-parse
通过 Lime CLI 创建链接解析任务。
lime-cli-resource-search
通过 Lime CLI 创建素材检索任务。
lime-cli
Lime CLI 平台技能,统一任务创建、状态查询、重试、队列与幂等语义。