← Back to Skills Marketplace
xueyetianya

Podcast Notes

by bytesagain4 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
440
Downloads
0
Stars
2
Active Installs
13
Versions
Install in OpenClaw
/install podcast-notes
Description
播客大纲、Show Notes生成、开场白、嘉宾问题、变现策略、分发渠道。Podcast assistant with outlines, show notes, intro scripts, guest questions, monetization strategies.
Usage Guidance
This skill appears to do what it says: a local CLI that stores timestamped plain-text logs in ~/.local/share/podcast-notes and can export them to export.json/csv/txt. Before installing or running: 1) Be aware all inputs are stored unencrypted in your home directory—do not paste secrets or personal data you wouldn't want persisted. 2) Exports are written to the same data directory; review exported files before sharing. 3) The script uses standard tools (grep, date, wc); search uses grep with the search term you provide (grep will interpret the pattern), and JSON export appears to write raw values (may not escape quotes), so exported data could be malformed if entries contain arbitrary quotes/newlines—inspect exports if correctness matters. 4) The repository includes the bash script but no installer; installing typically requires copying the script into your PATH. 5) I inspected the provided files but the script output you supplied was truncated at the end, so I couldn't verify the final lines; if you want higher confidence, provide the complete script for review. Overall, there is no evidence of network calls or credential access and the behavior is consistent with the stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: podcast-notes Version: 2.0.1 The podcast-notes skill is a legitimate content management toolkit for podcast producers, implemented as a pure Bash script (scripts/script.sh). It functions by logging user-provided text into categorized plain-text files within a local data directory (~/.local/share/podcast-notes/). The code contains no network activity, no access to sensitive system files, and no execution of arbitrary strings. While the export function lacks robust character escaping for JSON and CSV formats, this is a minor functional limitation rather than a security vulnerability or malicious behavior.
Capability Assessment
Purpose & Capability
The name/description (podcast outlines, show notes, hooks, hashtags, exports) match the included script and SKILL.md. Required tools (bash, common Unix utilities) are appropriate and proportional; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the script limit activity to reading/writing log files under ~/.local/share/podcast-notes, showing stats, searching logs, and exporting data. There are no instructions to read unrelated system files, access remote endpoints, or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only), and the shipped implementation is a plain bash script. That is low-risk compared with downloading/executing remote payloads. Note: the repository includes the script file but does not provide an automated installer.
Credentials
The skill requests no environment variables or credentials. It uses $HOME to create a per-user data directory, which is expected. There are no unrelated secret or config path requirements.
Persistence & Privilege
The skill is user-invocable only (always:false) and does not request elevated privileges or modify other skills or system configs. It writes only to a per-user data directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install podcast-notes
  3. After installation, invoke the skill by name or use /podcast-notes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
old template -> domain-specific v2.0.0
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v0.0.1
p
v1.0.0
Initial release of podcast-notes. - Generate podcast outlines, show notes, intro scripts, guest questions, monetization strategies, and distribution channels. - Offers standardized templates and professional-grade outputs, greatly reducing manual effort. - Includes a variety of format commands: brief, detailed, blog-style, conversational, professional, storytelling, energetic, and outline. - Provides expert tips for podcast audio quality and recording best practices.
Metadata
Slug podcast-notes
Version 2.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 13
Frequently Asked Questions

What is Podcast Notes?

播客大纲、Show Notes生成、开场白、嘉宾问题、变现策略、分发渠道。Podcast assistant with outlines, show notes, intro scripts, guest questions, monetization strategies. It is an AI Agent Skill for Claude Code / OpenClaw, with 440 downloads so far.

How do I install Podcast Notes?

Run "/install podcast-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Podcast Notes free?

Yes, Podcast Notes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Podcast Notes support?

Podcast Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Podcast Notes?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.1.

💬 Comments