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

pixcli-skill像素技巧

Agent Skill

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

总安装

2,540

周安装

108

GitHub Stars

公开资料未说明

下载量

890
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install pixcli-skill

简介

pixcli-skill 是创意 AI 代理的多媒体内容生成工具集。

  • 支持图像、旁白、音乐与视频合成,最终打包为 Remotion 项目。
  • 适用于快速原型开发与交互式内容展示。pixcli-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 依赖外部模型服务,网络延迟可能影响响应速度。
  • 建议离线缓存常用资源以减少重复请求开销。

SKILL.md

name
pixcli
version
2.2.0
description
Creative toolkit for AI agents — generate images, videos, voiceover,
allowed-tools
Bash(pixcli *), Bash(npx pixcli *), Bash(npx remotion *),
argument-hint
<command> [options]
metadata
openclaw
emoji
🎨
primaryEnv
PIXCLI_API_KEY
providerEnv
requires
env
anyBins
homepage
https://pixcli.shellbot.sh
tags

pixcli

Creative toolkit for AI agents. Generate images, videos, voiceover, music, and sound effects — then assemble polished output via Remotion.

Philosophy: The CLI handles complexity (task classification, prompt enrichment, model selection). You just describe what you want.

Setup

1. Install the CLI

npm install -g pixcli

Or use without installing:

npx pixcli image "a red fox in a forest"

2. Authenticate

export PIXCLI_API_KEY="px_live_..."

Get your API key at https://pixcli.shellbot.sh. The key covers all capabilities: images, video, voice, music, and sound effects.

3. Verify

pixcli --version
pixcli image "test: a simple blue circle on white background" -o test.png

Commands

pixcli image <prompt> — Generate images

pixcli image "Studio product shot of wireless earbuds, soft lighting, white background"
OptionDefaultDescription
-r, --ratio <ratio>1:1Aspect ratio: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
-q, --quality <level>standardQuality: draft, standard, high
-t, --transparentfalseTransparent background (PNG)
-n, --count <number>1Number of images (1-4)
--from <path-or-url>Source image for image-to-image or reference generation (repeatable, up to 5: --from a.png --from b.png)
--searchfalseEnable Google Search grounding for real-world accuracy (logos, brands, current events). Only with Nano Banana models
-m, --model <model>autoSpecific model ID
-o, --output <path>autoOutput file or directory
--jsonfalseMachine-readable JSON output
--no-enrichSkip prompt enrichment

Models: flux-pro, flux-dev, seedream-v5, nano-banana-pro, nano-banana-2, imagen-4, imagen-4-fast, gpt-image-1

pixcli edit <prompt> — Edit images

pixcli edit "Remove the background" -i product.jpg -o product-nobg.png
OptionDefaultDescription
-i, --image <path-or-url>requiredSource image (repeatable: -i a.png -i b.png)
-q, --quality <level>standardQuality: draft, standard, high
-m, --model <model>autoSpecific model ID
-o, --output <path>autoOutput file or directory
--jsonfalseMachine-readable JSON output
--no-enrichSkip prompt enrichment

Models: seedream-v5-edit, phota-enhance, rembg, recraft-upscale, aura-sr

pixcli video <prompt> — Generate video

# Image-to-video (recommended: generate still first, then animate)
pixcli video "Slow camera orbit around the product" --from product.png -o reveal.mp4

# Text-to-video (generates image automatically, then animates)
pixcli video "A cat walking through a garden at sunset" -o cat.mp4

# Extend an existing video
pixcli video "The cat jumps over a fence" --from cat.mp4 --extend -o cat-extended.mp4
OptionDefaultDescription
--from <path-or-url>Source image (I2V) or video (extend)
--to <path-or-url>End image — video transitions from --from to --to (Kling/PixVerse transition models)
--negative <prompt>Negative prompt describing what to avoid
--audiofalseEnable native audio generation (BGM, SFX, dialogue) on supported models
-d, --duration <seconds>5Duration: 1-15 seconds
-r, --ratio <ratio>16:9Aspect ratio: 16:9, 9:16, 1:1, 4:3, 3:4
-q, --quality <level>standardQuality: draft, standard, high
-m, --model <model>autoSpecific model ID
-o, --output <path>autoOutput file (.mp4)
--jsonfalseMachine-readable JSON output
--extendfalseExtend the source video instead of I2V

Models: kling-v3-pro-i2v (cinematic, best quality), veo3-i2v (Google, native audio), wan-v2-i2v (cheap, good motion), minimax-i2v (fast), ltx-t2v (text-to-video, cheap), veo3-t2v (text-to-video, premium), grok-extend-video (extend), pixverse-v6-i2v (I2V with audio, multi-clip, styles, $0.075/sec), pixverse-v6-t2v (T2V with audio, multi-clip, styles), pixverse-v6-transition (start-to-end frame transition), pixverse-v6-extend (video extension with audio)

Opinionated approach: Always generate a still first with pixcli image, review it, then animate with pixcli video --from. This gives you control over the starting frame.

pixcli voice <text> — Text-to-speech

pixcli voice "Welcome to the future of productivity." -o voiceover.mp3
pixcli voice "Bienvenidos al futuro." --voice Sarah --language spa -o vo-spanish.mp3
OptionDefaultDescription
--voice <name>RachelVoice preset: Rachel, Aria, Roger, Sarah, Laura, Charlie, George, Callum, River, Liam, Charlotte, Alice, Matilda, Will, Jessica, Eric, Chris, Brian, Daniel, Lily, Bill
--language <code>autoISO 639-1 language code (eng, spa, fra, deu, jpn, etc.)
-o, --output <path>autoOutput file (.mp3)
--jsonfalseMachine-readable JSON output

pixcli music <prompt> — Generate music

pixcli music "Subtle ambient electronic, minimal beats, corporate technology feel" -d 45 -o bg-music.mp3
OptionDefaultDescription
-d, --duration <seconds>30Duration: 3-120 seconds
-o, --output <path>autoOutput file (.mp3)
--jsonfalseMachine-readable JSON output

pixcli sfx <prompt> — Generate sound effects

pixcli sfx "Smooth cinematic whoosh transition" -d 1.5 -o whoosh.mp3
pixcli sfx "Soft digital click, subtle UI interaction" -d 0.5 -o click.mp3
OptionDefaultDescription
-d, --duration <seconds>5Duration: 0.5-22 seconds
-o, --output <path>autoOutput file (.mp3)
--jsonfalseMachine-readable JSON output

pixcli job <id> — Check job status and download results

# Check status of a job
pixcli job abc123

# Wait for completion and download
pixcli job abc123 --wait -o output.mp4
OptionDefaultDescription
--waitfalseWait for the job to complete before returning
-o, --output <path>autoOutput file path for downloaded result
--jsonfalseMachine-readable JSON output

Use case: Recover timed-out jobs. Video generation can take 5-8 minutes — if the CLI times out, it prints the job ID and a recovery command. Run pixcli job <id> --wait to pick up where you left off.

Global options

