[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jau123-visual-creative-en":3,"guides-for-jau123-visual-creative":458,"similar-k17ethjbm60mxk4hafhx989nnh86mxtj-en":459},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":236,"parentExtension":252,"providers":308,"relations":312,"repo":313,"tags":455,"workflow":456},1778691316210.0056,"k17ethjbm60mxk4hafhx989nnh86mxtj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"This skill should be used when the user asks to \"generate an image\", \"create artwork\", \"design a logo\", \"make a poster\", \"draw something\", \"find inspiration\", \"search for reference images\", \"enhance my prompt\", \"improve prompt\", \"brand design\", \"product mockup\", \"batch generate images\", \"multiple variations\", \"generate a video\", \"make a video\", \"animate this photo\", \"image-to-video\", or discusses AI image/video generation, visual creativity, prompt engineering, reference images, style transfer. Also activate when user mentions MeiGen, image models, aspect ratios, or art styles. NOT for: generic chat/text tasks, code generation, document writing, video editing of existing footage, audio/TTS, real-photo retouching of user files outside the generation flow, or any task unrelated to AI image/video creation.",{"claudeCode":12},"jau123/MeiGen-AI-Design-MCP","visual-creative","https://github.com/jau123/MeiGen-AI-Design-MCP",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":245},1778691471570.9812,"kn7844z3w7dkmyw8c0c6vwyye586mfbe","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the skill should be used for AI image/video generation tasks, mentioning specific user requests like 'generate an image', 'design a logo', and 'animate this photo'.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value over simple prompting by providing curated prompts, advanced agent delegation for parallel generation, and integration with multiple backend providers (MeiGen, OpenAI-compatible, ComfyUI).",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, offering a complete lifecycle from prompt enhancement and generation to managing user preferences and supporting various backends and local file uploads.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on AI image and video generation, including related tasks like prompt engineering and gallery research, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, clearly defining its scope, intended use cases, and explicit non-goals. It is well-structured and easy to understand.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrow, verb-noun specialist tools like `generate_image`, `search_gallery`, and `enhance_prompt`, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The README and SKILL.md provide comprehensive documentation for configuration options, environment variables, and tool parameters, including defaults and precedence.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names such as `generate_image`, `search_gallery`, and `enhance_prompt` are descriptive, domain-specific, and follow kebab-case conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters request only necessary data, and responses return only promised payloads, such as image URLs and file paths, without extraneous diagnostic information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, as indicated by the LICENSE file and README, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, with the latest push on 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project includes a lockfile (package-lock.json implied by npm usage) and a `package.json`, suggesting dependency management is in place.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Secrets like API tokens are handled via environment variables or configuration files, and the documentation explicitly states no secrets are hardcoded or echoed.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill treats all user inputs as data and does not execute arbitrary code or commands. Prompts are sent to models, not executed as scripts.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill does not download or execute external code at runtime; all dependencies and assets are bundled or managed via standard package managers.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","Operations are confined to the scope of image generation and configuration management, without modifying files outside the project or user-specified output directories.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls were detected in the provided code snippets.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill does not exfiltrate confidential data; API keys are handled securely, and outbound calls are documented or for necessary generation.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","Bundled content and descriptions appear free of hidden steering tricks, invisible characters, or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The bundled scripts are plain, readable source code and do not employ obfuscation techniques like base64 encoding or runtime fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill uses relative paths for output and standard configuration locations, avoiding assumptions about specific user project structures.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 0 issues opened and 3 closed in the last 90 days, the issue activity suggests good maintainer engagement or low issue volume.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The `version` field in SKILL.md is set to '0.1.0', indicating versioning is present.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The skill appears to use structured inputs and outputs, implying validation and sanitization are handled by the MCP host or backend providers.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill primarily performs generation and configuration, with no destructive operations detected that would require explicit confirmation gates.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The skill delegates error handling to the MCP host and backend providers, which are expected to return structured error messages.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","This skill is primarily an interface to external generation services; logging of its own operations is not a core requirement beyond what the MCP host provides.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill does not operate on personal data beyond user prompts and image generation context. Prompts are sent to the chosen provider and handled according to their privacy policy.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension's functionality is global, with no regional or jurisdiction-specific limitations detected in its implementation or documentation.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is designed to work across various MCP-compatible hosts and utilizes standard Node.js execution, with clear instructions for different environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","A comprehensive README file exists, clearly stating the extension's purpose, features, installation, and usage.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a focused set of 8 tools and several slash commands, well within the recommended range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The exposed tools like `generate_image` and `generate_video` cover distinct functionalities without significant overlap or near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features advertised in the README and SKILL.md, such as support for multiple providers and agents, have corresponding implementations.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Detailed installation instructions for various environments (Claude Code, VS Code, CLI, etc.) are provided, including setup wizards and configuration examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error handling is delegated to the MCP host and backend providers, which are expected to provide structured and actionable messages.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The use of npm and a lockfile (`package-lock.json` is implied) indicates that third-party dependencies are pinned.",{"category":33,"check":151,"severity":115,"summary":152},"Dry-run preview","As the skill's primary function is generation, a dry-run equivalent is not applicable, though prompt enhancement and gallery search are non-destructive.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","Operations are primarily external API calls managed by the MCP host and providers, which handle retries and timeouts. The skill itself does not perform state-changing operations requiring local idempotency.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The privacy statement explicitly states no telemetry, analytics, or tracking, implying a default-off and no-opt-in telemetry model.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose (AI image/video generation), target users, and specific use cases, along with explicit non-goals.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and trigger phrases for routing.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and avoids excessive verbosity, delegating detailed information to other files where appropriate.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The skill delegates detailed procedures and configuration to separate files, such as workflows, adhering to progressive disclosure principles.",{"category":170,"check":174,"severity":115,"summary":175},"Forked exploration","The skill's workflow does not involve deep exploration or research that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides several clear, end-to-end examples for image generation, CLI usage, and configuration, demonstrating expected inputs and outputs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation implicitly handles edge cases by directing users to specific provider documentation for advanced parameters and mentioning fallback mechanisms.",{"category":110,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill supports multiple providers and offers fallbacks, with clear instructions for configuring ComfyUI, MeiGen Cloud, or OpenAI-compatible APIs.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill relies on the MCP host and backend providers for state management and error handling, ensuring workflows halt gracefully on unexpected conditions.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; any cross-skill coordination would be explicit via the MCP host.",1778691471465,"This MCP server facilitates AI image and video generation by integrating with local ComfyUI, MeiGen Cloud, and OpenAI-compatible APIs. It offers a curated prompt library, prompt enhancement, parallel generation via sub-agents, and a standalone CLI.",[195,196,197,198,199],"AI image and video generation","Support for local ComfyUI, MeiGen Cloud, and OpenAI-compatible APIs","Curated prompt library and prompt enhancement","Parallel batch generation via sub-agents","Standalone CLI for scripting and CI",[201,202,203,204],"Generic chat or text-based tasks","Code generation or document writing","Editing existing video footage","Real-photo retouching outside the generation flow","3.0.0","4.4.0","To empower AI coding tools and developers with professional-grade AI image and video generation capabilities, acting as a creative design assistant.","The skill is exceptionally well-documented, production-ready, and robust across multiple providers and execution environments. No critical or warning findings were identified.",99,"A highly polished and versatile AI image and video generation skill with excellent documentation and broad provider support.",[212,213,214,215,216,217,218],"image-generation","video-generation","prompt-engineering","design","ai-art","cli","mcp-server","global","verified",[222,223,224,225],"Generating logos, product mockups, and artistic visuals","Creating multiple variations of an image or artwork","Animating photos into short videos","Searching for inspiration and reference images",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":240,"security":242,"testCoverage":244},{"hasLockfile":228},true,1778691454867,{"descriptionLength":231,"readmeSize":232},814,16410,{"closedIssues90d":234,"forks":235,"hasChangelog":236,"manifestVersion":237,"openIssues90d":8,"pushedAt":238,"stars":239},3,137,false,"0.1.0",1778650396000,1008,{"npmDownloads":241},2362,{"hasNpmPackage":228,"license":243,"smitheryVerified":236},"MIT",{"hasCi":228,"hasTests":236},{"updatedAt":246},1778691471571,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"plugin/skills/visual-creative","jau123","MeiGen-AI-Design-MCP","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":260,"parentExtension":262,"providers":296,"relations":303,"tags":304,"workflow":305},1778691316210.0046,"k174xmztzvdeaswqgaycam7ktx86n4ye",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":14},"Visual creative expert — search inspiration, enhance prompts, and generate AI images with intelligent workflow orchestration",{"claudeCode":259},"meigen",{"basePath":261,"githubOwner":249,"githubRepo":250,"locale":18,"slug":261,"type":261},"plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":270,"providers":273,"relations":289,"tags":291,"workflow":292},1778691316210.0044,"k176650dx4vxafka77ydkmmhwd86m5bs",{"reviewCount":8},{"description":267,"installMethods":268,"name":269,"sourceUrl":14},"Supports GPT Image 2, Nanobanana & ComfyUI, with a 1,400+ prompt library, carefully crafted hooks and a multi-task orchestration system",{"claudeCode":12},"MeiGen AI Design MCP",{"basePath":271,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":272},"","marketplace",{"evaluate":274,"extract":282},{"promptVersionExtension":275,"promptVersionScoring":206,"score":276,"tags":277,"targetMarket":219,"tier":220},"3.1.0",98,[278,213,218,279,280,217,281],"ai-image-generation","comfyui","openai-api","design-assistant",{"commitSha":283,"license":243,"marketplace":284,"plugin":287},"HEAD",{"name":285,"pluginCount":286},"meigen-marketplace",1,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd7b1trrphkh2efj71w89w7qzh86nh22",[278,217,279,281,218,280,213],{"evaluatedAt":293,"extractAt":294,"updatedAt":295},1778691342174,1778691316210,1778691569279,{"evaluate":297,"extract":301},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":298,"targetMarket":219,"tier":220},[212,216,214,299,300],"creative-tools","workflow-orchestration",{"commitSha":283,"plugin":302},{"mcpCount":8,"provider":288,"skillCount":234},{"parentExtensionId":264,"repoId":290},[216,299,212,214,300],{"evaluatedAt":306,"extractAt":294,"updatedAt":307},1778691364394,1778691569462,{"evaluate":309,"extract":311},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":310,"targetMarket":219,"tier":220},[212,213,214,215,216,217,218],{"commitSha":283},{"parentExtensionId":254,"repoId":290},{"_creationTime":314,"_id":290,"identity":315,"providers":316,"workflow":450},1778690077423.6003,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":317,"discover":438,"extract":441,"github":442,"npm":449},{"commitSha":283,"extensions":318},[319,332,373,385,393,401,406],{"basePath":271,"displayName":285,"installMethods":320,"rationale":321,"selectedPaths":322,"source":331,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[323,326,328],{"path":324,"priority":325},".claude-plugin/marketplace.json","mandatory",{"path":327,"priority":325},"README.md",{"path":329,"priority":330},"LICENSE","high","rule",{"basePath":261,"description":257,"displayName":259,"installMethods":333,"rationale":334,"selectedPaths":335,"source":331,"sourceLanguage":18,"type":261},{"claudeCode":259},"plugin manifest at plugin/.claude-plugin/plugin.json",[336,338,339,342,344,346,348,350,352,354,356,358,360,362,364,366,368,371],{"path":337,"priority":325},".claude-plugin/plugin.json",{"path":327,"priority":325},{"path":340,"priority":341},"skills/product-photoshoot/SKILL.md","medium",{"path":343,"priority":341},"skills/social-thumbnail/SKILL.md",{"path":345,"priority":341},"skills/visual-creative/SKILL.md",{"path":347,"priority":325},".mcp.json",{"path":349,"priority":330},"agents/gallery-researcher.md",{"path":351,"priority":330},"agents/image-generator.md",{"path":353,"priority":330},"agents/prompt-crafter.md",{"path":355,"priority":330},"commands/find.md",{"path":357,"priority":330},"commands/gen.md",{"path":359,"priority":330},"commands/models.md",{"path":361,"priority":330},"commands/setup.md",{"path":363,"priority":330},"hooks/check-config.sh",{"path":365,"priority":330},"hooks/hooks.json",{"path":367,"priority":330},"hooks/open-image.sh",{"path":369,"priority":370},"output-styles/creative-director.md","low",{"path":372,"priority":370},"output-styles/minimal.md",{"basePath":374,"description":375,"displayName":374,"installMethods":376,"rationale":377,"selectedPaths":378,"source":331,"sourceLanguage":18,"type":251},"openclaw","Generate images and videos from text with multi-provider routing — supports GPT Image 2.0 (near-perfect text rendering), Nanobanana 2, Seedream 5.0, Midjourney V8.1 (unified photorealistic + anime), Flux 2 Klein (cheap drafts), Seedance 2.0 / Happyhorse 1.0 / Veo 3.1 video, and local ComfyUI workflows. Includes 1,446 curated prompts and style-aware prompt enhancement. Use when users want to create images/videos, design assets, animate photos, enhance prompts, or manage AI art workflows. NOT for: generic chat, code generation, document writing, video editing of existing footage, audio/TTS, or any task unrelated to AI image/video creation.",{"claudeCode":12},"SKILL.md frontmatter at openclaw/SKILL.md",[379,381,383],{"path":380,"priority":325},"SKILL.md",{"path":382,"priority":341},"references/providers.md",{"path":384,"priority":341},"references/troubleshooting.md",{"basePath":386,"description":387,"displayName":388,"installMethods":389,"rationale":390,"selectedPaths":391,"source":331,"sourceLanguage":18,"type":251},"plugin/skills/product-photoshoot","Multi-angle product imagery workflow. Use when the user wants to \"shoot a product\", \"make e-commerce product images\", \"product photography set\", \"电商产品图\", \"产品多角度图\", \"brand product visuals\", or provides a single product photo and asks for marketing-ready variations. Produces 4 distinct directions (lifestyle scene, macro detail, scale/context, marketing layout) from one reference image. NOT for: portraits, generic illustration, logo design, video creation — use other skills or generate_image directly.","product-photoshoot",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/product-photoshoot/SKILL.md",[392],{"path":380,"priority":325},{"basePath":394,"description":395,"displayName":396,"installMethods":397,"rationale":398,"selectedPaths":399,"source":331,"sourceLanguage":18,"type":251},"plugin/skills/social-thumbnail","Vertical-format thumbnail and poster workflow for short-video platforms and social feeds. Use when the user asks for a \"video thumbnail\", \"短视频封面\", \"竖版海报\", \"TikTok cover\", \"Reels cover\", \"YouTube Shorts thumbnail\", \"social media poster\" — anything optimized for 9:16 mobile feed scrolling with prominent headline space. Produces high-contrast, headline-friendly cover art in 9:16 by default. NOT for: full posters meant for print, photorealistic portraits without text overlay intent, horizontal banners — use other skills.","social-thumbnail",{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/social-thumbnail/SKILL.md",[400],{"path":380,"priority":325},{"basePath":248,"description":10,"displayName":13,"installMethods":402,"rationale":403,"selectedPaths":404,"source":331,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at plugin/skills/visual-creative/SKILL.md",[405],{"path":380,"priority":325},{"basePath":271,"description":407,"displayName":259,"installMethods":408,"license":243,"rationale":409,"selectedPaths":410,"source":331,"sourceLanguage":18,"type":437},"Visual creative expert plugin — search inspiration, enhance prompts, and generate AI images with intelligent workflow orchestration",{"npm":259},"package.json @modelcontextprotocol/sdk dep + bin at package.json",[411,413,414,415,417,419,421,423,425,427,429,431,433,435],{"path":412,"priority":325},"package.json",{"path":327,"priority":325},{"path":329,"priority":330},{"path":416,"priority":341},"bin/meigen-mcp.js",{"path":418,"priority":370},"src/index.ts",{"path":420,"priority":370},"src/server.ts",{"path":422,"priority":370},"src/tools/comfyui-workflow.ts",{"path":424,"priority":370},"src/tools/enhance-prompt.ts",{"path":426,"priority":370},"src/tools/generate-image.ts",{"path":428,"priority":370},"src/tools/generate-video.ts",{"path":430,"priority":370},"src/tools/get-inspiration.ts",{"path":432,"priority":370},"src/tools/list-models.ts",{"path":434,"priority":370},"src/tools/manage-preferences.ts",{"path":436,"priority":370},"src/tools/search-gallery.ts","mcp",{"sources":439},[440],"manual",{"npmPackage":259},{"closedIssues90d":234,"description":267,"forks":235,"homepage":443,"license":243,"openIssues90d":8,"pushedAt":238,"readmeSize":232,"stars":239,"topics":444},"https://meigen.ai",[278,445,446,279,447,437,218,448,374,214],"claude","claude-code","lovart","model-context-protocol",{"downloads":241},{"classifiedAt":451,"discoverAt":452,"extractAt":453,"githubAt":453,"npmAt":454,"updatedAt":451},1778691315980,1778690077423,1778691312126,1778691314240,[216,217,215,212,218,214,213],{"evaluatedAt":246,"extractAt":294,"updatedAt":457},1778691570188,[],[460,477,504,533,559,580],{"_creationTime":461,"_id":462,"community":463,"display":464,"identity":466,"providers":467,"relations":472,"tags":473,"workflow":474},1778691316210.005,"k175txezbab4wcy00m9gcdq8qx86mz9k",{"reviewCount":8},{"description":375,"installMethods":465,"name":374,"sourceUrl":14},{"claudeCode":12},{"basePath":374,"githubOwner":249,"githubRepo":250,"locale":18,"slug":374,"type":251},{"evaluate":468,"extract":471},{"promptVersionExtension":205,"promptVersionScoring":206,"score":469,"tags":470,"targetMarket":219,"tier":220},100,[212,213,216,279,214,281],{"commitSha":283},{"repoId":290},[216,279,281,212,214,213],{"evaluatedAt":475,"extractAt":294,"updatedAt":476},1778691399174,1778691569625,{"_creationTime":478,"_id":479,"community":480,"display":481,"identity":487,"providers":491,"relations":498,"tags":500,"workflow":501},1778690923100.0413,"k178cnza0dqab9j2t19c960pb186mm8f",{"reviewCount":8},{"description":482,"installMethods":483,"name":485,"sourceUrl":486},"Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Professional text rendering, fine-grained realism, enhanced semantic adherence. Ideal for posters, banners, and text-heavy designs. Triggers: qwen image pro, qwen-image-pro, qwen 2 pro, alibaba image pro, dashscope pro, professional text rendering",{"claudeCode":484},"inferen-sh/skills","qwen-image-2-pro","https://github.com/inferen-sh/skills",{"basePath":488,"githubOwner":489,"githubRepo":490,"locale":18,"slug":485,"type":251},"tools/image/qwen-image-2-pro","inferen-sh","skills",{"evaluate":492,"extract":497},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":493,"targetMarket":219,"tier":220},[212,494,495,216,496],"qwen","alibaba","text-rendering",{"commitSha":283},{"repoId":499},"kd75bmkxfkvvw504knzzpkzjph86n71t",[216,495,212,494,496],{"evaluatedAt":502,"extractAt":503,"updatedAt":502},1778692371602,1778690923100,{"_creationTime":505,"_id":506,"community":507,"display":508,"identity":514,"providers":518,"relations":526,"tags":529,"workflow":530},1778695548458.3809,"k1773fg4stpdx2tjnmejy57ybs86mwbn",{"reviewCount":8},{"description":509,"installMethods":510,"name":512,"sourceUrl":513},"Design polychromatic ornamental patterns grounded in Alexander Speltz's classical ornament taxonomy. Builds on monochrome structural analysis by adding period-authentic color palettes, color-to-motif mapping, and rendering styles suited to painted, illuminated, and glazed ornament. Use when creating decorative designs where color is integral to the tradition (Islamic tilework, illuminated manuscripts, Art Nouveau), exploring how historical periods used color in ornament, or producing colored reference imagery for design, illustration, or educational materials.\n",{"claudeCode":511},"pjt222/agent-almanac","ornament-style-color","https://github.com/pjt222/agent-almanac",{"basePath":515,"githubOwner":516,"githubRepo":517,"locale":18,"slug":512,"type":251},"skills/ornament-style-color","pjt222","agent-almanac",{"evaluate":519,"extract":525},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":520,"targetMarket":219,"tier":220},[215,521,522,523,524,212],"ornament","color","art-history","generative-ai",{"commitSha":283},{"parentExtensionId":527,"repoId":528},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[523,522,215,524,212,521],{"evaluatedAt":531,"extractAt":532,"updatedAt":531},1778699787612,1778695548458,{"_creationTime":534,"_id":535,"community":536,"display":537,"identity":543,"providers":546,"relations":553,"tags":556,"workflow":557},1778691104676,"k173n68tgxxkzxfk6qmt5wjbe586m938",{"reviewCount":8},{"description":538,"installMethods":539,"name":541,"sourceUrl":542},"Generate a branded product slide image with headline, feature pills, and a call-to-action — all arranged with layout layers.",{"claudeCode":540},"iterationlayer/skills","generate-product-slide","https://github.com/iterationlayer/skills",{"basePath":544,"githubOwner":545,"githubRepo":490,"locale":18,"slug":541,"type":251},"skills/generate-product-slide","iterationlayer",{"evaluate":547,"extract":552},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":548,"targetMarket":219,"tier":220},[212,549,215,550,551],"marketing","automation","api",{"commitSha":283},{"parentExtensionId":554,"repoId":555},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[551,550,215,212,549],{"evaluatedAt":558,"extractAt":534,"updatedAt":558},1778693274616,{"_creationTime":560,"_id":561,"community":562,"display":563,"identity":567,"providers":569,"relations":576,"tags":577,"workflow":578},1778690923100.0415,"k171dn874ywq2w3esw9nw8ymvs86nnnf",{"reviewCount":8},{"description":564,"installMethods":565,"name":566,"sourceUrl":486},"Run 250+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude, Seedance, OmniHuman, Tavily, Exa, OpenRouter, and many more. Use when running AI apps, generating images/videos, calling LLMs, web search, or automating Twitter. Triggers: inference.sh, infsh, ai model, run ai, serverless ai, ai api, flux, veo, claude api, image generation, video generation, openrouter, tavily, exa search, twitter api, grok",{"claudeCode":484},"infsh-cli",{"basePath":568,"githubOwner":489,"githubRepo":490,"locale":18,"slug":566,"type":251},"tools/infsh-cli",{"evaluate":570,"extract":575},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":571,"targetMarket":219,"tier":220},[217,572,212,213,573,574,550],"ai-apps","llm","web-search",{"commitSha":283},{"repoId":499},[572,550,217,212,573,213,574],{"evaluatedAt":579,"extractAt":503,"updatedAt":579},1778692398076,{"_creationTime":581,"_id":582,"community":583,"display":584,"identity":586,"providers":587,"relations":591,"tags":592,"workflow":593},1778691316210.0054,"k172gvene7tx2hez1f4qkd1ysd86mvxr",{"reviewCount":8},{"description":395,"installMethods":585,"name":396,"sourceUrl":14},{"claudeCode":12},{"basePath":394,"githubOwner":249,"githubRepo":250,"locale":18,"slug":396,"type":251},{"evaluate":588,"extract":590},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":589,"targetMarket":219,"tier":220},[212,213,215,218,217,299],{"commitSha":283},{"parentExtensionId":254,"repoId":290},[217,299,215,212,218,213],{"evaluatedAt":594,"extractAt":294,"updatedAt":595},1778691454587,1778691569996]