Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

pixmind-video像素思维视频

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

4,190

周安装

180

GitHub Stars

公开资料未说明

下载量

1,469
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pixmind-video(像素思维视频)
来源仓库:https://github.com/fuyunzhishang/pixmind-video
安装命令:
openclaw skills install pixmind-video
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install pixmind-video

简介

pixmind-video 用于辅助视频生成和动画合成,适合在 OpenClaw 中需要 AI 视频制作或 Remotion 项目支持时使用。

  • 它支持文本转视频和图像转视频,适用于短片创作和动态内容开发场景。
  • 使用时需确认分辨率、时长、素材路径和导出格式要求。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
pixmind-video
description
Generate AI videos via Pixmind API (text-to-video and image-to-video)
homepage
https://www.pixmind.io
metadata
{"openclaw": {"requires": {"env": ["PIXMIND_API_KEY"]}, "primaryEnv": "PIXMIND_API_KEY"}}

Pixmind Video Generation Skill

Generate AI videos using Pixmind. Supports text-to-video and image-to-video generation.

Note: The API endpoint aihub-admin.aimix.pro is the official Pixmind API gateway. Result URLs on chatmix.top are Pixmind's CDN for generated content.

When to use

  • User asks to generate or create a video
  • User wants to animate an existing image into a video
  • User requests video content from a text description

Prerequisites

  1. Register at pixmind.io — 注册即送 200 积分免费试用
  2. Create an API key at pixmind.io/api-keys
  3. Set env PIXMIND_API_KEY with your key

API Details

Endpoint: POST https://aihub-admin.aimix.pro/open-api/v1/video/generate Auth: Header X-API-Key: {API_KEY} (from env PIXMIND_API_KEY)

Request Body (JSON)

ParameterRequiredTypeDescription
promptYesstringVideo description / prompt
modelNostringModel ID (default varies)
durationNonumberVideo duration in seconds
aspectRatioNostringAspect ratio: 16:9, 9:16, 1:1
resolutionNostringResolution: 1080p, 720p
generateTypeNostringtext2video (default) or img2video
imageUrlNostringReference image URL (required for img2video)

Available Models

Model IDNameText-to-VideoImage-to-VideoNotes
seedance-1.5-proSeedance 1.5 ProLatest ByteDance flagship video model
seedance-1.5Seedance 1.5ByteDance Seedance 1.5 standard
seedance-1.5-liteSeedance 1.5 LiteLightweight variant
seedance-1.5-turboSeedance 1.5 TurboFast generation variant
seedance-1.0-proSeedance 1.0 ProPrevious generation, high quality
seedance-1.0Seedance 1.0Previous generation standard
seedance-1.0-liteSeedance 1.0 LiteEconomy variant
veo-3.0Veo 3.0Google Veo 3.0
veo-3Veo 3Google Veo 3
veo-3.0-fastVeo 3.0 FastFast variant of Veo 3.0
veo-2Veo 2Google Veo 2
sora-2Sora 2OpenAI Sora 2
pixverse-4.0Pixverse 4.0Latest Pixverse model
pixverse-3.0Pixverse 3.0Pixverse 3.0
pixverse-2.0Pixverse 2.0Pixverse 2.0
pixverse-1.0Pixverse 1.0Pixverse 1.0
pixverse-videoPixverse VideoPixverse default
kling-v1.6Kling 1.6Kuaishou Kling v1.6
kling-v1.5Kling 1.5Kuaishou Kling v1.5
kling-std-1.6Kling 1.6 StandardStandard quality
minimax-t2v-01MiniMax T2V 01MiniMax text-to-video
minimax-t2v-01-liveMiniMax T2V 01 LiveMiniMax live mode
wan2.1-t2vWan 2.1 T2VAlibaba Wan 2.1 text-to-video

Model Introductions

Seedance (ByteDance) — Flagship video generation series. Known for smooth motion, realistic physics, and high visual fidelity.

  • seedance-1.5-pro — Latest and highest quality. Best for professional-grade video production.
  • seedance-1.5 / seedance-1.5-lite / seedance-1.5-turbo — Quality, cost, and speed tradeoffs within the 1.5 generation.
  • seedance-1.0 series — Previous generation, still capable for general use.

Google Veo — Google's state-of-the-art video generation models.

  • veo-3.0 / veo-3 — Latest Veo 3 series with highest realism and instruction following.
  • veo-3.0-fast — Faster generation with slightly reduced quality.
  • veo-2 — Previous generation, reliable quality.

OpenAI Sora — OpenAI's video generation model.

  • sora-2 — Latest Sora version, strong at complex scenes and physical accuracy.

Pixverse — Specialized creative video model with strong artistic style.

  • pixverse-4.0 — Latest version with best quality and style control.
  • pixverse-3.0 / 2.0 / 1.0 — Previous generations.

Kling (Kuaishou) — Chinese video generation platform with strong performance.

  • kling-v1.6 — Latest version with improved motion and consistency.
  • kling-v1.5 — Previous stable version.
  • kling-std-1.6 — Standard quality variant for cost efficiency.

MiniMax — Efficient text-to-video generation.

  • minimax-t2v-01 — Base model, text-to-video only.
  • minimax-t2v-01-live — Optimized for real-time or near-real-time generation.

Wan (Alibaba) — Alibaba's video generation diffusion model.

  • wan2.1-t2v — Text-to-video model with good visual quality.

Usage

Use curl or the included helper script:

# Text to video (via curl)
curl -X POST https://aihub-admin.aimix.pro/open-api/v1/video/generate \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $PIXMIND_API_KEY" \
  -d '{"prompt": "ocean waves", "duration": 5, "aspectRatio": "16:9"}'

# Or use the helper script
node {baseDir}/video-generate.js --prompt "描述文字" --duration 5 --aspect-ratio 16:9

Task Status Polling

After generation, poll for results:

# Via curl
curl https://aihub-admin.aimix.pro/open-api/v1/task/<TASK_ID> \
  -H "X-API-Key: $PIXMIND_API_KEY"

# Or use the helper script
node {baseDir}/task-status.js --task-id <TASK_ID> --poll

Response Format

Generate response:

{"code": 1000, "data": {"taskId": 19401, "status": "processing"}}

Task status response:

{
  "code": 1000,
  "data": {
    "taskId": 19401,
    "status": "ready",
    "progress": 100,
    "videoUrl": "https://chatmix.top/...",
    "coverUrl": "https://chatmix.top/..."
  }
}
  • data.taskId — Use this to poll status
  • Status values: processingready (success)
  • On success: data.videoUrl contains the video URL, data.coverUrl has the cover image

Guidelines

  1. Always confirm the prompt and duration with the user before generating
  2. Default to seedance-1.5 or sora-2 unless user specifies otherwise
  3. Use 16:9 aspect ratio by default for video content
  4. If user provides a reference image, automatically use img2video mode
  5. Video generation takes longer than images — use --poll with appropriate interval (recommend 5–10s)
  6. After getting the task ID, poll until completion and return video URL
  7. For longer videos, consider seedance-1.5-lite or kling-std-1.6 for faster results

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.61%
按下载量换算1,199

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills