Token导航 LogoToken导航TokenDH.com
图像处理需要联网github未标认证来源可访问许可证需确认审计提醒

image-to-video图像到视频

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

3,669

周安装

147

GitHub Stars

12

下载量

1,188
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill image-to-video

简介

用于将静态图片转化为动态视频内容。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 支持 Ken Burns 效果、 cinemagraph 和商品展示动画。
  • 适用于产品宣传、风景或人像的动态呈现。
  • 需确认原始图片质量与最终输出格式要求。
  • image-to-video 属于图像处理类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Image to Video Animation

Transform static images into captivating videos using each::sense. This skill animates still photos with natural motion, Ken Burns effects, cinemagraphs, and cinematic movements.

Features

  • Photo Animation: Bring still photos to life with realistic motion
  • Ken Burns Effect: Smooth pan and zoom movements for storytelling
  • Cinemagraph Creation: Subtle looping animations in specific areas
  • Product Showcases: Dynamic 360-degree style product presentations
  • Portrait Animation: Natural facial movements and expressions
  • Landscape Animation: Moving clouds, flowing water, swaying trees
  • Parallax 3D Effect: Depth-based motion for immersive visuals
  • Logo Animation: Animate static logos with brand-appropriate motion
  • Art Animation: Bring paintings and artwork to life
  • Social Media Motion: Eye-catching animated content for engagement

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this photo with subtle natural movement, make it feel alive"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/photo.jpg"],
    "mode": "max"
  }'

Use Case Examples

1. Animate Still Photo

Transform a static photograph into a living moment with natural motion.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this photo with gentle, natural movement. Add subtle motion like hair moving slightly, clothes flowing, and ambient movement. Keep it realistic and cinematic, 5 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/portrait-photo.jpg"],
    "mode": "max"
  }'

2. Ken Burns Effect (Pan/Zoom)

Create documentary-style pan and zoom movements for storytelling.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Apply Ken Burns effect to this image. Start zoomed out showing the full scene, then slowly zoom into the main subject in the center. Smooth, cinematic movement over 8 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/landscape-scene.jpg"],
    "mode": "max"
  }'

3. Cinemagraph Creation

Create mesmerizing looping animations with isolated motion.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a cinemagraph from this coffee shop image. Keep the person still but animate only the steam rising from the coffee cup. Create a seamless loop, 3 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/coffee-shop.jpg"],
    "mode": "max"
  }'

4. Product Showcase Animation

Create dynamic product presentations with rotating or revealing motion.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this product photo into a showcase video. Add subtle camera orbit movement around the product, dramatic lighting transitions, and a premium feel. 6 seconds, perfect for e-commerce."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/product-watch.jpg"],
    "mode": "max"
  }'

5. Portrait Animation (Subtle Movement)

Add natural, subtle movements to portrait photos.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this portrait with very subtle, natural movement. Add gentle breathing motion, slight eye movement, and micro-expressions. Keep it realistic and not exaggerated - like a living photograph. 4 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/headshot.jpg"],
    "mode": "max"
  }'

6. Landscape Animation (Clouds, Water)

Bring nature scenes to life with environmental motion.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this landscape photo. Make the clouds drift slowly across the sky, add gentle ripples to the lake water, and subtle movement in the trees from a light breeze. Peaceful, serene mood. 10 seconds loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/mountain-lake.jpg"],
    "mode": "max"
  }'

7. Parallax 3D Effect Video

Create depth-based motion for an immersive 3D feel.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 3D parallax effect video from this image. Separate the foreground, midground, and background layers and move them at different speeds to create depth. Subtle camera drift that reveals the 3D space. 5 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/street-scene.jpg"],
    "mode": "max"
  }'

8. Logo Animation from Static

Transform a static logo into an animated intro.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this logo for a video intro. Create a smooth reveal animation - the logo assembles or fades in with elegant motion. Add subtle shine or glow effect. Professional and modern style. 3 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/company-logo.png"],
    "mode": "max"
  }'

9. Art Animation (Paintings Come Alive)

Bring artwork and paintings to life with artistic motion.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this painting and bring it to life. Add flowing motion to the water in the scene, make the figures move subtly, and add atmospheric effects like floating particles or shifting light. Maintain the painterly style. 8 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/oil-painting.jpg"],
    "mode": "max"
  }'

10. Social Media Motion Graphic

Create scroll-stopping animated content for social media.

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Turn this static social media graphic into an eye-catching animated post. Add dynamic motion to the elements - pulsing, floating, or sliding effects. Make it loop seamlessly for Instagram. High energy, attention-grabbing. 3 seconds loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/social-graphic.png"],
    "mode": "max"
  }'

Mode Selection

ModeBest ForSpeedQuality
maxFinal videos, client deliverables, high-quality animationsSlowerHighest
ecoQuick previews, concept testing, bulk processingFasterGood

Multi-Turn Creative Iteration

Use session_id to iterate on your animations:

# Initial animation
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Animate this beach photo with waves and palm trees moving"}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/beach.jpg"],
    "session_id": "beach-animation-001"
  }'

# Iterate based on feedback
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Make the waves more dramatic and add some birds flying in the sky"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "beach-animation-001"
  }'

# Request a variation
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a sunset version with golden hour lighting"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "beach-animation-001"
  }'

Animation Tips

For Natural Motion

  • Request specific types of movement (breathing, hair, clothes)
  • Specify the mood (calm, energetic, dramatic)
  • Keep durations reasonable (3-10 seconds for most cases)

For Cinemagraphs

  • Identify the specific element that should move
  • Request seamless looping
  • Keep the moving area small and isolated

For Ken Burns

  • Specify start and end framing
  • Indicate zoom direction (in/out) and pan direction
  • Use longer durations for smoother movement

For Product Shots

  • Request orbiting or rotating camera movements
  • Ask for lighting enhancements
  • Specify the platform (e-commerce, social media, ads)

Prompt Tips

When creating animations, include these details:

  1. Motion Type: What kind of movement (subtle, dramatic, flowing)
  2. Duration: How long the video should be (3-10 seconds typical)
  3. Looping: Whether it should loop seamlessly
  4. Focus Area: What elements should move vs. stay still
  5. Style: Cinematic, professional, playful, etc.
  6. Purpose: Social media, ads, website, presentation

Example Prompt Structure

"Animate this [image type] with [motion description].
[Specific elements to animate].
[Style/mood]. [Duration] seconds.
[Additional requirements like looping, aspect ratio]."

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Image not accessibleInvalid or private URLUse publicly accessible image URLs
TimeoutComplex animationSet client timeout to minimum 10 minutes
Content policy violationProhibited contentAdjust image or prompt to comply with policies

Client Timeout Requirements

Video generation can take several minutes depending on complexity and duration. Configure your HTTP client with:

  • Minimum timeout: 10 minutes (600 seconds)
  • Recommended: 15 minutes for longer videos

Related Skills

  • each-sense - Core API documentation and SSE event reference
  • meta-ad-creative-generation - Animated ads for Meta platforms
  • product-photo-generation - Source images for animation
  • video-generation - Text-to-video generation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.24%
按下载量换算442

Claude

29.53%
按下载量换算351

Cursor

17.35%
按下载量换算206

Gemini CLI

10.25%
按下载量换算122

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills