一键导入
viral-midform-video-generator
NexTide 爆款中视频生成。接入小程序/我的作品 T2V 中视频分镜规划链路,支持 3D 骨骼主题;没有现成 creativeTaskId 时会自动创建 NexTide 任务。适合“生成 3D 骨骼中视频”“把这段文案做成中视频分镜”等请求。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
NexTide 爆款中视频生成。接入小程序/我的作品 T2V 中视频分镜规划链路,支持 3D 骨骼主题;没有现成 creativeTaskId 时会自动创建 NexTide 任务。适合“生成 3D 骨骼中视频”“把这段文案做成中视频分镜”等请求。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
NexTide 爆款拆解并反推视频提示词。调用小程序「爆款复刻 / 智能复刻」viral_clone 分镜拆解链路,适合“拆解这个爆款视频”“反推 Seedance/Veo 视频提示词”“把参考视频变成复刻分镜”。
插件小红书当前页采集:生成浏览器插件采集当前小红书页面的结构化指令,由用户本地插件执行。;插件小红书发布辅助:生成小红书发布辅助指令,交由浏览器插件在用户本地登录态下半自动执行。;插件账号同步指令:生成浏览器插件账号检测和同步指令,用于把本地平台账号摘要同步到 Web。
淘金任务匹配:按平台、类型、关键词列出当前可接的淘金广场任务,用于 Agent 帮用户挑选任务。;淘金任务接单:为当前用户接取淘金任务,并自动分配可用素材。;淘金任务提交证据:提交任务发布链接、截图或插件采集证据,进入后台审核。
中文用户的 NexTide skill 路由器。适合“我该用哪个 NexTide skill”“帮我把这个任务拆成 NexTide skills 链路”“NexTide 现在有哪些 agent 能力”等请求。
广告文案变体生成:围绕同一产品卖点生成多组广告文案变体,覆盖痛点、利益、证明、限时、场景、对比等角度,并标注适用投放位置。
竞品对标 Brief:把竞品链接、账号、文案或观察记录整理成对标 brief:可学什么、不能抄什么、差异化机会和下一步验证任务。
| name | viral-midform-video-generator |
| description | NexTide 爆款中视频生成。接入小程序/我的作品 T2V 中视频分镜规划链路,支持 3D 骨骼主题;没有现成 creativeTaskId 时会自动创建 NexTide 任务。适合“生成 3D 骨骼中视频”“把这段文案做成中视频分镜”等请求。 |
| allowed-tools | Read, Write, Bash |
Follow shared NexTide rules in:
nextide-sharedUse this skill when the user wants to generate a midform/video storyboard workflow from a script, topic, or existing creative task content.
Capability id:
viral.midform.video.generate
CLI contract:
npm run nextide -- capability run viral.midform.video.generate \
--input .nextide/input/viral-midform-video.json \
--output .nextide/output/viral-midform-video-result.json \
--mode submit \
--user-api-key <NEX用户积分API_KEY>
This capability triggers NexTide's T2V storyboard planning API:
/api/my-works/t2v
If creativeTaskId / taskId is omitted, NexTide creates a CreativeTask automatically and then triggers T2V.
The n8n callback writes results back to the creative task metadata:
t2v_status
t2v_storyboard_id
and creates a StoryboardTask plus StoryboardSegment records.
{
"title": "久坐为什么让肩颈越来越僵",
"scriptText": "完整中视频脚本文案...",
"theme": "3d-skeleton",
"allowText": false
}
Aliases:
creativeTaskId / creative_task_id → taskIdtopic → titlescript / content / text → scriptTextcategory → themeExpected immediate result:
{
"run": {
"status": "waiting_callback",
"result": {
"ok": true,
"taskId": "...",
"theme": "3d-skeleton"
}
}
}
After callback, inspect the creative task in NexTide UI or DB metadata for:
t2v_status = done
t2v_storyboard_id = ...
taskId; standalone task creation is supported.3d-skeleton.viral.midform.video.generate0.2.0videoavailableinternal_apitruehighnexTideApiKeyN8N_T2V_WEBHOOKpaid5/minute, 20/hourmidform-video, storyboard, 3d-skeletonDescription:
生成 3D 骨骼等主题化中视频,未来支持更多主题。
Examples:
3D 骨骼中视频 standalone
{
"title": "久坐为什么让肩颈越来越僵",
"scriptText": "完整脚本文案...",
"theme": "3d-skeleton",
"allowText": false
}
Input fields:
theme (string, required):中视频主题。 默认:"3d-skeleton"topic (string, required):视频主题或选题。duration (number):目标时长,秒。 默认:60Output fields:
script (string):生成脚本。finalVideoUrl (string):最终视频 URL。segments (array):分段视频结果。CLI:
nextide capability run viral.midform.video.generate \
--input .nextide/input/viral.midform.video.generate.json \
--output .nextide/output/viral.midform.video.generate-result.json \
--mode submit \
--wait \
--timeout 3600 \
--interval 5
RUN_ID=$(node -e "const r=require('./.nextide/output/viral.midform.video.generate-result.json'); console.log(r.run && r.run.runId)")
nextide run follow "$RUN_ID" \
--output-dir .nextide/output/$RUN_ID \
--timeout 3600 \
--interval 5
Artifact-first reading order:
.nextide/output/$RUN_ID/summary.json..nextide/output/$RUN_ID/manifest.json.preview.html / gallery.html with rich preview when supported.datatable.json for data/table results.available, fail fast and explain what is missing.--wait when the user wants a finished result in the same turn.nextide run artifacts <run-id> --output-dir .nextide/output/<run-id> --download --gallery --datatable and read summary.json then manifest.json.nextide run follow <run-id> --output-dir .nextide/output/<run-id> --timeout 1800 --interval 5.summary.recommendedResponse.message, preview.html, datatable.json, and local artifact paths over pasting huge raw JSON.explanation, convert it into a clear user-facing failure message with next actions.