OptionDescription
--key <api_key>Override PIXCLI_API_KEY env var
--api-url <url>Override API URL (default: https://pixcli.shellbot.sh)
--versionShow CLI version
--helpShow help

Read references/command-reference.md for the full parameter reference.


Opinionated creative workflow

The full production pipeline

  1. Generate scene stills with pixcli image — use -n 4 for variations, pick the best. Use --search for real-world accuracy (correct logos, current brands). Use --from with multiple images to blend references
  2. Edit heroes with pixcli edit — upscale, remove backgrounds, enhance
  3. Animate 2-3 hero stills with pixcli video --from — cinematic motion for key moments
  4. Generate voiceover with pixcli voice — one file per scene
  5. Generate background music with pixcli music — one track for the full composition
  6. Generate sound effects with pixcli sfx — transition whooshes, UI sounds (use sparingly)
  7. Assemble everything in Remotion — timing, text, transitions, branding, audio mix
  8. Render final video with npx remotion render

When to use AI video vs Remotion

Use pixcli video for:

  • Hero moments: product reveals, cinematic openings, emotional beats (3-8s clips)
  • Organic motion that's hard to code: water, fire, fabric, hair, camera orbits
  • Image-to-video: animate a still into a living scene
  • Transition inserts: short clips between Remotion scenes

Use Remotion for:

  • Text animations, captions, kinetic typography
  • Precise timing synced to voiceover
  • Brand overlays, logos, consistent color grading
  • Data visualizations, metric counters, charts
  • Scene transitions (cuts, wipes, dissolves — deterministic)
  • Final assembly: compositing AI video clips + stills + audio + text

The ideal combined workflow:

  1. Generate scene stills with pixcli image (consistency via shared style prompts)
  2. Animate 2-3 hero stills with pixcli video --from (cinematic motion)
  3. Generate voiceover + music + SFX
  4. Assemble everything in Remotion (timing, text, transitions, audio mix)

Audio layering strategy

  • Voiceover at volume 1.0 — clear, intelligible, primary channel
  • Music at 0.15-0.25 — duck under voiceover, never compete
  • SFX sparse and purposeful — only when they reinforce movement
  • Avoid dense music during problem framing

Quality tiers

  • draft — Fast iteration, concepting, throwaway tests
  • standard — Good for most production work (default)
  • high — Hero shots, final delivery assets

ffmpeg local editing

Use ffmpeg for quick video/audio edits without a full Remotion project. These run locally — no API calls needed.

Video operations

# Trim video (extract 5 seconds starting at 2s)
ffmpeg -i input.mp4 -ss 00:00:02 -to 00:00:07 -c copy trimmed.mp4

# Split video at a timestamp
ffmpeg -i input.mp4 -t 5 -c copy first-half.mp4
ffmpeg -i input.mp4 -ss 5 -c copy second-half.mp4

# Merge videos (create filelist.txt first)
echo "file 'clip1.mp4'" > filelist.txt
echo "file 'clip2.mp4'" >> filelist.txt
ffmpeg -f concat -safe 0 -i filelist.txt -c copy merged.mp4

# Scale video to 1080p
ffmpeg -i input.mp4 -vf "scale=1920:1080" -c:a copy scaled.mp4

Audio operations

# Add audio track to video
ffmpeg -i video.mp4 -i music.mp3 -c:v copy -c:a aac -shortest output.mp4

# Replace audio track
ffmpeg -i video.mp4 -i new-audio.mp3 -c:v copy -c:a aac -map 0:v -map 1:a output.mp4

# Mix voiceover + music (music ducked to 20%)
ffmpeg -i voiceover.mp3 -i music.mp3 -filter_complex "[1:a]volume=0.2[music];[0:a][music]amix=inputs=2:duration=longest" mixed.mp3

# Extract audio from video
ffmpeg -i video.mp4 -vn -acodec copy audio.aac

# Get media info
ffprobe -v quiet -print_format json -show_streams input.mp4

Remotion video production

Remotion is the source of truth for timing, layout, animation, and render. Use pixcli to generate the visual and audio assets, then assemble everything in Remotion.

Bootstrapping a Remotion project

cp -r assets/templates/cinematic-product-16x9 ./my-video
cd ./my-video && npm install
npx remotion studio     # Preview
npx remotion render src/index.ts MainComposition out/video.mp4  # Render

Templates

TemplateBest forAspect
aida-classic-16x9Product marketing (AIDA framework)1920x1080
cinematic-product-16x9Premium product launches1920x1080
saas-metrics-16x9B2B SaaS, dashboard metrics1920x1080
mobile-ugc-9x16Reels, TikTok, Stories1080x1920
blank-16x9Custom projects1920x1080
explainer-16x9How-it-works, tutorials1920x1080

Integrating AI video clips in Remotion

Use OffthreadVideo for AI-generated clips inside Remotion compositions:

import { OffthreadVideo, Sequence, Audio, Img, staticFile } from "remotion";

// AI video clip as a hero moment
<Sequence from={0} durationInFrames={150}>
  <OffthreadVideo src={staticFile("assets/hero-reveal.mp4")} />
</Sequence>

// AI-generated still as background
<Sequence from={150} durationInFrames={120}>
  <Img src={staticFile("assets/scene-solution.png")} style={{ width: "100%", height: "100%" }} />
</Sequence>

// Voiceover + music
<Audio src={staticFile("audio/voiceover.mp3")} volume={1} />
<Audio src={staticFile("audio/music.mp3")} volume={0.2} />

Remotion principles

  • Keep all Remotion packages on the same pinned version
  • Transitions: 8-18 frames, purposeful (not decorative)
  • Load fonts explicitly with @remotion/google-fonts
  • Always run npm run verify before npm run render
  • Load reference rules from references/remotion-rules/ as needed

Read references/remotion-playbook.md for detailed Remotion implementation guidance.


Output convention

  • pixcli downloads generated files to the current directory (or path specified with -o)
  • Use --json for machine-readable output (pipe to jq or parse in scripts)
  • All operations are synchronous from the CLI perspective (the CLI handles async polling internally)
  • Video jobs may take 1-8 minutes (the CLI shows progress). If a job times out, use pixcli job <id> --wait to recover

References

Creative guidance

  • references/command-reference.md — Full parameter docs for all pixcli commands
  • references/creative-guidelines.md — Quality standards for productions
  • references/prompt-cookbook.md — Proven prompt patterns for every task
  • references/workflow-recipes.md — End-to-end recipe examples
  • references/ancillary-assets.md — Asset generation strategy for Remotion scenes

Remotion

  • references/remotion-playbook.md — Remotion implementation guide
  • references/template-showcase.md — Template selector guide
  • references/remotion-rules-index.md — Index of 30+ Remotion rule files
  • references/remotion-rules/ — Detailed rules (animations, audio, text, transitions, etc.)

Templates

  • assets/templates/aida-classic-16x9/
  • assets/templates/cinematic-product-16x9/
  • assets/templates/saas-metrics-16x9/
  • assets/templates/mobile-ugc-9x16/
  • assets/templates/blank-16x9/
  • assets/templates/explainer-16x9/

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.12%
按下载量换算731

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills