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

meliesmelies 命令行

Agent Skill

melies 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,012

周安装

321

GitHub Stars

1

下载量

2,594
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install melies

简介

AI电影制作命令行工具,支持图像视频海报生成与智能模型选择。

  • 适合需要快速生成影视素材、缩略图或视觉内容的创意开发场景。
  • 内置148名演员和98种风格,无需提示工程师即可输出多种媒体格式。
  • 安装命令:openclaw skills install melies,需确认权限范围。
  • 注意维护状态及是否涉及联网、文件读写或批量生成操作。

SKILL.md

name
melies
description
AI filmmaking CLI with 148 built-in actors, 98 visual styles, and smart model selection. Generate images, videos, posters, and thumbnails without prompt engineering. Text-to-image, text-to-video, image-to-video pipeline, upscaling, background removal. Use --actor, --art-style, --lighting, --mood flags instead of writing prompts.
version
2.0.0
user-invocable
false
allowed-tools
Bash(melies:*)
homepage
https://melies.co
metadata
openclaw
emoji
🎬
requires
env
config
bins
primaryEnv
MELIES_TOKEN
install
package
melies
bins
[melies]

Melies CLI

AI filmmaking from the command line. 148 AI actors, 98 visual styles, 50+ models. Generate images, videos, posters, and YouTube thumbnails without prompt engineering.

Install

npm install -g melies

Authentication

# Browser login (opens melies.co, authenticates automatically)
melies login

# Or use an API token directly (for CI/agents)
melies login --token YOUR_TOKEN

# Or set as environment variable
export MELIES_TOKEN=your_token

Generate an API token at melies.co > Settings > API.

Quick Start

# Generate an image with an AI actor, Ghibli style, and golden lighting
melies image "portrait in a café" --actor mei --art-style ghibli --lighting golden --sync

# Generate a movie poster with a preset style
melies poster "Neon Shadows" --style noir --actor james --sync

# Image → video pipeline in one command
melies pipeline "warrior on a cliff at sunset" --actor mei --best --sync

# Generate 4 YouTube thumbnails
melies thumbnail "shocked face reacting to AI news" --actor aria -n 4 --sync

# Preview cost before generating
melies image "sunset" --quality --actor hailey --dry-run

Smart Model Selection

No model names needed. Use quality presets:

FlagImage ModelVideo Model
(default / --fast)flux-schnell (2cr)kling-v2 (30cr)
--qualityflux-pro (8cr)kling-v3-pro (100cr)
--bestseedream-3 (6cr)veo-3.1 (400cr)
-m <id>exact modelexact model

-m overrides quality presets. Use melies models to list all available models.

Visual Style Flags

Add these flags to any image, video, thumbnail, or pipeline command:

FlagExample Values
--cameraeye-level, high, low, overhead, dutch, ots, profile, three-quarter
--shotecu, close-up, medium, cowboy, full-body, wide, tighter, wider
--expressionsmile, laugh, serious, surprised, villain-smirk, seductive, horrified
--lightingsoft, golden, noir, rembrandt, backlit, neon, candle, hard
--timedawn, sunrise, golden, dusk, night, morning, midday
--weatherclear, fog, rain, storm, snow, overcast, mist
--color-gradenatural, teal-orange, mono, warm, cool, filmic, sepia
--moodromantic, mysterious, tense, ethereal, gritty, epic, nostalgic
--art-stylefilm-still, blockbuster, noir, anime, ghibli, shinkai, oil, watercolor, concept
--eravictorian, 1920s, 1980s, modern, dystopian, medieval

Multiple flags combine. Example:

melies image "woman in a café" --lighting golden --mood romantic --art-style ghibli --sync

Commands

melies image \<prompt\>

Generate images from text.

melies image "sunset over mountains" --quality --sync
melies image "portrait" --actor mei --lighting golden --sync
melies image "cyberpunk city" --art-style neo-noir --mood gritty -n 4 --sync
melies image "product photo" -a 1:1 --best --sync --output photo.webp

Options:

  • -m, --model Model override (use quality presets instead)
  • -a, --aspectRatio 1:1, 16:9, 9:16, 4:3, 3:4 (default: 1:1)
  • -n, --numOutputs 1-4 images (default: 1)
  • -r, --resolution Output resolution (model-dependent)
  • -i, --imageUrl Reference image for img2img
  • --ref Reference ID for custom characters (see melies ref)
  • --actor Built-in AI actor name (see melies actors)
  • --sref Style reference code (see melies styles)
  • --fast / --quality / --best Quality presets
  • --camera, --shot, --expression, --lighting, --time, --weather, --color-grade, --mood, --art-style, --era Visual style flags
  • --seed Reproducible generation
  • --dry-run Preview prompt, model, and cost without generating
  • -o, --output Save file to path (use with --sync)
  • -s, --sync Wait for completion

melies video \<prompt\>

Generate videos from text or images.

melies video "drone shot over forest" --quality --sync
melies video "walking down the street" --actor mei --camera low --sync
melies video "zoom into product" -i https://example.com/product.jpg --sync

Options: Same as image plus:

  • -d, --duration Video duration in seconds
  • Default aspect ratio is 16:9
  • Sync timeout is 5 minutes

melies poster \<title\>

Generate movie posters with style presets.

melies poster "Neon Shadows" --style noir --sync
melies poster "The Last Garden" --style anime --genre drama --actor mei --sync
melies poster "Blood Moon" -l "A detective hunts a killer" -g horror --quality --sync

Options:

  • -l, --logline Short synopsis
  • -g, --genre Genre (horror, sci-fi, comedy, drama, etc.)
  • --style Poster preset: cinematic, anime, retro, film-noir, minimalist, horror, sci-fi, watercolor, comic-book, art-deco, grindhouse, bollywood, western, pixel-art, surrealist, documentary, cartoon, epic-fantasy, indie-film, neon-noir
  • --actor AI actor name
  • --fast / --quality / --best Quality presets
  • --seed, --dry-run, --output, --sync

