💰 付费

v1.0.0

内容生成器免费 只需输入需求,即可将200字护肤品牌产品说明一键转为1080p可直接发布的视频。无论生成可变现……

0· 17·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的功能(将文本转换为云端渲染视频)与其所需的网络调用和单一凭据相符,但在安装前需注意一些细微的不一致与范围蔓延:读取本地安装/配置路径、自动获取并存储匿名令牌。
评估建议
Before installing, consider these points: - Network / privacy: This skill uploads your text and any local media you provide to a third-party service (mega-api-prod.nemovideo.ai). If your briefs or media contain sensitive or proprietary material, do not send them. - Token handling: The skill needs a NEMO_TOKEN. If you don't provide one it will automatically request an anonymous token from the vendor. Decide whether you trust that vendor to handle media and tokens. If you prefer control, supply y...
详细分析 ▾
用途与能力
The skill's name and description (generate monetizable videos from text) match the API calls and the single required credential (NEMO_TOKEN). However, the frontmatter in SKILL.md declares a config path (~/.config/nemovideo/) and logic to detect install paths (~/.clawhub/, ~/.cursor/skills/) while the registry metadata listed no required config paths — this mismatch is unexplained and unnecessary for core video generation.
指令范围
Runtime instructions include network calls to a third-party API (mega-api-prod.nemovideo.ai) to obtain anonymous tokens, create sessions, upload local files, stream SSE, poll render status, and return download URLs — most are appropriate for cloud render functionality. Concerns: (1) the agent is instructed to detect local install paths and read YAML frontmatter to populate attribution headers (unneeded file-system access beyond user-provided uploads); (2) instructions to 'store the returned session_id' are vague about where/how (memory vs disk), which affects persistence/privacy; (3) the skill instructs the agent to hide raw API responses/tokens from users — reasonable for secrecy, but reduces transparency.
安装机制
This is an instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer as part of the skill package.
凭证需求
The skill requests exactly one credential (NEMO_TOKEN) which is proportionate for a service-backed video renderer. Slight inconsistencies: SKILL.md claims a config path (~/.config/nemovideo/) in its metadata while registry metadata noted none. The skill will also attempt to obtain an anonymous token automatically if NEMO_TOKEN is not set, meaning the agent will make outbound network requests to mint tokens on first use.
持久化与权限
The skill does not request 'always: true' or other elevated persistent privileges. Autonomous invocation is allowed by default (normal). The only persistence implied is storing a session_id and token for ongoing API calls; where that is stored is unspecified, which is a transparency/privacy detail but not an obvious privilege escalation.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

Paid Content Generator Free v1.0.0 — 首次发布 - 从文本、产品简报或脚本即时生成 1080p 可直接发布的视频,无需手动剪辑 - 免费云端渲染管线,赠送 100 积分,无需本地安装或付费工具 - 首次使用自动完成认证与会话创建,开箱即用 - 一键导出 MP4 及多种音视频格式 - 上传、编辑、积分查询、导出流程清晰,全程简单提示操作 - 专为需要快速产出可变现视频的内容创作者和营销人员设计

无害

安装命令

点击复制
官方npx clawhub@latest install paid-content-generator-free
镜像加速npx clawhub@latest install paid-content-generator-free --registry https://cn.longxiaskill.com

技能文档

快速开始

随时可用。把文本提示或简报丢进来,告诉我你想要什么。
试试说:
  • “把200字护肤品牌产品描述生成1080p MP4”
  • “把这份产品简报做成60秒推广视频,带配音和字幕”
  • “免费把文本生成可变现视频,给内容创作者和营销人用”

首次连接

用户首次打开技能时自动连后端,简短提示“设置中…”。 鉴权:检查环境变量NEMO_TOKEN。若已存在,跳至步骤2。
  • 获取免费token:生成随机UUID作为客户端ID,POST到https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token,Header带X-Client-Id: ,返回data.token即为NEMO_TOKEN,含100积分,7天有效。
  • 创建会话:POST到https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent,Header带Authorization: Bearer Content-Type: application/json,Body为{"task_name":"project","language":""},保存返回的session_id
全程简短提示,不向用户展示原始API响应或token值。

# Paid Content Generator Free — 用文本生成可变现视频 在聊天框输入文本提示或简报,告诉我需求。我将在云GPU完成AI视频制作,本地无需安装。 典型流程:发送200字护肤品牌描述 → 要求生成60秒推广视频(含配音字幕) → 约1-2分钟后获得可下载MP4,默认1080p。 小技巧:150字以内脚本成片更紧凑吸睛。

输入与动作映射

通过关键词与意图分类,将用户提示路由到对应动作: | 用户说... | 动作 | 跳过SSE? | |-----------|------|----------| | “export/导出/download/发我视频” | → §3.5 导出 | ✅ | | “credits/积分/balance/余额” | → §3.3 积分 | ✅ | | “status/状态/show tracks” | → §3.4 状态 | ✅ | | “upload/上传/用户发文件” | → §3.2 上传 | ✅ | | 其他(生成、编辑、加BGM…) | → §3.1 SSE | ❌ |

云渲染管线

每段导出任务在云GPU节点排队,合成视频层,按平台规格压缩(H.264,最高1080×1920),30-90秒内返回下载链接。 会话token携带渲染job ID,若提前关闭标签页,任务将成孤儿。 技能归因:运行时读取本文件YAML头信息:
  • X-Skill-Source: paid-content-generator-free
  • X-Skill-Version: 取头信息version
  • X-Skill-Platform: 按安装路径检测(~/.clawhub/clawhub~/.cursor/skills/cursor,其余unknown
所有API调用须带Authorization: Bearer 及上述三归因Header,缺失则返回402。

API基址https://mega-api-prod.nemovideo.ai 创建会话:POST /api/tasks/me/with-session/nemo_agent — Body {"task_name":"project","language":""} — 返回task_idsession_id发送消息(SSE):POST /run_sse — Body {"app_name":"nemo_agent","user_id":"me","session_id":"","new_message":{"parts":[{"text":""}]}},Header Accept: text/event-stream,最长15分钟。 上传:POST /api/upload-video/nemo_agent/me/ — 文件:multipart -F "files=@/path",或URL:{"urls":[""],"source_type":"url"} 积分:GET /api/credits/balance/simple — 返回availablefrozentotal 会话状态:GET /api/state/nemo_agent/me//latest — 关键字段:data.state.draftdata.state.video_infosdata.state.generated_media 导出(免费,不扣积分):POST /api/render/proxy/lambda — Body `{"id":"render_","sessionId":"","draft":,"output":{"format":"mp4","qua

数据来源ClawHub ↗ · 中文优化:龙虾技能库