make-video

pnpm neta make-video --image-source "https://example.com/image.jpg" --prompt "让图片动起来" --model "model_s"

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "make-video" with this command: npx skills add talesofai/neta-skills/talesofai-neta-skills-make-video

生成视频

前置条件

设置环境变量 NETA_TOKEN 。

使用方法

pnpm neta make-video --image-source "https://example.com/image.jpg" --prompt "让图片动起来" --model "model_s"

参数

参数 必填 默认值 说明

--image-source, -i 是

源图片 URL

--prompt, -p 是

视频描述提示词

--model, -m 否 model_s 模型选择 (model_s: 快速,model_w: 高质量)

输出

返回 JSON 格式结果,包含 task_uuid、task_status 和 artifacts 数组。

相关技能

  • make-image - 生成图片

  • merge-video - 合并视频

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

neta

No summary provided by upstream source.

Repository SourceNeeds Review
General

make-song

No summary provided by upstream source.

Repository SourceNeeds Review
General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated