Pixshop CLI — AI Image & Video Generation

v1.0.0

Pixshop CLI 命令行工具 — AI 图片/视频生成、编辑工具、应用市场、提示词库 / Pixshop CLI — command-line AI image/video generation, editing tools, apps, prompts. Use when user wants to ge...

0· 359·2 current·2 all-time
byKLeo@lizhijun

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lizhijun/pixshop-cli.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pixshop CLI — AI Image & Video Generation" (lizhijun/pixshop-cli) from ClawHub.
Skill page: https://clawhub.ai/lizhijun/pixshop-cli
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install lizhijun/pixshop-cli

ClawHub CLI

Package manager switcher

npx clawhub@latest install pixshop-cli
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe a Pixshop CLI for image/video generation and editing, and the SKILL.md only references installing and using the pixshop CLI, image file paths, and Pixshop web endpoints — all consistent with the stated purpose.
Instruction Scope
Instructions are focused on installing the CLI (npm install -g pixshop), using commands, and authenticating via browser OAuth. They reference input image file paths and a local config (~/.pixshop-config.json) which is expected. The docs also expose an --api-url option that could point the CLI at arbitrary endpoints — useful for advanced use but potentially a vector for misconfiguration or data exfil if set to an attacker-controlled server.
Install Mechanism
The skill bundle contains no install spec (instruction-only), but the runtime instructions tell users to run `npm install -g pixshop`. Installing an npm package is a normal way to get a CLI but does execute third-party code from the npm registry — users should validate the package and publisher before installing.
Credentials
The skill requests no environment variables or external credentials in the bundle. It does rely on browser OAuth and stores credentials in ~/.pixshop-config.json, which is reasonable for a CLI but means tokens/credentials live on the filesystem.
Persistence & Privilege
The skill is not always-enabled and does not request elevated system privileges. The only persistent artifact described is the CLI's config file in the user's home directory and any global npm-installed binary, which is standard for a CLI tool.
Assessment
This skill appears coherent with its stated purpose, but before installing or using it: 1) Verify the npm package and its publisher (e.g., run `npm view pixshop` / check the package page and GitHub repo) because `npm install -g pixshop` will run third‑party code on your machine. 2) Be aware that login is via browser OAuth and credentials are stored in ~/.pixshop-config.json — review that file and protect it. 3) Uploaded images, prompts, and face-swap operations will be sent to Pixshop servers; avoid sending sensitive personal data or private images you don't want uploaded. 4) Do not set --api-url to untrusted endpoints (it could redirect where your images/credentials are sent). 5) Review Pixshop's privacy/terms and test with non-sensitive sample data first.

Like a lobster shell, security has layers — review code before you run it.

aivk974pemp7k42w0kcp2rthfae1s82gfdmclivk974pemp7k42w0kcp2rthfae1s82gfdmcreativevk974pemp7k42w0kcp2rthfae1s82gfdmimage-generationvk974pemp7k42w0kcp2rthfae1s82gfdmlatestvk974pemp7k42w0kcp2rthfae1s82gfdmphoto-editingvk974pemp7k42w0kcp2rthfae1s82gfdmvideovk974pemp7k42w0kcp2rthfae1s82gfdm
359downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Pixshop CLI — 命令行 AI 创意工具 / Command-Line AI Creative Tools

Pixshop (pixshop.app) — AI 图片编辑 & 视频创意平台

通过命令行使用 Pixshop 的全部 AI 创意能力。支持图片生成(15+ 模型)、视频制作、图片编辑工具(7 种)、48+ AI 应用、提示词库搜索。适合自动化工作流和批量处理。

Setup / 配置

# 安装
npm install -g pixshop

# 登录(浏览器 OAuth)
pixshop login

# 验证
pixshop whoami
pixshop credits

命令列表 (10 Commands)

1. pixshop generate — AI 图片生成

从文本提示词生成高质量图片,支持 15+ 模型。

参数:

参数类型必需说明
--prompt, -pstring图片描述
--model, -mstring模型:nano-banana (默认), flux-2, seedream, higgsfield-soul, gpt-image-15, z-image, kling-o1-image, wan-22-image, reve, topaz, qwen-image, gemini-3.1-flash-image, seedream-4.5 等
--aspect-ratiostring比例:1:1, 16:9, 9:16, 4:3, 3:4
--ref-imagepath参考图片文件路径
--countnumber生成数量 1-4,默认 1
--app-idstring使用特定 Nano Banana App
--output, -opath保存路径

