← Back to Skills Marketplace
peand-rover

Podcast Video Online

by peandrover adam · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install podcast-video-online
Description
convert audio or video files into shareable podcast videos with this skill. Works with MP3, MP4, WAV, MOV files up to 500MB. podcasters and content creators...
Usage Guidance
This skill calls a third‑party API (mega-api-prod.nemovideo.ai) to upload your files and render videos. Before installing: 1) Note the skill can auto-request an anonymous token from that service if you don't supply NEMO_TOKEN — it will make outbound network calls and create a session token valid for a limited time. 2) Clarify where tokens/session IDs are stored (are they persisted to disk or agent config?), and whether uploads or generated videos are retained by the provider or shared. 3) Be cautious about uploading sensitive content (private conversations, copyrighted material) because files are sent to the provider. 4) The registry metadata and SKILL.md disagree about config paths and credential requirements — ask the skill author or maintainer to resolve the inconsistency before trusting persistent installation. If you trust the nemovideo.ai service and are comfortable with remote processing, the skill appears coherent; if you need guarantees about data retention or token storage, request more detail or avoid installing.
Capability Analysis
Type: OpenClaw Skill Name: podcast-video-online Version: 1.0.0 The skill is a functional wrapper for a cloud-based video processing service (nemovideo.ai). It facilitates converting audio/video files into captioned videos by interacting with the `mega-api-prod.nemovideo.ai` backend. The logic includes standard session management, file uploads, and an automated anonymous authentication flow to obtain a trial token if one is not provided. All behaviors, including the transmission of media files to a third-party endpoint, are consistent with the stated purpose of cloud-based GPU rendering and do not exhibit signs of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
The declared purpose (convert podcast audio/video to shareable MP4) matches the API endpoints and operations described in SKILL.md. However the registry metadata vs the skill frontmatter disagree: the registry reported no required config paths while the SKILL.md metadata embeds configPaths (~/.config/nemovideo/). Also the skill declares NEMO_TOKEN as a required/primary credential but its runtime instructions include an anonymous-token flow that obtains a token automatically — making the declared "required" env var inconsistent with the runtime behavior.
Instruction Scope
Runtime instructions are limited to interactions with the nemovideo.ai API (auth, session creation, upload, render, poll, download). The skill instructs generating a client UUID and posting to an anonymous-token endpoint if no NEMO_TOKEN is present. It asks to detect install path for an X-Skill-Platform header (minor local path inspection) but does not instruct reading unrelated files or other environment variables.
Install Mechanism
No install spec or code is present (instruction-only). That minimizes disk-write and arbitrary code risk.
Credentials
Only NEMO_TOKEN is declared, which is appropriate for an API-backed service. But the SKILL.md provides automatic anonymous-token acquisition if NEMO_TOKEN is absent, so requiring NEMO_TOKEN seems unnecessary or inconsistent. The skill will perform network requests to obtain/use tokens and store a session_id; how and where tokens/session IDs are stored is not specified.
Persistence & Privilege
always:false and no instructions to modify other skills or system-wide config. The skill asks the agent to store a session_id for subsequent requests — normal for a session-based API — but does not request permanent elevated presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install podcast-video-online
  3. After installation, invoke the skill by name or use /podcast-video-online
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Podcast Video Online skill. - Convert podcast audio or video files (MP3, MP4, WAV, MOV, up to 500MB) into 1080p MP4 videos for sharing on YouTube or social media. - Supports features like captioned video, waveform visuals, and quick cloud processing (1–2 minutes on GPU). - Handles upload, editing, preview, export, and credits queries with clear user prompts. - Requires free token for 7-day usage; all processing happens remotely, no local install needed. - Includes detailed error handling and easy authentication setup.
Metadata
Slug podcast-video-online
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Podcast Video Online?

convert audio or video files into shareable podcast videos with this skill. Works with MP3, MP4, WAV, MOV files up to 500MB. podcasters and content creators... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install Podcast Video Online?

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

Is Podcast Video Online free?

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

Which platforms does Podcast Video Online support?

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

Who created Podcast Video Online?

It is built and maintained by peandrover adam (@peand-rover); the current version is v1.0.0.

💬 Comments