Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Pixshop MCP — 28+ AI Creative Tools

v1.0.0

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

0· 357·0 current·0 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-mcp.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pixshop MCP — 28+ AI Creative Tools" (lizhijun/pixshop-mcp) from ClawHub.
Skill page: https://clawhub.ai/lizhijun/pixshop-mcp
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-mcp

ClawHub CLI

Package manager switcher

npx clawhub@latest install pixshop-mcp
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description claim a Pixshop MCP integration providing 28+ image/video tools, and the SKILL.md describes those tools and parameters. That aligns with the stated purpose. However, the doc repeatedly notes a Pixshop account and credits are required yet the skill declares no credentials or auth mechanism — it's unclear how the client will authenticate to pixshop.app.
Instruction Scope
The runtime instructions are limited: add an MCP server entry pointing to https://pixshop.app/api/mcp and restart the client. They do not instruct reading unrelated files or environment variables. Two items to note: (1) SKILL.md lists allowed-tools: Bash and Read, but contains no Bash commands or shell setup — a small inconsistency. (2) The instructions do not describe how user content (images, face-swap inputs) will be uploaded/handled or retained by the external service, which is important for privacy.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. This is lower risk because nothing is downloaded or written to disk by the skill itself.
!
Credentials
The skill declares no required environment variables or primary credentials even though it requires a Pixshop account to operate. The absence of any declared credential handling (API key, token, cookie/session handling) is an incoherence: either authentication is expected to be handled outside the skill (client/browser session) or the README omitted necessary details. This should be clarified before trusting the integration.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not request system-wide persistence or modify other skills' configs. No elevated or permanent privileges are requested.
What to consider before installing
This is an instruction-only integration that points your client at https://pixshop.app/api/mcp so the client can call Pixshop's image/video tools. Before installing: (1) Confirm how your client will authenticate to Pixshop (API key, OAuth, browser session); the skill does not declare or explain credentials. (2) Review Pixshop's privacy/terms — the service will receive any images you upload (face-swap, virtual try-on, ID-photo etc.), which may be sensitive. (3) Verify the endpoint URL is correct and from the official domain (pixshop.app). (4) Ask the skill author why 'Bash' is listed as an allowed tool even though no shell commands are provided. If you need the integration to run without sending images to an external service, do not install. If these questions are answered satisfactorily, the skill appears coherent with its stated purpose; otherwise proceed cautiously.

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

aivk97bf4yer8s270vpf2mjsm8z8n82g2pscreativevk97bf4yer8s270vpf2mjsm8z8n82g2pseffectsvk97bf4yer8s270vpf2mjsm8z8n82g2psimage-generationvk97bf4yer8s270vpf2mjsm8z8n82g2pslatestvk97bf4yer8s270vpf2mjsm8z8n82g2psmcpvk97bf4yer8s270vpf2mjsm8z8n82g2psphoto-editingvk97bf4yer8s270vpf2mjsm8z8n82g2psvideovk97bf4yer8s270vpf2mjsm8z8n82g2ps
357downloads
0stars
1versions
Updated 15h ago
v1.0.0
MIT-0

Pixshop MCP — AI 图片视频创意工具集 / AI Creative Tools

Pixshop (pixshop.app) — AI 图片编辑 & 视频创意平台,对标 Higgsfield.ai

将 Pixshop 的 28+ AI 创意技能作为 MCP 工具接入 Claude Desktop、Cursor 等客户端。一行配置即可获得图片生成、视频制作、人脸替换、虚拟试穿、风格转换等全部能力。

Setup / 配置

在 Claude Desktop 或 Cursor 的 MCP 配置中添加:

{
  "mcpServers": {
    "pixshop": {
      "url": "https://pixshop.app/api/mcp"
    }
  }
}

配置完成后重启客户端,即可通过自然语言调用所有工具。

需要 Pixshop 账号 + 积分(新用户注册赠送积分)。

工具列表 (28 Tools)

生成类 (Generation)

1. image-generate — 文本生成图片 (2 credits)

参数:

参数类型必需说明
promptstring图片描述,尽量详细具体
aspectRatiostring比例:1:1, 16:9, 9:16, 4:3, 3:4
qualitystring质量:standard, hd
modelstring模型:nano-banana, flux-2, seedream 等 15+ 模型

示例: image-generate({ prompt: "赛博朋克城市夜景,霓虹灯光,雨天", aspectRatio: "16:9" })

2. flux-generate — Flux 模型生成 (3 credits)

高质量图片生成,使用 Flux Pro 模型。

参数:

参数类型必需说明
promptstring图片描述
aspectRatiostring比例

编辑类 (Editing)

3. image-edit — 图片编辑 (1 credit)

参数:

参数类型必需说明
imageUrlstring源图片 URL
promptstring编辑指令
editTypestring编辑类型

4. background-remove — 背景移除/抠图 (1 credit)

参数类型必需说明
imageUrlstring源图片 URL

5. style-transfer — 风格转换 (2 credits)

