{"id":122406,"date":"2026-05-27T16:54:38","date_gmt":"2026-05-27T16:54:38","guid":{"rendered":"https:\/\/www.weshop.ai\/blog\/?p=122406"},"modified":"2026-05-28T09:57:35","modified_gmt":"2026-05-28T09:57:35","slug":"weshop-ai-generation-with-weshop-skill-and-weshop-cli","status":"publish","type":"post","link":"https:\/\/www.weshop.ai\/blog\/weshop-ai-generation-with-weshop-skill-and-weshop-cli\/","title":{"rendered":"Weshop AI Generation with weshop-skill and WeShop-CLI"},"content":{"rendered":"\n<p>AI generation with weshop-skill, built for Claude Code, OpenCode, and AI agents that need fast image and video generation workflows.<\/p>\n\n\n\n<p>In the rapidly evolving landscape of AI development, autonomous agents (such as Claude Code, Codex, and Gemini CLI) have proven incredibly powerful at parsing code, orchestrating tasks, and running local tools.<\/p>\n\n\n\n<p>However, the gap between text-based AI reasoning and actual visual production has always been annoying. Weshop Skill and Weshop CLI close it \u2014 directly from the terminal.<\/p>\n\n\n\n<p>The system works with <strong>Weshop.a<\/strong>i. While agents run commands asynchronously from CLI, you can jump on the web platform to check progress, manage assets, and tweak results in a collaborative workspace.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img width=\"1024\" height=\"1024\"  loading=\"eager\" fetchpriority=\"high\"src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/hero2-1024x1024.png\" alt=\"WeShop AI hero image showing Weshop CLI and Skill connecting terminal commands with AI image and video generation workflows.\" class=\"wp-image-122415\" style=\"width:484px;height:auto\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/hero2-1024x1024.png 1024w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/hero2-300x300.png 300w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/hero2-150x150.png 150w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/hero2-768x768.png 768w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/hero2-12x12.png 12w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/hero2.png 1254w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Weshop CLI and Skill AI Workflow<\/figcaption><\/figure>\n<\/div>\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"http:\/\/github.com\/weshopai\/weshop-skills\" style=\"border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(117,48,254) 66%)\" target=\"_blank\" rel=\"noreferrer noopener\">Explore Weshop Skills\u2192<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What is Weshop-CLI and Weshop-Skill?<\/h2>\n\n\n\n<p>To understand how to give your terminal agents visual eyes and artistic hands, we must look at the two core components of this ecosystem:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Weshop-CLI: The Command-Line Engine<\/strong><\/li>\n<\/ol>\n\n\n\n<p><code>weshop-cli<\/code> is a cross-platform command-line tool that exposes the full creative suite of the <a href=\"https:\/\/www.weshop.ai\/\">Weshop.ai<\/a> platform. Instead of forcing developers or agents to deal with complex REST API endpoints, file upload states, and polling handlers, the CLI provides a clean, unified command pattern. It features:<\/p>\n\n\n\n<ul style=\"background-color:#fffbe4\" class=\"wp-block-list has-background\">\n<li><strong>Implicit File Uploads:<\/strong> Pass local files directly to any parameter (e.g., <code>--image .\/input.jpg<\/code>). The CLI handles uploading under-the-hood and feeds the resulting secure URL directly into the AI pipeline.<\/li>\n\n\n\n<li><strong>Asynchronous Jobs (<\/strong><strong><code>--no-wait<\/code><\/strong><strong>):<\/strong> Submit image and video generations instantly, fetch a unique execution ID, and check back later using <code>weshop status &lt;id&gt;<\/code>. This keeps terminal interactions snappy and non-blocking.<\/li>\n\n\n\n<li><strong>Comprehensive Capabilities:<\/strong> Supports everything from background replacement , campaingn poster to cinematic video generator platforms (<code>kling<\/code>, <code>sora-2<\/code>, <code>seedance<\/code>).<\/li>\n<\/ul>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Weshop-Skill: Agentic Intelligence &amp; Automated Context<\/strong><\/li>\n<\/ol>\n\n\n\n<p><code>weshop-skill<\/code> is the semantic overlay that wraps the weshop-cli and related pexel scraper APIs into a structured instruction set for AI agents.:<\/p>\n\n\n\n<ol start=\"1\" style=\"background-color:#fffbe4\" class=\"wp-block-list has-background\">\n<li><strong>Understand Human Intent:<\/strong> Translate a broad request like <em>&#8220;Make a professional video of this model on a tropical beach&#8221;<\/em> into a structured multi-step plan.<\/li>\n\n\n\n<li><strong>Fetch reference material:<\/strong> Use integrated scraping modules (like the Pexels API) to collect high-quality stock backdrops or model poses if the user didn&#8217;t supply them.<\/li>\n\n\n\n<li><strong>Chain Tool Pipelines:<\/strong> Feed the output URL of an image generation tool (e.g., <code>ai-photoshoot<\/code>) as the direct input image for a video generator tool (e.g., <code>kling<\/code>) completely automatically.<\/li>\n<\/ol>\n\n\n\n<div style=\"height:23px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Installation &amp; Configuration<\/h2>\n\n\n\n<p>Getting started is straightforward. You will need your Pexels and Weshop API keys.<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong>Install Weshop-CLI<\/strong><\/li>\n<\/ol>\n\n\n\n<p>You can install <code>weshop-cli<\/code> globally via <code>npm<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-f233f41465453889697bca74d34d2733\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 50%,rgb(117,48,254) 100%)\"><code>npm install -g weshop-cli<\/code><\/pre>\n\n\n\n<p>Or clone the repository and install it locally:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-faf269d05c3c10c3c73ce833be567121\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 65%,rgb(117,48,254) 100%)\"><code>git clone https:\/\/github.com\/weshopai\/weshop-cli.git\ncd weshop-cli\nnpm install<\/code><\/pre>\n\n\n\n<p>      4. <strong class=\"\">Configure Environment Variables<\/strong><\/p>\n\n\n\n<p>Set your credentials in your terminal session (or save them inside a local <code>.env<\/code> file):<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-bf519fd3be1e96b6d8cb745ce58ba315\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 61%,rgb(117,48,254) 100%)\"><code><em># Get your keys:<\/em><em># - Pexels key: <\/em><em>https:\/\/www.pexels.com\/api\/<\/em><em>#<\/em><em> - Weshop key: <\/em><em>https:\/\/www.weshop.ai\/apiKey<\/em>export \nPEXELS_API_KEY=\"your-pexels-api-key\"export \nWESHOP_API_KEY=\"your-weshop-api-key\"<\/code><\/pre>\n\n\n\n<p>Verify your setup by running the CLI help:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-afc75dac067e61fce61cd903ccda0369\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 50%,rgb(117,48,254) 100%)\"><code>weshop --help<\/code><\/pre>\n\n\n\n<div style=\"height:26px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"http:\/\/github.com\/weshopai\/weshop-cli\" style=\"border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(117,48,254) 62%)\" target=\"_blank\" rel=\"noreferrer noopener\">Get Weshop CLI\u2192<\/a><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Showcases: From Reference to Masterpiece<\/h2>\n\n\n\n<p>Let&#8217;s dive into two real-world creative workflows orchestrated using <code>weshop-skills<\/code> and local CLI commands, complete with their input references and final generated outputs.<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Showcase 1: The Canine Basketball Superstar (Action Shot Composite)<\/h3>\n\n\n\n<p><em>How to place a completely custom subject into a dynamically generated action scene.<\/em><\/p>\n\n\n\n<div style=\"height:7px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Phase 1: Reference Material Gathering<\/h4>\n\n\n\n<p>Tell the agent skill &#8220;pexels-fashion-designer&#8221; we want a dog dunking a basketball on a court with trees in the background, worth noting that you can also upload your own URL. First, the agent collects references from Pexels:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-05b24c2ff3b41c9b395af768aba2a263\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 60%,rgb(117,48,254) 100%)\"><code><em># Fetch a court scene<\/em>\npython3 skills\/pexels-fashion-designer\/scripts\/collect_pexels_refs.py \\\n  --query \"basketball court trees background\" \\\n  --task-id \"dog-dunk\" --downloads 1\n\n<em># Fetch a dog subject<\/em>\npython3 skills\/pexels-fashion-designer\/scripts\/collect_pexels_refs.py \\\n  --query \"dog playing basketball\" \\\n  --task-id \"dog-dunk\" --downloads 1<\/code><\/pre>\n\n\n\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Phase 2: Action Composite<\/h4>\n\n\n\n<p>Using the local file paths of the downloaded references, the agent runs the <code>image-mixer<\/code> command through the analysis of weshop tool document:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-86b7dbddfe69e1615d149a76435d7cfe\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 53%,rgb(117,48,254) 100%)\"><code>weshop image-mixer \\\n  --image outputs\/dog-dunk\/basketball-court-trees-background\/pexels_photo_1779555457661_0.jpg \\\n  --image outputs\/dog-dunk\/dog-playing-basketball\/pexels_photo_1779555496990_0.jpg \\\n  --prompt \"A dog dunking a basketball on a court with trees in the background. The dog should be jumping high towards the basketball hoop in an athletic dunking pose, with the basketball going through the hoop. Natural lighting, dynamic sports action shot.\" \\\n  --task-name \"dog-dunk\" \\\n  --no-wait<\/code><\/pre>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"571\" height=\"857\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/1aa.png\" alt=\"Outdoor basketball court with a hoop and trees in the background, used as a scene reference for AI image generation.\" class=\"wp-image-122407\" style=\"aspect-ratio:0.6662867130210114;width:242px;height:auto\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/1aa.png 571w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/1aa-200x300.png 200w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/1aa-8x12.png 8w\" sizes=\"auto, (max-width: 571px) 100vw, 571px\" \/><figcaption class=\"wp-element-caption\">Basketball court reference<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"638\" height=\"913\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/2ss.png\" alt=\"A fluffy dog playing with a woman holding a ball on grass, used as a subject reference for AI generation.\" class=\"wp-image-122408\" style=\"aspect-ratio:0.6988124651311071;width:254px;height:auto\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/2ss.png 638w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/2ss-210x300.png 210w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/2ss-8x12.png 8w\" sizes=\"auto, (max-width: 638px) 100vw, 638px\" \/><figcaption class=\"wp-element-caption\">Dog subject reference<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"594\" height=\"888\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/3dd.png\" alt=\"AI-generated image of a fluffy dog jumping toward a basketball hoop for a dunk on an outdoor court.\" class=\"wp-image-122409\" style=\"aspect-ratio:0.668930001907305;width:242px;height:auto\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/3dd.png 594w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/3dd-201x300.png 201w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/3dd-8x12.png 8w\" sizes=\"auto, (max-width: 594px) 100vw, 594px\" \/><figcaption class=\"wp-element-caption\">AI dog dunk result<\/figcaption><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Showcase 2: Chaining Pipelines (Cinematic Fashion Video)<\/h3>\n\n\n\n<p><em>Generating a professional 5-second video from static model and street scene references.<\/em><\/p>\n\n\n\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Phase 1: Gathering references<\/h4>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-2de0fc8d0d31201163d5c5c4a9031d40\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 58%,rgb(117,48,254) 100%)\"><code>python3 skills\/pexels-fashion-designer\/scripts\/collect_pexels_refs.py \\\n  --query \"fashion model portrait\" \\\n  --task-id \"fashion-pipeline\"\n  \npython3 skills\/pexels-fashion-designer\/scripts\/collect_pexels_refs.py \\\n  --query \"city street fashion scene\" \\\n  --task-id \"fashion-pipeline\"<\/code><\/pre>\n\n\n\n<div style=\"height:7px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Phase 2: Composing the Model on Location<\/h4>\n\n\n\n<p>We take a model portrait and a city street scene, compositing them with <code>ai-photoshoot<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-499f7e68f7a4ddbe677c663c651623d9\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 55%,rgb(117,48,254) 100%)\"><code>weshop ai-photoshoot \\\n  --image assets\/person-scene-composite\/fashion-model-portrait\/pexels_photo_1779447472010_0.jpg \\\n  --image assets\/person-scene-composite\/city-street-fashion-scene\/pexels_photo_1779447585426_0.jpg \\\n  --aspect-ratio 3:4 \\\n  --no-wait<\/code><\/pre>\n\n\n\n<p>This produces a generated model composite URL in the cloud: <code>https:\/\/ai-global-image.weshop.com\/20260522_1_7c5d8941-751a-4e7d-be1f-2641b5e71624_864x1168.png<\/code>.<\/p>\n\n\n\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Phase 3: Bringing the Scene to Life with Kling Video<\/h4>\n\n\n\n<p>Instead of downloading and uploading, we feed the generated image URL directly into the <code>kling<\/code> video model:<\/p>\n\n\n\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code has-black-color has-text-color has-background has-link-color wp-elements-6d2f4c51aada2bc271d192292bbf73ad\" style=\"background:linear-gradient(135deg,rgb(117,48,254) 0%,rgb(199,183,236) 54%,rgb(117,48,254) 100%)\"><code>weshop kling \\\n  --image \"https:\/\/ai-global-image.weshop.com\/20260522_1_7c5d8941-751a-4e7d-be1f-2641b5e71624_864x1168.png\" \\\n  --prompt \"Fashion model walking confidently through a busy city street, camera follows at eye level, cinematic lighting\" \\\n  --model Kling_3_0 \\\n  --duration 5s \\\n  --no-wait<\/code><\/pre>\n\n\n\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"893\" height=\"977\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/4ff.png\" alt=\"Black-and-white fashion portrait of a woman wearing sunglasses and a fur-style coat.\" class=\"wp-image-122410\" style=\"aspect-ratio:0.9140369967355821;width:319px;height:auto\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/4ff.png 893w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/4ff-274x300.png 274w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/4ff-768x840.png 768w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/4ff-11x12.png 11w\" sizes=\"auto, (max-width: 893px) 100vw, 893px\" \/><figcaption class=\"wp-element-caption\">Fashion model reference<\/figcaption><\/figure>\n<\/div>\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"785\" height=\"932\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/5gg.png\" alt=\"Woman in black outfit posing on a city street at sunset, used as a fashion scene reference.\" class=\"wp-image-122411\" style=\"aspect-ratio:0.842267050912584\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/5gg.png 785w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/5gg-253x300.png 253w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/5gg-768x912.png 768w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/5gg-10x12.png 10w\" sizes=\"auto, (max-width: 785px) 100vw, 785px\" \/><figcaption class=\"wp-element-caption\">Street fashion reference<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"501\" height=\"672\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/6hh.png\" alt=\"AI-generated fashion image of a woman in sunglasses posing on an empty city street with dramatic evening sky.\" class=\"wp-image-122412\" style=\"aspect-ratio:0.7455465328855065;width:256px;height:auto\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/6hh.png 501w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/6hh-224x300.png 224w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/6hh-9x12.png 9w\" sizes=\"auto, (max-width: 501px) 100vw, 501px\" \/><figcaption class=\"wp-element-caption\">AI fashion result<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-video\"><video height=\"1672\" style=\"aspect-ratio: 1236 \/ 1672;\" width=\"1236\" autoplay controls muted src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/05\/7jj.mp4\" playsinline><\/video><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:13px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What Else Can Weshop Tools Do?<\/h2>\n\n\n\n<p>Beyond composites and videos, Weshop contains an extensive arsenal of AI tools that agents can execute seamlessly:<\/p>\n\n\n\n<ul style=\"background-color:#fffbe4\" class=\"wp-block-list has-background\">\n<li><strong>Virtual Try-On &amp; Modeling (<\/strong><strong><code>virtualtryon<\/code><\/strong><strong>, <\/strong><strong><code>aimodel<\/code><\/strong><strong>, <\/strong><strong><code>aipose<\/code><\/strong><strong>):<\/strong> Swap garments on human subjects, swap background scenery while preserving the exact texture of clothing, or redesign poses altogether.<\/li>\n\n\n\n<li><strong>Creative Style Conversion (<\/strong><strong><code>anime-image-converter<\/code><\/strong><strong>, <\/strong><strong><code>ghibli-art-create<\/code><\/strong><strong>, <\/strong><strong><code>2d-to-3d-image-converter<\/code><\/strong><strong>):<\/strong> Transform ordinary photos into anime sketches, Studio Ghibli artwork, or Blender-style 3D viewports.<\/li>\n\n\n\n<li><strong>Advanced Background &amp; Room Planning (<\/strong><strong><code>aiproduct<\/code><\/strong><strong>, <\/strong><strong><code>ai-room-planner<\/code><\/strong><strong>):<\/strong> Replace backgrounds for professional product photography, or mock up interior garden\/room layouts instantly.<\/li>\n\n\n\n<li><strong>Graphic &amp; Marketing Design (<\/strong><strong><code>ai-poster<\/code><\/strong><strong>, <\/strong><strong><code>ai-logo-generator<\/code><\/strong><strong>):<\/strong> Generate high-converting layout posters and brand logos natively using text templates.<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"http:\/\/www.weshop.ai\" style=\"border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(117,48,254) 53%)\" target=\"_blank\" rel=\"noreferrer noopener\">Visit Weshop AI\u2192<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion &amp; Next Steps<\/h2>\n\n\n\n<p>Weshop CLI and Skills enable developers, designers, and AI agents to execute professional-grade design pipelines directly from a shell. By bridging the power of terminal automation with the asset management, progress previewing, and asset catalogs of the<strong> Weshop.ai <\/strong>web console, you get the best of both worlds: programmatic speed and visual control.<\/p>\n\n\n\n<p>Are you building an AI agent or looking to streamline your design workflows? Use the buttons above to explore the <strong>Weshop Skills repository<\/strong>, get started with <strong>Weshop CLI<\/strong>, and open the<strong> Weshop AI platform<\/strong> \u2014 then start automating your creative pipelines today!<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><em>Go to WeShop AI For Exploration:<\/em><\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/apps.apple.com\/ca\/app\/weshop-ai-swap-face-bg\/id6505099669\"><img loading=\"lazy\" decoding=\"async\" width=\"432\" height=\"156\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/01\/download-weshop-ai-1-39.webp\" alt=\"\" class=\"wp-image-11720\" style=\"width:248px;height:89px\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/01\/download-weshop-ai-1-39.webp 432w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/01\/download-weshop-ai-1-39-300x108.webp 300w\" sizes=\"auto, (max-width: 432px) 100vw, 432px\" \/><\/a><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.weshop.ai&amp;hl=en&amp;pli=1\"><img loading=\"lazy\" decoding=\"async\" width=\"434\" height=\"156\" src=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/01\/download-weshop-ai-2-39.webp\" alt=\"\" class=\"wp-image-11721\" style=\"width:255px;height:91px\" srcset=\"https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/01\/download-weshop-ai-2-39.webp 434w, https:\/\/www.weshop.ai\/blog\/wp-content\/uploads\/2026\/01\/download-weshop-ai-2-39-300x108.webp 300w\" sizes=\"auto, (max-width: 434px) 100vw, 434px\" \/><\/a><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-94bc23d7 wp-block-group-is-layout-flex\" style=\"display:flex;justify-content:center;gap:18px;margin-top:40px;margin-bottom:20px\">\n<a href=\"https:\/\/www.youtube.com\/@weshopai\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display:inline-block;width:36px;height:36px\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"36\" height=\"36\" fill=\"#FF0000\"><path d=\"M23.5 6.19a3.02 3.02 0 0 0-2.12-2.14C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.38.55A3.02 3.02 0 0 0 .5 6.19 31.6 31.6 0 0 0 0 12a31.6 31.6 0 0 0 .5 5.81 3.02 3.02 0 0 0 2.12 2.14c1.88.55 9.38.55 9.38.55s7.5 0 9.38-.55a3.02 3.02 0 0 0 2.12-2.14A31.6 31.6 0 0 0 24 12a31.6 31.6 0 0 0-.5-5.81zM9.75 15.02V8.98L15.5 12l-5.75 3.02z\"\/><\/svg><\/a>\n<a href=\"https:\/\/x.com\/weshopofficial\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display:inline-block;width:36px;height:36px\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"36\" height=\"36\"><path d=\"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z\"\/><\/svg><\/a>\n<a href=\"https:\/\/www.instagram.com\/weshop.global\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display:inline-block;width:36px;height:36px\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" width=\"36\" height=\"36\"><defs><linearGradient id=\"ig\" x1=\"0%\" y1=\"100%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" style=\"stop-color:#feda75\"\/><stop offset=\"25%\" style=\"stop-color:#fa7e1e\"\/><stop offset=\"50%\" style=\"stop-color:#d62976\"\/><stop offset=\"75%\" style=\"stop-color:#962fbf\"\/><stop offset=\"100%\" style=\"stop-color:#4f5bd5\"\/><\/linearGradient><\/defs><path fill=\"url(#ig)\" d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z\"\/><\/svg><\/a>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Give AI agents visual eyes and artistic hands. Discover how Weshop CLI and Weshop Skill turn terminal commands into automated image, video, and creative production workflows.<\/p>\n","protected":false},"author":16,"featured_media":122415,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[582],"tags":[581],"class_list":["post-122406","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-weshop-cli","tag-weshop-cli"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/posts\/122406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/comments?post=122406"}],"version-history":[{"count":4,"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/posts\/122406\/revisions"}],"predecessor-version":[{"id":122450,"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/posts\/122406\/revisions\/122450"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/media\/122415"}],"wp:attachment":[{"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/media?parent=122406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/categories?post=122406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.weshop.ai\/blog\/wp-json\/wp\/v2\/tags?post=122406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}