← 返回 Skills 市场
Podfetcher Tools
作者
Florian Heiwig
· GitHub ↗
· v0.5.1
· MIT-0
239
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install podfetcher-tools
功能描述
Search podcasts, browse episodes, and fetch podcast transcripts from Podfetcher using the bundled Node.js CLI, SDK, or MCP server.
安全使用建议
This skill appears to do what it claims: it uses Node, accepts a Podfetcher API key, and talks to the Podfetcher API (default https://api.podfetcher.com). Before installing: 1) Be aware you must provide a Podfetcher API key—treat that key like a secret. 2) The registry metadata lists two extra env vars (PODFETCHER_BASE_URL, PODFETCHER_API_KEY_HEADER) as required, but the code treats them as optional overrides; verify which env vars your environment needs. 3) The MCP server enables an agent to call the API using whatever API key you supply—only provide a key with the minimum necessary permissions and avoid using highly privileged keys in untrusted agents. 4) If you need stronger assurance, inspect the included source (src/*.js) yourself or run the CLI in an isolated environment; there are no obvious hidden endpoints, network calls beyond the Podfetcher API, or escalations in the code.
功能分析
Type: OpenClaw Skill
Name: podfetcher-tools
Version: 0.5.1
The podfetcher-tools bundle is a well-structured Node.js client for the Podfetcher API, providing CLI, SDK, and MCP interfaces. The code uses native Node.js modules (node:util, node:crypto) and avoids external dependencies, significantly reducing the supply chain attack surface. Security best practices are followed, such as using encodeURIComponent for path parameters and the native URL class for safe endpoint construction in src/sdk.js. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (search shows, list episodes, fetch transcripts) matches the included CLI, SDK, and MCP server code. Required binary 'node' and an API key are appropriate for this functionality.
Instruction Scope
SKILL.md instructs only about using the CLI/SDK/MCP with Podfetcher; runtime instructions and code only read Podfetcher-related env vars or command-line flags and communicate with the Podfetcher API. No instructions request unrelated files, system credentials, or external endpoints beyond the Podfetcher API.
Install Mechanism
No install spec is provided (instruction-only install), and the package includes source files but does not attempt to download or install arbitrary binaries. This is low-risk for installation mechanism.
Credentials
Primary credential PODFETCHER_API_KEY is appropriate. The registry metadata lists PODFETCHER_BASE_URL and PODFETCHER_API_KEY_HEADER as required env vars, but the SKILL.md and code treat those as optional overrides (with sensible defaults). This metadata-versus-code mismatch is minor but should be clarified.
Persistence & Privilege
always:false and normal model invocation are set. The skill does not request persistent system-wide privileges or modify other skills. The MCP server will expose tools over stdio as expected for an MCP plugin.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install podfetcher-tools - 安装完成后,直接呼叫该 Skill 的名称或使用
/podfetcher-tools触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.1
Clarify discovery text, add API key setup guidance, and declare required environment metadata
v0.1.0
Prepare podfetcher-tools for ClawHub upload
元数据
常见问题
Podfetcher Tools 是什么?
Search podcasts, browse episodes, and fetch podcast transcripts from Podfetcher using the bundled Node.js CLI, SDK, or MCP server. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。
如何安装 Podfetcher Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install podfetcher-tools」即可一键安装,无需额外配置。
Podfetcher Tools 是免费的吗?
是的,Podfetcher Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Podfetcher Tools 支持哪些平台?
Podfetcher Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Podfetcher Tools?
由 Florian Heiwig(@flohiwg)开发并维护,当前版本 v0.5.1。
推荐 Skills