melies thumbnail \<prompt\>

Generate YouTube thumbnails (forced 16:9, optimized for click-through).

melies thumbnail "shocked face reacting to AI news" --actor aria -n 4 --sync
melies thumbnail "cooking tutorial intro" --actor sofia --expression smile --quality --sync

Options: Same as image. Aspect ratio is always 16:9. Default expression is smile, default lighting is soft.

melies pipeline \<prompt\>

Generate an image then animate it into a video. One command, both steps.

melies pipeline "warrior on a cliff at sunset" --actor mei --art-style concept --best --sync
melies pipeline "serene lake at dawn" --mood ethereal --lighting golden --sync

Options:

  • --im Image model override
  • --vm Video model override
  • -a, --aspectRatio Ratio for both steps (default: 16:9)
  • -d, --duration Video duration
  • All style flags, --actor, quality presets, --dry-run, --output
  • Sync defaults to true

Returns { imageUrl, videoUrl }.

melies upscale \<imageUrl\>

Upscale an image to higher resolution.

melies upscale "https://..." --model esrgan --scale 2 --sync
melies upscale "https://..." --model clarity --scale 4 --sync

Models: esrgan (3cr), clarity (8cr), seedvr2 (5cr). Scale 4x costs double.

melies remove-bg \<imageUrl\>

Remove background from an image. Returns transparent PNG.

melies remove-bg "https://..." --sync

Cost: 3 credits.

melies actors

Browse 148 built-in AI actors.

melies actors                              # List all actors
melies actors --type influencer            # Filter by type
melies actors --gender female --age 20s    # Filter by gender and age
melies actors search "asian"               # Search by name/tags
melies actors search "male 30s"            # Multi-word search

melies styles

Browse and search style references (sref codes).

melies styles search "cyberpunk"           # Search by keyword
melies styles top                          # Popular keywords
melies styles info 1234567                 # Details for a code

melies credits

Check credit balance and usage.

melies credits
melies credits -g day

melies models

List available AI models.

melies models                    # All models
melies models -t image           # Image models only
melies models -t video           # Video models only

melies status \<assetId\>

Check generation job status.

melies status 6502a3b1f2e4a123456789ab

melies assets

List recent generated assets.

melies assets
melies assets -l 50 -t text_to_image

melies ref

Manage custom AI actor/object references.

melies ref list
melies ref create "John" -i https://example.com/john.jpg
melies ref delete <id>

Common Patterns

YouTube Thumbnail Pipeline with AI Actors

melies thumbnail "shocked face reacting to AI news" \
  --actor aria --expression surprised -n 4 --sync

Consistent Character Across Media

# Same actor in different scenes
melies image "Mei in a coffee shop" --actor mei --lighting soft --sync
melies image "Mei on a mountain" --actor mei --mood epic --sync
melies video "Mei walks toward camera" --actor mei --camera low --sync

Image → Video Pipeline

melies pipeline "a warrior on a cliff at sunset" \
  --actor mei --art-style concept --lighting golden \
  --best --sync

Movie Poster Batch

melies poster "Neon Requiem" --style neon-noir --sync
melies poster "Whispers in the Dark" --style horror -l "A blind woman hears the dead" --sync
melies poster "Starbound" --style sci-fi -l "Humanity's last colony ship" --sync

Dry Run Before Expensive Generation

# Preview everything without spending credits
melies pipeline "epic battle scene" --actor james --best --dry-run

Budget-Aware Generation

CREDITS=$(melies credits | jq '.credits')
if [ "$CREDITS" -gt 100 ]; then
  melies video "Epic aerial shot" --best --sync
else
  melies image "Epic aerial shot" --fast --sync
fi

Credit Costs

CommandCost
Image (--fast)2 credits
Image (--quality)8 credits
Image (--best)6 credits
Video (--fast)30 credits
Video (--quality)100 credits
Video (--best)400 credits
Upscale (esrgan, 2x)3 credits
Upscale (clarity, 2x)8 credits
Remove background3 credits
Pipelineimage + video cost combined

Gotchas

  1. Generation is async by default. Use --sync to wait for results.
  2. Video generation takes time. 30s to 3min depending on model. --sync waits up to 5 min.
  3. Credits are deducted upfront. Refunded automatically on failure.
  4. Actor names are case-insensitive. --actor Mei and --actor mei both work.
  5. Style flags combine. --lighting golden --mood romantic --art-style ghibli all apply to one generation.
  6. Pipeline defaults to sync. It needs to wait for the image before generating the video.
  7. --dry-run shows the full prompt. Useful for debugging what modifiers get applied.
  8. Poster --style is separate from --art-style. Poster styles are preset poster designs. Art styles are visual rendering options.
  9. Token expiry. If you get 401 errors, run melies login again.
  10. Rate limits. Max 1000 requests per 15 minutes.

Environment Variables

VariableDescription
MELIES_TOKENJWT auth token (overrides stored config)
MELIES_API_URLAPI base URL (default: https://melies.co/api)

Quick Reference

melies image "prompt" --actor <name> --art-style <style> --quality --sync
melies video "prompt" --actor <name> --lighting <light> --best --sync
melies poster "title" --style <preset> -g <genre> --sync
melies thumbnail "prompt" --actor <name> -n 4 --sync
melies pipeline "prompt" --actor <name> --best --sync
melies upscale <url> --scale 2 --sync
melies remove-bg <url> --sync
melies actors search "query"
melies styles search "keyword"
melies credits
melies models

Links

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

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

平台分布

OpenClaw

70.67%
按下载量换算1,833

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills