← Back to Skills Marketplace
Podcast Production Ops
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
206
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install podcast-production-ops
Description
从选题到上线整理播客生产流程,生成 show notes、标题、剪辑要点与发布清单。;use for podcast, production, content workflows;do not use for 虚构嘉宾观点, 公开未授权片段.
Usage Guidance
This skill appears coherent and local-only: it generates structured podcast deliverables and includes a Python script that can also audit directories or CSVs. Before running: (1) only run the script (python3 scripts/run.py) on directories/files you trust — don't point it at system root or sensitive directories; (2) avoid passing files that contain PII or secrets, or sanitize them first; (3) review the script (scripts/run.py) — it only reads files and produces reports and does not make network calls, but it will read any file the process can access; (4) if you allow an agent to invoke this skill autonomously, ensure its scope is limited (dry-run / review first) so it won't be instructed to run the script against broad/unexpected paths. Overall the package is consistent with its description.
Capability Analysis
Type: OpenClaw Skill
Name: podcast-production-ops
Version: 1.0.0
The skill bundle contains a script (scripts/run.py) with significant functionality that is entirely unrelated to its stated purpose of podcast production. While the documentation describes a content workflow tool, the code includes logic for recursive filesystem scanning, CSV data auditing, and a 'pattern_report' function that uses regex to search for sensitive information like API keys, secrets, and dangerous shell commands (e.g., curl|bash, rm -rf). This discrepancy between the declared intent and the script's actual capabilities for system discovery and secret hunting is highly irregular.
Capability Assessment
Purpose & Capability
The skill is named and described as a podcast production/ops helper and the bundle contains templates, spec, examples and a Python script that produces structured show notes, titles, edit points and a publishing checklist — this is coherent. Note: the script also includes additional audit modes (directory/csv/pattern/skill audits) which extend capability beyond simple content generation; these capabilities are plausible for a 'production ops' tool but are broader than a minimal 'show notes generator'.
Instruction Scope
SKILL.md instructs the agent to recompose user-provided podcast inputs and (optionally) run the included local script. The script reads local files, directories, and CSVs and produces Markdown reports. No instructions ask the agent to access unrelated system credentials, call external endpoints, or exfiltrate data. Caveat: if the agent is told to run the script against an arbitrary directory, the script will read any accessible files in that path — behaviour consistent with its directory-audit features but potentially sensitive depending on the provided path.
Install Mechanism
No install spec; this is instruction-only with one local Python script. Required binary is only python3 and there are no downloads or remote installers. Low installation risk.
Credentials
The skill does not request environment variables, credentials, or config paths. The lack of secrets is proportionate to the stated purpose.
Persistence & Privilege
always is false; the skill does not request permanent presence or special privileges and does not modify other skills. It can read and write files when run (via --output), which is expected for a local report/template generator.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install podcast-production-ops - After installation, invoke the skill by name or use
/podcast-production-ops - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of podcast-production-ops:
- Organizes podcast production workflows from topic selection to publishing.
- Generates show notes, title options, editing points, publishing checklists, and reusable materials.
- Clearly defines appropriate and inappropriate use cases, with an emphasis on information integrity and security boundaries.
- Provides structured output and explicit confirmation steps when information is missing.
- Includes references to local resources for specs, templates, and smoke tests.
Metadata
Frequently Asked Questions
What is Podcast Production Ops?
从选题到上线整理播客生产流程,生成 show notes、标题、剪辑要点与发布清单。;use for podcast, production, content workflows;do not use for 虚构嘉宾观点, 公开未授权片段. It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.
How do I install Podcast Production Ops?
Run "/install podcast-production-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Podcast Production Ops free?
Yes, Podcast Production Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Podcast Production Ops support?
Podcast Production Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Podcast Production Ops?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills