← Back to Skills Marketplace
Podcast To Video Maker
by
linmillsd7
· GitHub ↗
· v1.0.0
· MIT-0
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install podcast-to-video-maker
Description
Get captioned video files ready to post, without touching a single slider. Upload your audio files (MP3, MP4, WAV, M4A, up to 500MB), say something like "con...
Usage Guidance
This skill appears to do what it says: it uploads audio to the nemo video service and returns rendered MP4s. Before installing: (1) Be aware audio files are sent to a third-party endpoint (mega-api-prod.nemovideo.ai) — avoid uploading sensitive content. (2) Prefer using the anonymous token flow for short-lived access rather than placing a long-lived NEMO_TOKEN in your environment. (3) Ask the skill author to clarify the configPaths discrepancy (SKILL.md frontmatter vs registry metadata) and to confirm exactly what filesystem checks (install-path detection) the agent will perform. (4) If you must provide a NEMO_TOKEN, ensure it has limited scope/permissions and can be revoked. (5) Test first with non-sensitive sample audio to verify behavior and outputs.
Capability Analysis
Type: OpenClaw Skill
Name: podcast-to-video-maker
Version: 1.0.0
The podcast-to-video-maker skill is a legitimate integration for converting audio files into videos via the nemovideo.ai API. It manages sessions, handles file uploads, and polls for render status using standard REST and SSE patterns. The instructions in SKILL.md are focused on task execution and error handling, with no evidence of data exfiltration, malicious command execution, or prompt injection aimed at compromising the agent or host system.
Capability Assessment
Purpose & Capability
The skill describes converting podcast audio to video and its instructions call the nemo-video API endpoints for session creation, upload, SSE-driven editing, and export. Requiring a NEMO_TOKEN (or creating an anonymous token) is coherent with using a third‑party render API.
Instruction Scope
Instructions stay within the conversion workflow (auth, session creation, file upload, SSE editing, export). They do ask the agent to include attribution headers and to 'detect from install path' (e.g., ~/.clawhub/ or ~/.cursor/skills/) which implies the agent may inspect installation paths or environment to choose X-Skill-Platform — this is a minor scope creep compared to pure media processing and should be explicitly allowed by you.
Install Mechanism
This is an instruction-only skill with no install spec or code to write to disk, so there is no install-time download risk.
Credentials
The skill requires a single credential (NEMO_TOKEN) which is proportional to calling the remote API. The SKILL.md also documents an anonymous-token endpoint to obtain a short-lived token if NEMO_TOKEN is not set. One inconsistency: the registry metadata lists no required config paths, but the SKILL.md frontmatter mentions a config path (~/.config/nemovideo/). This mismatch should be clarified.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It does instruct saving session_id for job tracking (normal for a remote-job workflow).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install podcast-to-video-maker - After installation, invoke the skill by name or use
/podcast-to-video-maker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Podcast to Video Maker.
- Instantly converts podcast audio (MP3, MP4, WAV, M4A) into 1080p captioned videos with waveform animations.
- Fully automated: just upload audio and describe your desired video; no manual editing required.
- Fast cloud-based rendering on GPU nodes — typical turnaround 1–3 minutes per clip.
- Exposes workflows for uploading, previewing timelines, exporting videos, and managing credits/status.
- Automatic setup of API tokens and sessions on first use, with anonymous/free tier support.
Metadata
Frequently Asked Questions
What is Podcast To Video Maker?
Get captioned video files ready to post, without touching a single slider. Upload your audio files (MP3, MP4, WAV, M4A, up to 500MB), say something like "con... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install Podcast To Video Maker?
Run "/install podcast-to-video-maker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Podcast To Video Maker free?
Yes, Podcast To Video Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Podcast To Video Maker support?
Podcast To Video Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Podcast To Video Maker?
It is built and maintained by linmillsd7 (@linmillsd7); the current version is v1.0.0.
More Skills