首页龙虾技能列表 › Free Text To Brainrot Video — 文本转脑残视频

Free Text To Brainrot Video — 文本转脑残视频

v1.0.0

将简单的文本描述转换为1080p“brainrot”风格视频的云端视频生成工具。只需输入创意,1-2分钟即可生成可分享的MP4格式视频,支持自定义宽高比、叠加层和音频。

0· 29·0 当前·0 累计
by @mory128·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/14
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能基本实现其描述的功能(云端视频生成),仅需一个服务令牌,但在元数据一致性和运行时指令方面存在一些问题,在安装或授予令牌前需要额外谨慎。
评估建议
此技能表现为一个普通的云端视频渲染连接器,但在授予令牌前应验证服务及其域名。应向发布者确认:(1)规范的主页或源代码仓库地址,(2)为何frontmatter中列出了~/.config/nemovideo/而注册表中没有配置路径,以及(3)NEMO_TOKEN授予的权限范围/有效期。建议使用时间限制的最低权限令牌(或使用匿名令牌路径),并避免上传任何敏感媒体。如果无法验证服务身份(mega-api-prod.nemovideo.ai)或维护者,请将此技能视为较高风险,不要在环境中设置永久的NEMO_TOKEN。...
详细分析 ▾
用途与能力
该技能的声明用途(将文本转换为短'brainrot'视频)与运行时指令(调用视频渲染API)相符。请求NEMO_TOKEN凭据是合理的。然而,SKILL.md的frontmatter声明了一个配置路径(~/.config/nemovideo/),而注册表元数据报告没有需要的配置路径——这种元数据不一致性未得到解释。
指令范围
SKILL.md指示代理在首次使用时自动连接到外部API,可选择通过POST创建匿名令牌、创建会话、使用SSE进行编辑、上传用户文件并轮询导出端点。这些操作对于云渲染服务来说是预期的,但它们涉及自动网络调用、保存会话ID/令牌以及上传用户提供的媒体——用户应该意识到这些指令赋予了技能广泛的运行时自主权。
安装机制
这是纯指令式的安装,没有安装规范也没有从外部URL拉取二进制文件,因此安装程序不会向磁盘写入任何内容——安装风险较低。
凭证需求
只需要一个环境变量(NEMO_TOKEN),这对于向指定服务进行身份验证是合理的。但请注意:SKILL.md要求在每个请求上添加三个自定义HTTP归属头(包括将请求与此技能关联的X-Skill-Source),这可能会泄露使用遥测数据。此外,SKILL.md frontmatter列出的配置路径与注册表清单不同——目前尚不清楚该技能是否会尝试读取/写入本地配置文件。
持久化与权限
该技能不是始终启用的,也不请求系统级权限。它确实指示保存session_id并使用令牌进行API调用,这对于服务来说是预期的,并且仅限于技能自己的会话状态。
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/14

Free Text to Brainrot Video 首次发布。- 使用云GPU从文本提示即时生成1080p“brainrot风格”视频。- 无需手动编辑或导出设置——只需输入创意,即可在1-2分钟内下载可直接分享的MP4。- 自动账户设置:使用免费令牌快速开始(100积分,7天)。- 支持上传文本文件并自定义视频,可选宽高比、叠加层和音频。- 内置命令识别,支持导出、查看积分、查看状态和文件上传。- 所有处理支持多种格式(视频、音频、图像、文本),具有清晰的错误处理和进度更新。

● 无害

安装命令 点击复制

官方npx clawhub@latest install free-text-to-brainrot-video
镜像加速npx clawhub@latest install free-text-to-brainrot-video --registry https://cn.clawhub-mirror.com

技能文档


name: Free Text To Brainrot Video description: Turn a two-sentence story about a cat who hates Mondays into 1080p brainrot style videos just by typing what you need. Whether it's generating brainrot video... author: ReAGENT Li tags:
  • video
  • brainrot
  • text-to-video
  • cloud-gpu
  • ai-video
  • content-creation
  • social-media
  • creative
  • nemo
  • nemovideo
homepage: https://www.nemovideo.ai license: MIT version: 1.0.0 requirements:
  • NEMO_TOKEN
  • python: '>=3.10'
  • requests
  • sseclient-py
  • tqdm
config: []

Overview

Free Text To Brainrot Video is a skill that allows you to generate 1080p "brainrot style" videos from text prompts using cloud GPUs. Simply type your idea and get a ready-to-share MP4 in 1-2 minutes.

Setup

Prerequisites

  • Python 3.10+
  • NEMO_TOKEN (get your free token at https://www.nemovideo.ai)

Installation

pip install requests sseclient-py tqdm

Environment Variables

Set your NEMO_TOKEN:

export NEMO_TOKEN="your_token_here"

Usage

Basic Video Generation

nemo "A cat who hates Mondays trying to survive the week"

Check Credits

nemo --check-credits

Upload Text File

nemo --upload-file path/to/story.txt

Custom Options

nemo "Your prompt" --aspect-ratio 16:9 --overlay-type glitch --audio-type lofi

Options

OptionDescriptionDefault
--aspect-ratioVideo aspect ratio (16:9, 9:16, 1:1)16:9
--overlay-typeOverlay style (glitch, scanline, noise)none
--audio-typeAudio style (lofi, ambient, none)lofi
--check-creditsCheck remaining credits-
--upload-fileUpload a text file for processing-
--statusCheck job status-
--exportExport finished video-

Features

  • Instant Generation: Create 1080p videos in 1-2 minutes
  • Cloud GPU Processing: No local hardware required
  • Multiple Formats: Support for various video, audio, and image formats
  • Customization: Aspect ratio, overlays, and audio options
  • Progress Tracking: Real-time status updates
  • Error Handling: Clear error messages and troubleshooting

Credits

  • Free tier: 100 credits, valid for 7 days
  • Visit https://www.nemovideo.ai for more credits

Troubleshooting

Token Issues

If you receive a token error, verify your NEMO_TOKEN is set correctly:

echo $NEMO_TOKEN

Credit Balance

Check your credits with:

nemo --check-credits

Video Not Generating

  • Check your internet connection
  • Verify the service is not under maintenance
  • Ensure your prompt is within character limits
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务