参数类型必需说明
imageUrlstring源图片 URL
stylestring风格:anime, oil-painting, watercolor, sketch, cyberpunk, ghibli, pixel-art, minimalist
strengthnumber转换强度 0-1,默认 0.8

6. outpaint — 画面扩展 (3 credits)

参数类型必需说明
imageUrlstring源图片 URL
promptstring扩展区域描述
directionstring扩展方向

7. image-inpaint — 智能填充/擦除 (2 credits)

参数类型必需说明
imageUrlstring源图片 URL
maskUrlstring遮罩区域
promptstring填充内容描述

8. reference-guide — 参考图引导生成 (3 credits)

参数类型必需说明
imageUrlstring参考图片 URL
promptstring生成指令

9. image-fusion — 图片融合 (2 credits)

参数类型必需说明
imageUrlstring图片 A
imageUrl2string图片 B
promptstring融合说明

10. texture-transfer — 材质迁移 (2 credits)

参数类型必需说明
imageUrlstring源图片
textureUrlstring材质参考

11. age-transform — 年龄变换 (2 credits)

参数类型必需说明
imageUrlstring人像图片
targetAgestring目标年龄段

12. virtual-tryon — 虚拟试穿 (2 credits)

参数类型必需说明
imageUrlstring人物图片
garmentUrlstring服装图片

13. id-photo — 证件照生成 (2 credits)

参数类型必需说明
imageUrlstring人像图片
sizestring证件照尺寸预设
backgroundstring背景颜色

视频类 (Video)

14. video-generate — 图片转视频 (6 credits)

参数类型必需说明
imageUrlstring源图片 URL
promptstring运动描述
durationstring时长:5/10/15 秒
motionTypestring运动类型:zoom-in, zoom-out, pan-left, pan-right, orbit, static

增强类 (Enhancement)

15. image-upscale — 图片超分辨率 (3 credits)

参数类型必需说明
imageUrlstring源图片 URL
scalestring倍数:2x, 4x
enhanceDetailsboolean是否增强细节

特效类 (Effects)

16. inflate — 膨胀效果 (2 credits)

17. melt — 融化效果 (2 credits)

18. explode — 爆炸效果 (2 credits)

19. cakeify — 蛋糕化效果 (2 credits)

参数类型必需说明
imageUrlstring源图片 URL
promptstring效果描述

商业类 (Commercial)

20. product-placement — 产品植入 (3 credits)

参数类型必需说明
imageUrlstring产品图片
sceneUrlstring场景图片
promptstring植入说明

21. product-showcase — 产品展示图 (3 credits)

参数类型必需说明
imageUrlstring产品图片
stylestring展示风格

22. ecommerce-template — 电商模板 (2 credits)

参数类型必需说明
imageUrlstring产品图片
templatestring模板类型

提示词类 (Prompt) — 免费

23. prompt-search — 提示词搜索 (free)

参数类型必需说明
querystring搜索关键词
categoryMainstring主分类
limitnumber返回数量,默认 5

24. prompt-recommend — 提示词推荐 (free)

参数类型必需说明
descriptionstring需求描述
limitnumber推荐数量

Apps 类 (Nano Banana)

25. app-list — 应用列表 (free)

参数类型必需说明
searchstring搜索关键词
categorystring分类筛选
limitnumber返回数量

26. app-execute — 执行应用 (varies)

参数类型必需说明
appIdstring应用 ID
promptstring输入提示词
imageUrlstring参考图片

社交类 (Social) — 免费

27. post-publish — 发布作品 (free)

参数类型必需说明
imageUrlstring作品图片
titlestring标题
descriptionstring描述

28. remix-start — 开始 Remix (free)

参数类型必需说明
postIdstring原作品 ID
promptstring二创说明

MCP Resources

Resource URI类型说明
pixshop://llms.txttext/plain平台能力概述
pixshop://toolsapplication/json全部工具元数据

典型工作流

创意图片生成

prompt-search("赛博朋克") → 选择提示词 → image-generate(prompt, aspectRatio: "16:9")image-upscale(scale: "4x")post-publish()

电商产品图

background-remove(产品图)product-showcase(style: "minimalist")ecommerce-template(template: "hero")

人像创意

style-transfer(photo, style: "anime")age-transform(targetAge: "child")inflate() 膨胀特效

视频制作

image-generate(prompt)image-edit(调整)video-generate(duration: "10", motionType: "orbit")

注意事项

  • 积分系统:所有 AI 生成/编辑操作消耗积分(1-12 credits),免费搜索/浏览不消耗
  • 需要登录:使用 Pixshop 账号,新注册赠送积分
  • 图片格式:支持 PNG, JPEG, WebP,最大 20MB
  • 视频生成:消耗较高(6-12 credits),时长 5/10/15 秒
  • 多 Provider 降级:后端自动在 Gemini/Replicate/OpenRouter 间降级,确保高可用
  • 多语言:支持中/英/日/韩/西/德/法 7 种语言

在线体验


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

Comments

Loading comments...