pixshop-cli

Pixshop CLI 命令行工具 — AI 图片/视频生成、编辑工具、应用市场、提示词库 / Pixshop CLI — command-line AI image/video generation, editing tools, apps, prompts. Use when user wants to generate images, create videos, edit photos, browse AI apps, or search prompts from terminal.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pixshop-cli" with this command: npx skills add pixshop-cli

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 图片编辑 & 视频创意平台

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Pixshop MCP — 28+ AI Creative Tools

Pixshop MCP 集成 — 28+ AI 图片视频创意工具,Claude 直接调用 / Pixshop MCP — 28+ AI creative tools for image & video generation, editing, effects in Claude. Use when user wa...

Registry SourceRecently Updated
0127
Profile unavailable
Coding

Pixshop Creative API — Developer REST Endpoints

Pixshop 开发者 REST API — 图片生成/编辑、视频制作、提示词库、应用市场、社区 / Pixshop Developer REST API — image generation/editing, video, prompts, apps, community endpoints. Use when...

Registry SourceRecently Updated
0132
Profile unavailable
Automation

AI Image

Full AI image creation workflow — intent classification, prompt enhancement, multi-direction generation via fal.ai, and error recovery. Triggers on "generate...

Registry SourceRecently Updated
0109
Profile unavailable