示例:

pixshop generate -p "sunset over mountains" -o sunset.png
pixshop generate -p "portrait in anime style" --model nano-banana --aspect-ratio 9:16
pixshop generate -p "enhance this" --ref-image photo.jpg -o enhanced.png
pixshop generate -p "cute cat" --count 4 -o cats/

2. pixshop video — AI 视频生成

从文本或图片生成视频。

参数:

参数类型必需说明
--prompt, -pstring视频描述
--image, -ipath源图片(图生视频)
--model, -mstring模型:seedance-1.5-pro, grok-imagine-video
--resolutionstring分辨率:720p, 1080p, 2k, 4k
--aspect-ratiostring比例:16:9, 9:16
--output, -opath保存路径

示例:

pixshop video -p "a cat walking gracefully" -o cat.mp4
pixshop video -i photo.jpg -p "add gentle motion" -o animated.mp4

3. pixshop tools — AI 图片/视频编辑工具

7 种专业 AI 编辑工具。

子命令:

工具说明示例
face-swap人脸替换pixshop tools face-swap -i face.jpg --image2 target.jpg
upscale超分辨率放大pixshop tools upscale -i photo.jpg -o photo-hd.jpg
try-on虚拟试穿pixshop tools try-on -i person.jpg -p "red dress"
aice-psAI 修图pixshop tools aice-ps -i photo.jpg -p "make brighter"
fashion时尚大片pixshop tools fashion -i model.jpg -p "editorial shoot"
makeup化妆模拟pixshop tools makeup -i face.jpg -p "smoky eyes"
motion运动控制pixshop tools motion -i photo.jpg -p "zoom in slowly"

通用参数:

参数类型必需说明
--image, -ipath输入图片
--image2path第二张图片(face-swap 用)
--prompt, -pstring编辑指令
--output, -opath输出路径

4. pixshop apps — Nano Banana AI 应用市场

浏览和使用 48+ 预设 AI 应用。

参数:

参数类型必需说明
--categorystring分类筛选
--searchstring搜索关键词
--listboolean列出所有应用

示例:

pixshop apps --list
pixshop apps --category generation
pixshop apps --search "avatar"

5. pixshop prompts — 提示词库

浏览和搜索高质量提示词。

参数:

参数类型必需说明
--search, -sstring搜索关键词
--tagsstring标签筛选
--categorystring分类筛选
--listboolean列出提示词

示例:

pixshop prompts -s "sunset" --tags landscape
pixshop prompts --category portrait --list

6. pixshop credits — 积分查询

查看当前积分余额和使用记录。

pixshop credits

7. pixshop discover — AI 工具目录

查看所有可用 AI 工具的完整目录。

pixshop discover

8. pixshop projects — Agent 项目管理

管理 Design Agent 画布项目。

pixshop projects

9. pixshop config — CLI 配置

管理 CLI 配置(API URL、认证信息等)。

pixshop config

10. pixshop login/logout/whoami — 认证管理

pixshop login     # 浏览器 OAuth 登录
pixshop logout    # 清除凭据
pixshop whoami    # 显示当前用户

全局选项

选项说明
--help, -h显示帮助
--version, -v显示版本
--jsonJSON 格式输出(方便脚本解析)
--api-url <url>自定义 API 地址
--no-color禁用彩色输出

典型工作流

批量图片生成

for style in "anime" "watercolor" "cyberpunk"; do
  pixshop generate -p "portrait of a girl, $style style" -o "girl-$style.png"
done

图片编辑流水线

pixshop generate → 生成图片 → pixshop tools upscale → 超分放大 → pixshop tools aice-ps → 精修

视频创作

pixshop generate -p "epic landscape"pixshop video -i landscape.png -p "cinematic zoom" → 完成

提示词驱动创作

pixshop prompts -s "cyberpunk" → 找到提示词 → pixshop generate -p "<prompt>" --model flux-2

注意事项

  • 需要登录:所有 AI 操作需先 pixshop login
  • 积分消耗:图片生成 2-3 credits,视频 6-12 credits,工具 1-3 credits
  • 输出格式:使用 --json 获取结构化 JSON 输出,方便脚本解析
  • 配置文件:存储在 ~/.pixshop-config.json
  • 支持格式:PNG, JPEG, WebP 输入,最大 20MB

在线体验


Powered by Pixshop — AI 图片编辑 & 视频创意平台

Comments

Loading comments...