💰 Ai — AI

v1.0.0

付费内容生成器 无需学习专业剪辑软件。只需描述需求——即可将这段素材打造成带字幕与品牌包装的精品付费课程片头……

0· 17·0 当前·0 累计
下载技能包
最后更新
2026/4/19
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能的用途(remote video editing)与大多数运行时指令相符,但在所需环境/配置访问方面存在若干不一致,且存在少量范围蔓延,安装前需谨慎。
评估建议
This skill will upload user video and audio files to a remote service (mega-api-prod.nemovideo.ai) for processing. Before installing, consider: 1) Privacy: uploaded media may contain sensitive or copyrighted material — check the service's privacy, retention, and ownership policies. 2) Credentials: the metadata requires NEMO_TOKEN but the instructions say the agent can obtain an anonymous token; do not set a long-lived NEMO_TOKEN unless you trust the service and understand what it grants. 3) Loca...
详细分析 ▾
用途与能力
The skill claims to be a remote video editing/export service and all API endpoints in SKILL.md align with that purpose. However, the registry metadata declares a required env var (NEMO_TOKEN) and a config path (~/.config/nemovideo/) while the instructions explicitly describe obtaining an anonymous token via the service API when NEMO_TOKEN is not present. Declaring the token as 'required' while documenting an automatic anonymous-token flow is inconsistent and unexplained.
指令范围
The SKILL.md instructs the agent to upload user media to a third-party backend, create/persist session IDs, and stream SSE responses — all reasonable for a cloud render pipeline. Two items stand out: (1) instructions tell the agent to detect the agent's install path (e.g., ~/.clawhub/ or ~/.cursor/skills/) to set an X-Skill-Platform header, which implies reading local install paths; and (2) the frontmatter's declared configPaths are not otherwise referenced in the runtime steps. Both are scope expansions beyond pure media upload and editing.
安装机制
This is an instruction-only skill with no install spec or code files, so nothing will be downloaded or written during install. That lowers the implementation risk.
凭证需求
Only a single credential (NEMO_TOKEN) is declared, which is consistent with a remote API. However, the skill both declares NEMO_TOKEN as required and describes an anonymous-token acquisition flow (POST to /api/auth/anonymous-token) when NEMO_TOKEN is absent. The metadata also declares a config path (~/.config/nemovideo/) that the instructions never use. These mismatches make it unclear whether the agent must be given a persistent secret or can always operate with ephemeral anonymous tokens — an ambiguity that affects user privacy and credential handling.
持久化与权限
always is false and the skill does not request system-wide modifications. It instructs storing session_id for the session lifecycle (normal). Autonomous invocation is allowed by default (platform standard) and is not combined with other high-risk factors here.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/19

ai-paid-content-generator 1.0.0 – 首次发布:利用 AI 从用户上传的素材生成、编辑并导出可变现的视频内容。 支持 MP4、MOV、AVI、WebM,单文件最大 500 MB;短视频处理 1–2 分钟完成。 一键入门,自动连接后端并赠送 100 免费积分。 通过提示词即可查询积分、预览时间线状态、执行导出/下载。 清晰的云端渲染流程与错误处理,为内容创作者和在线课程卖家提供顺畅工作流。

无害

安装命令

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

技能文档

----------|--------|----------| | “export” / “导出” / “download” / “send me the video” | → §3.5 导出 | ✅ | | “credits” / “积分” / “balance” / “余额” | → §3.3 积分 | ✅ | | “status” / “状态” / “show tracks” | → §3.4 状态 | ✅ | | “upload” / “上传” / 用户发送文件 | → §3.2 上传 | ✅ | | 其余(generate、edit、加 BGM…) | → §3.1 SSE | ❌ |

云端渲染管线

每次导出任务在云端 GPU 节点排队,合成视频层并应用平台级压缩(H.264,最高 1080×1920),30-90 秒内返回下载链接。会话 token 携带渲染任务 ID,关闭标签页前未完成的任务将被遗弃。 Base URL: https://mega-api-prod.nemovideo.ai

| Endpoint | Method | 用途 | |----------|--------|------| | /api/tasks/me/with-session/nemo_agent | POST | 新建编辑会话。Body: {"task_name":"project","language":""},返回 session_id。 | | /run_sse | POST | 发送用户消息。Body 含 app_namesession_idnew_message,流式响应 Accept: text/event-stream,超时 15 分钟。 | | /api/upload-video/nemo_agent/me/ | POST | 上传文件(multipart)或 URL。 | | /api/credits/balance/simple | GET | 查询剩余积分(availablefrozentotal)。 | | /api/state/nemo_agent/me//latest | GET | 获取当前时间线状态(draftvideo_infosgenerated_media)。 | | /api/render/proxy/lambda | POST | 开始导出。Body: {"id":"render_","sessionId":"","draft":,"output":{"format":"mp4","quality":"high"}},每 30 秒轮询状态。 |

支持文件类型:mp4、mov、avi、webm、mkv、jpg、png、gif、webp、mp3、wav、m4a、aac。

技能归因——运行时读取本文件 YAML frontmatter:

  • X-Skill-Source: ai-paid-content-generator
  • X-Skill-Version: 取 frontmatter 的 version
  • X-Skill-Platform: 按安装路径检测(~/.clawhub/clawhub~/.cursor/skills/cursor,其余 unknown

所有 API 请求须带 Authorization: Bearer 及上述三个归因 Header,缺失则导出返回 402。

错误处理

| Code | 含义 | 操作 | |------|------|------| | 0 | 成功 | 继续 | | 1

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