← 返回 Skills 市场
Podcast Summarize
作者
hughtan93-dev
· GitHub ↗
· v0.1.0
· MIT-0
470
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install podcast-summarize
功能描述
Summarize podcast episodes into concise, actionable insights. Use when users want to get the key points from a podcast episode without listening to the entir...
安全使用建议
This skill appears to do what it says: extract audio, transcribe, and summarize. Before installing or using it, consider: (1) Transcription privacy — if you use the OpenAI API or other cloud transcription, your audio will be uploaded to that provider; avoid sending sensitive audio. (2) Tooling — it expects ffmpeg/yt-dlp/whisper (you install them yourself); use official package sources (pip, distro packages). (3) YouTube/downloads — yt-dlp will download remote content; ensure you have rights to download and process the audio. (4) API keys — no keys are required by default, but supplying an OPENAI_API_KEY enables cloud transcription; only provide keys you trust. If you want extra assurance, review or sandbox the pip installs and run the helper script locally to confirm behavior before granting any credentials.
功能分析
Type: OpenClaw Skill
Name: podcast-summarize
Version: 0.1.0
The skill bundle is a legitimate tool for summarizing podcast episodes using standard utilities like yt-dlp and Whisper. The provided script (transcribe.sh) and documentation (SKILL.md, technical.md) contain no malicious commands, data exfiltration logic, or prompt injection attempts, focusing entirely on audio processing and transcription workflows.
能力评估
Purpose & Capability
Name/description (summarize podcasts) align with the included instructions and helper script. References to yt-dlp, ffmpeg, and Whisper are appropriate and expected for audio extraction, processing, and transcription.
Instruction Scope
SKILL.md stays on-topic (download/extract audio, transcribe, summarize). It instructs downloading audio from URLs/YouTube and using local or API-based Whisper transcription. This implies network fetches of user-provided URLs and possible upload of audio to external transcription services (if used), which is expected but worth noting for privacy.
Install Mechanism
No automated install spec is included (instruction-only), which is low-risk. The technical reference suggests installing yt-dlp/whisper via pip — standard package sources. There are no downloads from unknown hosts or extracted archives in the manifest.
Credentials
The skill does not declare required environment variables or credentials, which reduces risk. The technical docs and helper script mention using the OpenAI Whisper API and the OPENAI_API_KEY as an optional path — that is reasonable but not declared. If you choose the API path, an API key would be required and audio would be sent to that service.
Persistence & Privilege
always is false (normal). The skill does not request persistent system-wide changes, does not modify other skills' configs, and contains only a simple helper script that does not install itself or run automatically.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install podcast-summarize - 安装完成后,直接呼叫该 Skill 的名称或使用
/podcast-summarize触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Podcast Summarize skill initial release:
- Summarizes podcast episodes into concise, actionable insights.
- Supports multiple input formats: local audio files, audio URLs, YouTube videos, RSS feeds, and podcast platform links.
- Provides structured summaries with key points, detailed overviews, action items, and relevant links.
- Uses Whisper for multi-language audio transcription and handles long episodes.
- Offers user options for brief or detailed summaries and extraction of specific segments.
元数据
常见问题
Podcast Summarize 是什么?
Summarize podcast episodes into concise, actionable insights. Use when users want to get the key points from a podcast episode without listening to the entir... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 470 次。
如何安装 Podcast Summarize?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install podcast-summarize」即可一键安装,无需额外配置。
Podcast Summarize 是免费的吗?
是的,Podcast Summarize 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Podcast Summarize 支持哪些平台?
Podcast Summarize 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Podcast Summarize?
由 hughtan93-dev(@hughtan93-dev)开发并维护,当前版本 v0.1.0。
推荐 Skills