Skip to content

weshopai/weshop-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weshop-skills

A workflow system combining Pexels for reference image/video collection and Weshop for AI-powered image and video generation.

Quick Start

Available Skills

Skill Description
pexels-fashion-designer/ Fashion boards, outfit concepts, editorial lookbooks, virtual try-on

1. Install weshop-cli

Clone and install from weshop-cli:

git clone https://github.com/weshopai/weshop-cli.git
cd weshop-cli
npm install

Or install via npm:

npm install -g weshop-cli

Get your API key at weshop.ai/apiKey, then:

export WESHOP_API_KEY=<your-key>
weshop --help

2. Use the Skill

Simply describe what you want in plain language — the skill handles everything:

/pexels-fashion-designer 给我生成一个狗狗在https://example.com/court.jpg 扣篮的图片

/pexels-fashion-designer 生成一张时尚模特在海滩穿红色连衣裙的图片

/pexels-fashion-designer 把这件衣服https://example.com/dress.jpg 穿在虚拟模特身上生成试穿图

The skill will:

  1. Download Pexels references or use your provided URLs directly
  2. Select appropriate Weshop tools
  3. Generate and present the final result

Pexels Search

Download images and videos from Pexels for reference material:

python3 pexels-search/search_pexels.py --query "sunset" --videos 5 --photos 3
python3 pexels-search/search_pexels.py --query "nature" --videos 10 --orientation landscape --output ./downloads

API key priority: CLI arg --api-key > env PEXELS_API_KEY

See CLAUDE.md for detailed documentation.

Project Structure

├── pexels-search/                          # Pexels API utility
│   ├── search_pexels.py                    # CLI entrypoint
│   └── pexels_search.py                    # Reusable module
├── skills/                                 # Skill definitions
│   └── pexels-fashion-designer/
│       ├── SKILL.md                        # Skill definition
│       └── scripts/collect_pexels_refs.py   # Shared helper
├── outputs/                                # Downloaded and generated files
├── docs/                                   # Tool documentation (weshop-tools.md)
├── CLAUDE.md                               # Claude Code instructions
└── README.md                               # This file

Weshop Commands

For full tool list, see docs/weshop-tools.md or run weshop --help.

Fashion & Model

Tool Description
virtualtryon Virtual try-on — dress generated models with your garments
aimodel Fashion model photos — replace models/scenes while keeping outfits
ai-photoshoot AI photoshoot — combine portrait + scene for professional shots
ai-pose Change human poses while keeping clothing
outfit-generator Redesign entire outfits from text prompts
ai-clothes-changer Put one person's clothes on another
flat-lay Create professional flat-lay product images
ai-ghost-mannequin Create ghost mannequin effect from clothing photos

Image Generation

Tool Description
seedream Edit or generate images with natural language
midjourney High-quality images with v6.1, v7 or Niji 6
kling Create cinematic videos from images
gpt-image High-quality images and product visuals
z-image High-quality images from text (Alibaba)
grok-imagine High-resolution images via xAI Aurora

AI Video

Tool Description
kling Cinematic video from text and images
sora-2 Cinematic video with realistic physics (OpenAI)
wan-ai AI video from text and images
seedance Cinematic AI video (ByteDance)
hailuo-ai Cinematic AI video (MiniMax)
veo-3 Cinematic video from text/images (Google)
grok-imagine-video Cinematic video with native audio (xAI)

Image Editing

Tool Description
removebg Remove or replace background
expandimage Expand canvas with AI-filled content
image-mixer Naturally blend two photos into one
ai-translate Translate text in images while preserving design
image-to-sketch Convert photos to pencil sketches

Face & Filter

Tool Description
face-forge Face morphing and swapping
ai-face-merge Merge two faces into one portrait
ai-hair-color-changer Change hair color
bangs-filter Add natural bangs
skin-color-changer Change skin tone
ai-aging See how someone would look older
gender-swap Transform to opposite gender

Anime & Art Style

Tool Description
anime-image-converter Convert any photo to anime art
ghibli-art-create Convert to Miyazaki anime style
chibi-maker Convert to cute Q-version characters
2d-to-3d-converter Convert 2D images to 3D renders
ai-3d-rendering Convert to Blender-style 3D viewport

Special Effects

Tool Description
ai-elf Transform portrait to fantasy elf
ai-zombie Transform portrait to realistic zombie
ai-selfie Natural iPhone-style selfies
futuristic-elegance Futuristic Harajuku fashion transformation
pregnant-ai Visualize pregnancy transformation

Product & Room

Tool Description
aiproduct Product stills — replace/enhance backgrounds
ai-room-planner Redesign rooms with new interior styles
ai-landscape-design Redesign gardens/outdoor spaces

Pets & Animals

Tool Description
ai-dog Generate or transform pet portraits
random-animal-generator Generate hyper-realistic wildlife photos

Video Editing

Tool Description
video-watermark-remover Remove watermarks/logos from video
ai-video-enhancer Upscale and enhance video quality
replace-face-in-video Swap faces in video
video-upscaler Upscale video to higher resolution

Design & Poster

Tool Description
ai-poster Create design posters from text prompts
ai-poster-from-images Create posters from up to 5 reference images
ai-infographic-generator Professional infographics from text
ai-logo-generator Design brand logos from text
flowchart-generator Create flowcharts from structured text

Pass local file paths directly to --image — Weshop handles uploads automatically. Use --no-wait for async submission.

About

A workflow system combining Pexels for reference image/video collection and Weshop for AI-powered image and video generation.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages