← 返回 Skills 市场
peand-rover

Podcast Video Online

作者 peandrover adam · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install podcast-video-online
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /podcast-video-online 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug podcast-video-online
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 Podcast Video Online?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install podcast-video-online」即可一键安装,无需额外配置。

Podcast Video Online 是免费的吗?

是的,Podcast Video Online 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Podcast Video Online 支持哪些平台?

Podcast Video Online 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Podcast Video Online?

由 peandrover adam(@peand-rover)开发并维护,当前版本 v1.0.0。

💬 留言讨论