[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-inferen-sh-qwen-image-2-pro-zh-CN":3,"guides-for-inferen-sh-qwen-image-2-pro":1187,"similar-k178cnza0dqab9j2t19c960pb186mm8f-zh-CN":1188},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":243,"parentExtension":244,"providers":245,"relations":250,"repo":252,"tags":1184,"workflow":1185},1778690923100.0413,"k178cnza0dqab9j2t19c960pb186mm8f",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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":12},"inferen-sh/skills","qwen-image-2-pro","https://github.com/inferen-sh/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":236},1778692371602.8022,"kn73ftbrwmf36mreeghhm53p0x86m5k1","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,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 problem of generating images with professional text rendering, fine-grained realism, and enhanced semantic adherence, ideal for posters, banners, and text-heavy designs.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages Alibaba Qwen-Image-2.0-Pro via the inference.sh CLI, offering specific advantages in professional text rendering, realism, and semantic adherence, which goes beyond basic image generation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, providing a complete workflow for image generation using the Qwen-Image-2.0-Pro model via the inference.sh CLI, including installation, setup, and various examples.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on image generation using a specific model (Alibaba Qwen-Image-2.0-Pro) and does not extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, highlighting professional text rendering, realism, and suitability for text-heavy designs.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a specific tool (`belt app run alibaba/qwen-image-2-pro`) with a structured input, rather than a general-purpose shell execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All input options and parameters for the Qwen-Image-2.0-Pro model are clearly documented in the SKILL.md, including their types, descriptions, and constraints.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool interface is `belt app run alibaba/qwen-image-2-pro`, which is descriptive of the model and its function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters like `prompt`, `width`, `height` are specific to the task, and the output includes only generated images and metadata, avoiding unnecessary dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The README indicates an MIT license, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of May 13, 2026, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill relies on the 'belt' CLI, which is external and managed separately; there are no bundled third-party dependencies to manage within the skill itself.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires `belt login` but does not expose or handle secrets directly within its own code; secret management is handled by the 'belt' CLI.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill interacts with the 'belt' CLI and passes structured input, mitigating injection risks. No remote content is fetched and executed as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime or use remote-pipe-to-shell commands. All necessary components appear to be within the bundle or handled by the 'belt' CLI.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates through the 'belt' CLI, which is expected to provide sandboxing. The skill itself does not appear to manipulate files outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached processes or deny-retry loops is present in the provided SKILL.md.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's outbound calls are limited to the inference.sh API via the 'belt' CLI, and there are no indications of reading or submitting confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled SKILL.md content is free of hidden-steering tricks, HTML comments, or invisible Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The SKILL.md does not contain obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on the 'belt' CLI and does not make assumptions about the user's project structure beyond needing the CLI installed.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating minimal activity or that issues are handled promptly/disabled.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README indicates an MIT license, and the repository has recent commit activity, suggesting a stable versioning approach.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill passes structured JSON input to the 'belt' CLI, which likely handles validation internally. The SKILL.md documents parameter constraints.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Image generation is not a destructive operation and does not require confirmation gates.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md outlines input validation and mentions error handling within the 'belt' CLI context, implying structured error reporting.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill itself does not perform destructive actions or outbound calls that require local audit logging; this is handled by the 'belt' CLI.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill generates images based on prompts and does not appear to process personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","There are no regional or jurisdictional signals in the skill's description or functionality, and it is globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on the 'belt' CLI, which is expected to be cross-platform. No specific OS or shell assumptions are made within the skill's SKILL.md.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file exists and provides a clear overview of the inference.sh skills, including installation and usage instructions.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-skill extension focused on one model, not a collection of tools.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill utilizes a single primary command interface through the 'belt' CLI.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as professional text rendering and specific model capabilities, are directly supported by the Qwen-Image-2.0-Pro model and its documented parameters.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions for the 'belt' CLI and the skill itself are provided in both SKILL.md and README.md, along with copy-pasteable examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","While specific error messages are not detailed, the reliance on the 'belt' CLI and structured input suggests that errors will be actionable.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill depends on the external 'belt' CLI, and its own scripts (if any) are not detailed, but the primary interaction is via structured CLI arguments.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","Image generation is not a state-changing operation that requires a dry-run preview.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that require idempotency or specific timeouts beyond what the 'belt' CLI provides.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no mention of telemetry being collected by the skill itself; any telemetry would be managed by the 'belt' CLI, which is assumed to follow standard practices.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose is to generate images with Alibaba Qwen-Image-2.0-Pro, emphasizing professional text rendering and complex designs, and provides explicit triggers and examples.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's name, description, and key triggers without excessive keywords.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured with clear sections for quick start, capabilities, examples, and input/output details, staying within reasonable length.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is well-organized, with key information upfront and detailed examples/parameters following, without embedding excessive bulk material.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is a direct image generation tool and does not involve deep exploration or code review that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Multiple comprehensive examples are provided, demonstrating various use cases from basic text-to-image to text-heavy posters and marketing banners, all with clear inputs and expected outputs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md documents input constraints (e.g., prompt length, pixel dimensions) and suggests specific parameters like `prompt_extend: false` and negative prompts for better control, addressing potential failure modes.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill directly uses the 'belt' CLI and does not rely on optional external tools with fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","While not explicitly stated as a checklist, the structured input and reliance on the 'belt' CLI imply that unexpected states or malformed inputs would lead to an error and halt.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and focused on image generation. It does not implicitly rely on other skills and clearly indicates its dependencies (the 'belt' CLI).",1778692371481,"This skill generates images using Alibaba's Qwen-Image-2.0-Pro model through the inference.sh CLI. It excels at professional text rendering, fine-grained realism, and semantic adherence, making it suitable for complex designs like posters and banners.",[195,196,197,198,199],"Generate images with Alibaba Qwen-Image-2.0-Pro","Professional text rendering for posters and banners","Fine-grained realism and enhanced semantic adherence","Supports image editing and style transfer","Reproducible generation with seed values",[201,202,203],"Performing general-purpose image editing beyond style transfer/inpainting","Replacing professional design software for all tasks","Generating abstract art without specific textual guidance","3.0.0","4.4.0","Generate professional-quality images with advanced text rendering and realism, ideal for creating marketing materials, posters, and visually rich designs.","The extension is highly polished, with excellent documentation, clear examples, and robust implementation via the 'belt' CLI. No critical or warning findings were identified.",99,"High-quality image generation skill leveraging Alibaba Qwen-Image-2.0-Pro with exceptional text rendering capabilities.",[211,212,213,214,215],"image-generation","qwen","alibaba","ai-art","text-rendering","global","verified",[219,220,221,222],"Creating posters with prominent, well-rendered text","Designing marketing banners for sales and promotions","Generating realistic images for product photography","Using AI for complex text-and-image design combinations",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":234,"testCoverage":235},{"hasLockfile":225},false,1778692339723,{"descriptionLength":228,"readmeSize":229},317,3286,{"closedIssues90d":8,"forks":231,"hasChangelog":225,"openIssues90d":8,"pushedAt":232,"stars":233},75,1778676522000,433,{"hasNpmPackage":225,"smitheryVerified":225},{"hasCi":225,"hasTests":225},{"updatedAt":237},1778692371602,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"tools/image/qwen-image-2-pro","inferen-sh","skills","skill",true,null,{"evaluate":246,"extract":248},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":247,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":249},"HEAD",{"repoId":251},"kd75bmkxfkvvw504knzzpkzjph86n71t",{"_creationTime":253,"_id":251,"identity":254,"providers":255,"workflow":1180},1778689686577.7676,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":256,"discover":1174,"github":1177},{"commitSha":249,"extensions":257},[258,434,443,451,459,467,475,483,491,499,507,515,523,531,539,547,555,563,571,579,587,595,603,611,619,627,635,643,651,659,667,675,683,691,699,707,715,723,749,773,788,804,812,820,828,836,844,852,860,868,876,884,892,900,908,916,924,932,940,948,956,964,972,980,985,996,1004,1012,1020,1028,1054,1062,1070,1078,1086,1094,1102,1110,1118,1126,1134,1142,1150,1158,1166],{"basePath":259,"description":260,"displayName":261,"installMethods":262,"license":263,"rationale":264,"selectedPaths":265,"source":432,"sourceLanguage":18,"type":433},"","AI agent skills for 250+ models via inference.sh CLI - generate images with FLUX, create videos with Veo, call LLMs, search the web, and more","inference-sh",{"claudeCode":261},"MIT","plugin manifest at .claude-plugin/plugin.json",[266,269,271,274,276,278,280,282,284,286,288,290,292,294,296,298,300,302,304,306,308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430],{"path":267,"priority":268},".claude-plugin/plugin.json","mandatory",{"path":270,"priority":268},"README.md",{"path":272,"priority":273},"guides/content/ai-automation-workflows/SKILL.md","medium",{"path":275,"priority":273},"guides/content/ai-content-pipeline/SKILL.md",{"path":277,"priority":273},"guides/content/ai-podcast-creation/SKILL.md",{"path":279,"priority":273},"guides/content/content-repurposing/SKILL.md",{"path":281,"priority":273},"guides/design/app-store-screenshots/SKILL.md",{"path":283,"priority":273},"guides/design/book-cover-design/SKILL.md",{"path":285,"priority":273},"guides/design/character-design-sheet/SKILL.md",{"path":287,"priority":273},"guides/design/data-visualization/SKILL.md",{"path":289,"priority":273},"guides/design/email-design/SKILL.md",{"path":291,"priority":273},"guides/design/landing-page-design/SKILL.md",{"path":293,"priority":273},"guides/design/logo-design-guide/SKILL.md",{"path":295,"priority":273},"guides/design/og-image-design/SKILL.md",{"path":297,"priority":273},"guides/design/pitch-deck-visuals/SKILL.md",{"path":299,"priority":273},"guides/design/youtube-thumbnail-design/SKILL.md",{"path":301,"priority":273},"guides/photo/ai-product-photography/SKILL.md",{"path":303,"priority":273},"guides/photo/product-photography/SKILL.md",{"path":305,"priority":273},"guides/product/competitor-teardown/SKILL.md",{"path":307,"priority":273},"guides/product/customer-persona/SKILL.md",{"path":309,"priority":273},"guides/product/product-changelog/SKILL.md",{"path":311,"priority":273},"guides/product/product-hunt-launch/SKILL.md",{"path":313,"priority":273},"guides/prompting/prompt-engineering/SKILL.md",{"path":315,"priority":273},"guides/prompting/video-prompting-guide/SKILL.md",{"path":317,"priority":273},"guides/social/ai-social-media-content/SKILL.md",{"path":319,"priority":273},"guides/social/linkedin-content/SKILL.md",{"path":321,"priority":273},"guides/social/social-media-carousel/SKILL.md",{"path":323,"priority":273},"guides/social/twitter-thread-creation/SKILL.md",{"path":325,"priority":273},"guides/video/ai-marketing-videos/SKILL.md",{"path":327,"priority":273},"guides/video/explainer-video-guide/SKILL.md",{"path":329,"priority":273},"guides/video/storyboard-creation/SKILL.md",{"path":331,"priority":273},"guides/video/talking-head-production/SKILL.md",{"path":333,"priority":273},"guides/video/video-ad-specs/SKILL.md",{"path":335,"priority":273},"guides/writing/case-study-writing/SKILL.md",{"path":337,"priority":273},"guides/writing/newsletter-curation/SKILL.md",{"path":339,"priority":273},"guides/writing/press-release-writing/SKILL.md",{"path":341,"priority":273},"guides/writing/seo-content-brief/SKILL.md",{"path":343,"priority":273},"guides/writing/technical-blog-writing/SKILL.md",{"path":345,"priority":273},"sdk/building-apps/SKILL.md",{"path":347,"priority":273},"sdk/javascript-sdk/SKILL.md",{"path":349,"priority":273},"sdk/python-sdk/SKILL.md",{"path":351,"priority":273},"tools/agent-tools/SKILL.md",{"path":353,"priority":273},"tools/infsh-cli/SKILL.md",{"path":355,"priority":273},"tools/audio/ai-music-generation/SKILL.md",{"path":357,"priority":273},"tools/audio/ai-voice-cloning/SKILL.md",{"path":359,"priority":273},"tools/audio/dialogue-audio/SKILL.md",{"path":361,"priority":273},"tools/audio/elevenlabs-dialogue/SKILL.md",{"path":363,"priority":273},"tools/audio/elevenlabs-dubbing/SKILL.md",{"path":365,"priority":273},"tools/audio/elevenlabs-music/SKILL.md",{"path":367,"priority":273},"tools/audio/elevenlabs-sound-effects/SKILL.md",{"path":369,"priority":273},"tools/audio/elevenlabs-stt/SKILL.md",{"path":371,"priority":273},"tools/audio/elevenlabs-tts/SKILL.md",{"path":373,"priority":273},"tools/audio/elevenlabs-voice-changer/SKILL.md",{"path":375,"priority":273},"tools/audio/elevenlabs-voice-isolator/SKILL.md",{"path":377,"priority":273},"tools/audio/speech-to-text/SKILL.md",{"path":379,"priority":273},"tools/audio/text-to-speech/SKILL.md",{"path":381,"priority":273},"tools/image/ai-image-generation/SKILL.md",{"path":383,"priority":273},"tools/image/background-removal/SKILL.md",{"path":385,"priority":273},"tools/image/flux-image/SKILL.md",{"path":387,"priority":273},"tools/image/image-upscaling/SKILL.md",{"path":389,"priority":273},"tools/image/nano-banana-2/SKILL.md",{"path":391,"priority":273},"tools/image/nano-banana/SKILL.md",{"path":393,"priority":273},"tools/image/qwen-image-2-pro/SKILL.md",{"path":395,"priority":273},"tools/image/qwen-image-2/SKILL.md",{"path":397,"priority":273},"tools/image/p-image/SKILL.md",{"path":399,"priority":273},"tools/llm/ai-rag-pipeline/SKILL.md",{"path":401,"priority":273},"tools/llm/llm-models/SKILL.md",{"path":403,"priority":273},"tools/llm/web-search/SKILL.md",{"path":405,"priority":273},"tools/social/twitter-automation/SKILL.md",{"path":407,"priority":273},"tools/utilities/agent-browser/SKILL.md",{"path":409,"priority":273},"tools/utilities/python-executor/SKILL.md",{"path":411,"priority":273},"tools/utilities/related-skill/SKILL.md",{"path":413,"priority":273},"tools/video/ai-avatar-video/SKILL.md",{"path":415,"priority":273},"tools/video/ai-video-generation/SKILL.md",{"path":417,"priority":273},"tools/video/google-veo/SKILL.md",{"path":419,"priority":273},"tools/video/image-to-video/SKILL.md",{"path":421,"priority":273},"tools/video/remotion-render/SKILL.md",{"path":423,"priority":273},"tools/video/p-video/SKILL.md",{"path":425,"priority":273},"ui/agent-ui/SKILL.md",{"path":427,"priority":273},"ui/chat-ui/SKILL.md",{"path":429,"priority":273},"ui/tools-ui/SKILL.md",{"path":431,"priority":273},"ui/widgets-ui/SKILL.md","rule","plugin",{"basePath":435,"description":436,"displayName":437,"installMethods":438,"rationale":439,"selectedPaths":440,"source":432,"sourceLanguage":18,"type":242},"guides/content/ai-automation-workflows","Build automated AI workflows combining multiple models and services. Patterns: batch processing, scheduled tasks, event-driven pipelines, agent loops. Tools: inference.sh CLI, bash scripting, Python SDK, webhook integration. Use for: content automation, data processing, monitoring, scheduled generation. Triggers: ai automation, workflow automation, batch processing, ai pipeline, automated content, scheduled ai, ai cron, ai batch job, automated generation, ai workflow, content at scale, automation script, ai orchestration","ai-automation-workflows",{"claudeCode":12},"SKILL.md frontmatter at guides/content/ai-automation-workflows/SKILL.md",[441],{"path":442,"priority":268},"SKILL.md",{"basePath":444,"description":445,"displayName":446,"installMethods":447,"rationale":448,"selectedPaths":449,"source":432,"sourceLanguage":18,"type":242},"guides/content/ai-content-pipeline","Build multi-step AI content creation pipelines combining image, video, audio, and text. Workflow examples: generate image -> animate -> add voiceover -> merge with music. Tools: FLUX, Veo, Kokoro TTS, OmniHuman, media merger, upscaling. Use for: YouTube videos, social media content, marketing materials, automated content. Triggers: content pipeline, ai workflow, content creation, multi-step ai, content automation, ai video workflow, generate and edit, ai content factory, automated content creation, ai production pipeline, media pipeline, content at scale","ai-content-pipeline",{"claudeCode":12},"SKILL.md frontmatter at guides/content/ai-content-pipeline/SKILL.md",[450],{"path":442,"priority":268},{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":432,"sourceLanguage":18,"type":242},"guides/content/ai-podcast-creation","Create AI-powered podcasts with text-to-speech, music, and audio editing. Tools: Kokoro TTS, DIA TTS, Chatterbox, AI music generation, media merger. Capabilities: multi-voice conversations, background music, intro/outro, full episodes. Use for: podcast production, audiobooks, voice content, audio newsletters. Triggers: podcast, ai podcast, text to speech podcast, audio content, voice over, ai audiobook, multi voice, conversation ai, notebooklm alternative, audio generation, podcast automation, ai narrator, voice content, audio newsletter, podcast maker","ai-podcast-creation",{"claudeCode":12},"SKILL.md frontmatter at guides/content/ai-podcast-creation/SKILL.md",[458],{"path":442,"priority":268},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":432,"sourceLanguage":18,"type":242},"guides/content/content-repurposing","Content atomization — turn one piece of content into many formats. Covers blog-to-thread, blog-to-carousel, podcast-to-blog, video-to-quotes, and more. Use for: content marketing, social media, multi-platform distribution, content strategy. Triggers: content repurposing, repurpose content, content atomization, content recycling, one to many content, multi platform content, cross post, adapt content, reformat content, blog to thread, blog to video, podcast to blog, content multiplication","content-repurposing",{"claudeCode":12},"SKILL.md frontmatter at guides/content/content-repurposing/SKILL.md",[466],{"path":442,"priority":268},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"rationale":472,"selectedPaths":473,"source":432,"sourceLanguage":18,"type":242},"guides/design/app-store-screenshots","App Store and Google Play screenshot creation with exact platform specs. Covers iOS/Android dimensions, gallery ordering, device mockups, and preview videos. Use for: app store optimization, ASO, app screenshots, app preview, play store listing. Triggers: app store screenshots, aso, app store optimization, play store screenshots, app preview, app listing, ios screenshots, android screenshots, app store images, app mockup, device mockup, app gallery, store listing","app-store-screenshots",{"claudeCode":12},"SKILL.md frontmatter at guides/design/app-store-screenshots/SKILL.md",[474],{"path":442,"priority":268},{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":432,"sourceLanguage":18,"type":242},"guides/design/book-cover-design","Book cover design with genre-specific conventions, typography rules, and AI image generation. Covers fiction and non-fiction genres, sizing, thumbnail testing, and iteration workflows. Use for: self-publishing, ebook covers, print covers, audiobook covers, cover mockups. Triggers: book cover, cover design, ebook cover, book art, novel cover, self publishing cover, kindle cover, audiobook cover, book jacket, cover illustration, fiction cover, nonfiction cover","book-cover-design",{"claudeCode":12},"SKILL.md frontmatter at guides/design/book-cover-design/SKILL.md",[482],{"path":442,"priority":268},{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":432,"sourceLanguage":18,"type":242},"guides/design/character-design-sheet","Character consistency across AI-generated images with reference sheets and LoRA techniques. Covers turnaround views, expression sheets, color palettes, and style consistency tricks. Use for: character design, game art, illustration, animation, comics, visual novels. Triggers: character design, character sheet, character consistency, character reference, turnaround sheet, expression sheet, character art, consistent character, character concept, reference sheet, character creation, oc design, character bible","character-design-sheet",{"claudeCode":12},"SKILL.md frontmatter at guides/design/character-design-sheet/SKILL.md",[490],{"path":442,"priority":268},{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":432,"sourceLanguage":18,"type":242},"guides/design/data-visualization","Data visualization with chart selection, color theory, and annotation best practices. Covers chart types (bar, line, scatter, heatmap), axes rules, and storytelling with data. Use for: charts, graphs, dashboards, reports, presentations, infographics, data stories. Triggers: data visualization, chart, graph, data chart, bar chart, line chart, scatter plot, data viz, visualization, dashboard chart, infographic data, data presentation, chart design, plot, heatmap, pie chart alternative","data-visualization",{"claudeCode":12},"SKILL.md frontmatter at guides/design/data-visualization/SKILL.md",[498],{"path":442,"priority":268},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":432,"sourceLanguage":18,"type":242},"guides/design/email-design","Email marketing design with layout patterns, subject line formulas, and deliverability rules. Covers welcome sequences, promotional emails, transactional templates, and mobile optimization. Use for: email marketing, newsletter design, drip campaigns, email templates, transactional emails. Triggers: email design, email template, email marketing, newsletter design, email layout, email campaign, drip campaign, welcome email, promotional email, transactional email, email subject line, email header image, email banner","email-design",{"claudeCode":12},"SKILL.md frontmatter at guides/design/email-design/SKILL.md",[506],{"path":442,"priority":268},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":432,"sourceLanguage":18,"type":242},"guides/design/landing-page-design","Landing page conversion optimization with layout rules, hero section design, and CTA psychology. Covers above-the-fold formula, social proof placement, mobile design, and F-pattern reading. Use for: startup landing pages, product pages, SaaS marketing, conversion optimization. Triggers: landing page, hero section, above the fold, conversion optimization, landing page design, cta button, hero image, landing page layout, saas landing page, product page design, conversion rate, landing page best practices","landing-page-design",{"claudeCode":12},"SKILL.md frontmatter at guides/design/landing-page-design/SKILL.md",[514],{"path":442,"priority":268},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":432,"sourceLanguage":18,"type":242},"guides/design/logo-design-guide","Logo design principles and AI image generation best practices for creating logos. Covers logo types, prompting techniques, scalability rules, and iteration workflows. Use for: brand identity, startup logos, app icons, favicons, logo concepts. Triggers: logo design, create logo, brand logo, logo generation, ai logo, logo maker, icon design, brand mark, logo concept, startup logo, app icon logo","logo-design-guide",{"claudeCode":12},"SKILL.md frontmatter at guides/design/logo-design-guide/SKILL.md",[522],{"path":442,"priority":268},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":432,"sourceLanguage":18,"type":242},"guides/design/og-image-design","Open Graph and social sharing image design with platform specs, text placement, and branding. Covers OG meta tags, Twitter cards, LinkedIn previews, and dynamic generation. Use for: social sharing images, blog thumbnails, link previews, social cards. Triggers: og image, open graph, social sharing image, twitter card, social card, link preview image, og meta, sharing preview, social thumbnail, meta image, og:image, twitter:image, linkedin preview","og-image-design",{"claudeCode":12},"SKILL.md frontmatter at guides/design/og-image-design/SKILL.md",[530],{"path":442,"priority":268},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":432,"sourceLanguage":18,"type":242},"guides/design/pitch-deck-visuals","Investor pitch deck structure with slide-by-slide framework, visual design rules, and data presentation. Covers the 12-slide framework, chart types, team slides, and common investor turn-offs. Use for: fundraising decks, investor presentations, startup pitch, demo day, grant proposals. Triggers: pitch deck, investor deck, startup pitch, fundraising deck, demo day, pitch presentation, investor presentation, seed deck, series a deck, pitch slides, startup presentation, vc pitch, investor meeting","pitch-deck-visuals",{"claudeCode":12},"SKILL.md frontmatter at guides/design/pitch-deck-visuals/SKILL.md",[538],{"path":442,"priority":268},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":432,"sourceLanguage":18,"type":242},"guides/design/youtube-thumbnail-design","YouTube thumbnail design with specific dimensions, contrast rules, and mobile preview optimization. Covers safe zones, text placement, face expression psychology, and A/B testing. Use for: YouTube thumbnails, video cover images, click-through optimization. Triggers: youtube thumbnail, thumbnail design, video thumbnail, click through rate, ctr optimization, youtube cover, video cover image, thumbnail maker, thumbnail tips, youtube design, video preview image","youtube-thumbnail-design",{"claudeCode":12},"SKILL.md frontmatter at guides/design/youtube-thumbnail-design/SKILL.md",[546],{"path":442,"priority":268},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":432,"sourceLanguage":18,"type":242},"guides/photo/ai-product-photography","Generate professional AI product photography and commercial images. Models: FLUX, Imagen 3, Grok, Seedream for product shots, lifestyle images, mockups. Capabilities: studio lighting, lifestyle scenes, packaging, e-commerce photos. Use for: e-commerce, Amazon listings, Shopify, marketing, advertising, mockups. Triggers: product photography, product shot, commercial photography, e-commerce images, amazon product photo, shopify images, product mockup, studio product shot, lifestyle product image, advertising photo, packshot, product render, product image ai","ai-product-photography",{"claudeCode":12},"SKILL.md frontmatter at guides/photo/ai-product-photography/SKILL.md",[554],{"path":442,"priority":268},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":432,"sourceLanguage":18,"type":242},"guides/photo/product-photography","AI product photography with studio lighting, lifestyle shots, and packshot conventions. Covers angles, backgrounds, shadow types, hero shots, and e-commerce image requirements. Use for: product photos, e-commerce images, Amazon listings, packshots, lifestyle photography. Triggers: product photography, product photo, packshot, e-commerce photography, product shot, product image, studio photography, lifestyle product, amazon product photo, product listing image, hero shot, product mockup, commercial photography","product-photography",{"claudeCode":12},"SKILL.md frontmatter at guides/photo/product-photography/SKILL.md",[562],{"path":442,"priority":268},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":432,"sourceLanguage":18,"type":242},"guides/product/competitor-teardown","Structured competitive analysis with feature matrices, SWOT, positioning maps, and UX review. Covers research frameworks, pricing comparison, review mining, and visual deliverables. Use for: market research, competitive intelligence, investor decks, product strategy, sales enablement. Triggers: competitor analysis, competitive analysis, competitor teardown, market research, competitive intelligence, swot analysis, competitor comparison, market landscape, competitor review, competitive landscape, feature comparison, market positioning","competitor-teardown",{"claudeCode":12},"SKILL.md frontmatter at guides/product/competitor-teardown/SKILL.md",[570],{"path":442,"priority":268},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":432,"sourceLanguage":18,"type":242},"guides/product/customer-persona","Research-backed customer persona creation with market data and avatar generation. Covers demographics, psychographics, jobs-to-be-done, journey mapping, and anti-personas. Use for: marketing strategy, product development, UX research, sales enablement, content strategy. Triggers: customer persona, buyer persona, user persona, target audience, ideal customer, customer profile, audience research, user research, icp, ideal customer profile, target market, customer avatar, audience persona","customer-persona",{"claudeCode":12},"SKILL.md frontmatter at guides/product/customer-persona/SKILL.md",[578],{"path":442,"priority":268},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":432,"sourceLanguage":18,"type":242},"guides/product/product-changelog","Product changelog and release notes that users actually read. Covers categorization, user-facing language, visuals, and distribution. Use for: release notes, changelogs, product updates, feature announcements, versioning. Triggers: changelog, release notes, product update, version notes, what's new, feature announcement, product changelog, update log, release announcement, version release, product release, ship notes","product-changelog",{"claudeCode":12},"SKILL.md frontmatter at guides/product/product-changelog/SKILL.md",[586],{"path":442,"priority":268},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":432,"sourceLanguage":18,"type":242},"guides/product/product-hunt-launch","Product Hunt launch optimization with specific specs, timing, and gallery strategy. Covers taglines, gallery images, maker comments, and launch day tactics. Use for: product launches, startup launches, side project launches, Product Hunt optimization. Triggers: product hunt, ph launch, product hunt launch, launch strategy, product launch, startup launch, product hunt tips, product hunt gallery, ph optimization, launch day, product hunt maker","product-hunt-launch",{"claudeCode":12},"SKILL.md frontmatter at guides/product/product-hunt-launch/SKILL.md",[594],{"path":442,"priority":268},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":432,"sourceLanguage":18,"type":242},"guides/prompting/prompt-engineering","Master prompt engineering for AI models: LLMs, image generators, video models. Techniques: chain-of-thought, few-shot, system prompts, negative prompts. Models: Claude, GPT-4, Gemini, FLUX, Veo, Stable Diffusion prompting. Use for: better AI outputs, consistent results, complex tasks, optimization. Triggers: prompt engineering, how to prompt, better prompts, prompt tips, prompting guide, llm prompting, image prompt, ai prompting, prompt optimization, prompt template, prompt structure, effective prompts, prompt techniques","prompt-engineering",{"claudeCode":12},"SKILL.md frontmatter at guides/prompting/prompt-engineering/SKILL.md",[602],{"path":442,"priority":268},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":432,"sourceLanguage":18,"type":242},"guides/prompting/video-prompting-guide","Best practices and techniques for writing effective AI video generation prompts. Covers: Veo, Seedance, Wan, Grok, Kling, Runway, Pika, Sora prompting strategies. Learn: shot types, camera movements, lighting, pacing, style keywords, negative prompts. Use for: improving video quality, getting consistent results, professional video prompts. Triggers: video prompt, how to prompt video, veo prompts, video generation tips, better ai video, video prompt engineering, video prompt guide, video prompt template, ai video tips, video prompt best practices, video prompt examples, cinematography prompts","video-prompting-guide",{"claudeCode":12},"SKILL.md frontmatter at guides/prompting/video-prompting-guide/SKILL.md",[610],{"path":442,"priority":268},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":432,"sourceLanguage":18,"type":242},"guides/social/ai-social-media-content","Create AI-powered social media content for TikTok, Instagram, YouTube, Twitter/X. Generate: images, videos, reels, shorts, thumbnails, captions, hashtags. Tools: FLUX, Veo, Seedance, Wan, Kokoro TTS, Claude for copywriting. Use for: content creators, social media managers, influencers, brands. Triggers: social media content, tiktok, instagram reels, youtube shorts, twitter post, content creator, ai influencer, social content, reels, shorts, viral content, thumbnail generator, caption generator, hashtag generator, ugc content","ai-social-media-content",{"claudeCode":12},"SKILL.md frontmatter at guides/social/ai-social-media-content/SKILL.md",[618],{"path":442,"priority":268},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":432,"sourceLanguage":18,"type":242},"guides/social/linkedin-content","LinkedIn post writing with hook formulas, formatting rules, and engagement patterns. Covers post types, algorithm signals, character limits, and content pillars. Use for: LinkedIn posts, professional content, thought leadership, B2B content, personal branding. Triggers: linkedin post, linkedin content, linkedin writing, linkedin strategy, linkedin engagement, linkedin algorithm, linkedin hook, linkedin formatting, thought leadership, professional content, b2b content, linkedin growth","linkedin-content",{"claudeCode":12},"SKILL.md frontmatter at guides/social/linkedin-content/SKILL.md",[626],{"path":442,"priority":268},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":432,"sourceLanguage":18,"type":242},"guides/social/social-media-carousel","Multi-slide carousel design for Instagram, LinkedIn, and Twitter/X with layout rules and hooks. Covers slide structure, text hierarchy, swipe psychology, and platform-specific specs. Use for: carousel posts, Instagram carousels, LinkedIn carousels, slide posts, educational content. Triggers: carousel, instagram carousel, linkedin carousel, slide post, carousel design, swipe post, multi-image post, carousel template, educational carousel, carousel content, instagram slides, linkedin slides","social-media-carousel",{"claudeCode":12},"SKILL.md frontmatter at guides/social/social-media-carousel/SKILL.md",[634],{"path":442,"priority":268},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":432,"sourceLanguage":18,"type":242},"guides/social/twitter-thread-creation","Twitter/X thread writing with hook tweets, thread structure, and engagement optimization. Covers tweet formatting, character limits, media attachments, and posting strategies. Use for: Twitter threads, X posts, tweet storms, Twitter content, social media writing. Triggers: twitter thread, tweet thread, x thread, twitter post, tweet writing, thread creation, tweet storm, twitter content, x post, twitter writing, twitter hook, tweet formatting, thread structure","twitter-thread-creation",{"claudeCode":12},"SKILL.md frontmatter at guides/social/twitter-thread-creation/SKILL.md",[642],{"path":442,"priority":268},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":432,"sourceLanguage":18,"type":242},"guides/video/ai-marketing-videos","Create AI marketing videos for ads, promos, product launches, and brand content. Models: Veo, Seedance, Wan, FLUX for visuals, Kokoro for voiceover. Types: product demos, testimonials, explainers, social ads, brand videos. Use for: Facebook ads, YouTube ads, product launches, brand awareness. Triggers: marketing video, ad video, promo video, commercial, brand video, product video, explainer video, ad creative, video ad, facebook ad video, youtube ad, instagram ad, tiktok ad, promotional video, launch video","ai-marketing-videos",{"claudeCode":12},"SKILL.md frontmatter at guides/video/ai-marketing-videos/SKILL.md",[650],{"path":442,"priority":268},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":432,"sourceLanguage":18,"type":242},"guides/video/explainer-video-guide","Explainer video production guide: scripting, voiceover, visuals, and assembly. Covers script formulas, pacing rules, scene planning, and multi-tool pipelines. Use for: product demos, how-it-works videos, onboarding videos, social explainers. Triggers: explainer video, how to make explainer, product video, demo video, video production, video script, animated explainer, product demo video, tutorial video, onboarding video, walkthrough video, video pipeline","explainer-video-guide",{"claudeCode":12},"SKILL.md frontmatter at guides/video/explainer-video-guide/SKILL.md",[658],{"path":442,"priority":268},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":432,"sourceLanguage":18,"type":242},"guides/video/storyboard-creation","Film and video storyboarding with shot vocabulary, continuity rules, and panel layout. Covers shot types, camera angles, movement, 180-degree rule, and annotation format. Use for: video planning, film pre-production, ad storyboards, music video planning, animation. Triggers: storyboard, storyboarding, shot list, film planning, video planning, pre production, shot composition, camera angles, scene planning, visual script, animatic, storyboard panels, video storyboard","storyboard-creation",{"claudeCode":12},"SKILL.md frontmatter at guides/video/storyboard-creation/SKILL.md",[666],{"path":442,"priority":268},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":432,"sourceLanguage":18,"type":242},"guides/video/talking-head-production","Talking head video production with AI avatars, lipsync, and voiceover. Recommended: P-Video-Avatar (fastest, cheapest, built-in TTS). Also covers OmniHuman, PixVerse, Fabric. Portrait requirements, audio quality, production workflows. Use for: spokesperson videos, course content, social media, presentations, demos. Triggers: talking head, avatar video, lipsync, lip sync, ai spokesperson, virtual presenter, ai presenter, omnihuman, talking avatar, video presenter, ai talking head, presenter video, ai face video, p-video-avatar","talking-head-production",{"claudeCode":12},"SKILL.md frontmatter at guides/video/talking-head-production/SKILL.md",[674],{"path":442,"priority":268},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":432,"sourceLanguage":18,"type":242},"guides/video/video-ad-specs","Video ad creation with exact platform-specific specs for TikTok, Instagram, YouTube, Facebook, LinkedIn. Covers dimensions, duration limits, AIDA framework, and caption requirements. Use for: video ads, social media ads, paid media creative, video marketing, ad production. Triggers: video ad, social media ad, tiktok ad, instagram ad, youtube ad, facebook ad, linkedin ad, video creative, ad specs, paid media, video marketing, ad production, reels ad, stories ad, pre roll, bumper ad","video-ad-specs",{"claudeCode":12},"SKILL.md frontmatter at guides/video/video-ad-specs/SKILL.md",[682],{"path":442,"priority":268},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":432,"sourceLanguage":18,"type":242},"guides/writing/case-study-writing","B2B case study writing with STAR framework, data visualization, and research. Covers structure, customer quotes, metrics presentation, and distribution formats. Use for: customer success stories, portfolio pieces, sales enablement, marketing content. Triggers: case study, customer story, success story, b2b case study, client testimonial, customer case study, portfolio case study, use case, customer win, results story","case-study-writing",{"claudeCode":12},"SKILL.md frontmatter at guides/writing/case-study-writing/SKILL.md",[690],{"path":442,"priority":268},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":432,"sourceLanguage":18,"type":242},"guides/writing/newsletter-curation","Newsletter curation with content sourcing, editorial structure, and subscriber growth strategies. Covers issue formatting, link roundups, commentary style, and sending cadence. Use for: email newsletters, link roundups, weekly digests, curated content, creator newsletters. Triggers: newsletter, email newsletter, newsletter curation, weekly digest, link roundup, curated newsletter, newsletter writing, newsletter format, subscriber growth, newsletter strategy, content curation, newsletter template","newsletter-curation",{"claudeCode":12},"SKILL.md frontmatter at guides/writing/newsletter-curation/SKILL.md",[698],{"path":442,"priority":268},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":432,"sourceLanguage":18,"type":242},"guides/writing/press-release-writing","Press release writing in AP style with inverted pyramid structure. Covers formatting, datelines, quotes, boilerplates, and fact-checking. Use for: product launches, funding announcements, partnerships, company news, events. Triggers: press release, pr writing, media release, news release, announcement, product launch announcement, funding announcement, company news, media advisory, ap style, press statement, news wire","press-release-writing",{"claudeCode":12},"SKILL.md frontmatter at guides/writing/press-release-writing/SKILL.md",[706],{"path":442,"priority":268},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":432,"sourceLanguage":18,"type":242},"guides/writing/seo-content-brief","SEO content brief creation with keyword research, search intent analysis, and content structure. Covers SERP analysis, heading hierarchy, word count targets, and internal linking strategy. Use for: content briefs, SEO writing, blog strategy, content planning, keyword targeting. Triggers: seo content brief, content brief, seo brief, keyword research, search intent, content strategy, blog brief, seo writing, content planning, keyword targeting, serp analysis, content outline, seo article, blog seo","seo-content-brief",{"claudeCode":12},"SKILL.md frontmatter at guides/writing/seo-content-brief/SKILL.md",[714],{"path":442,"priority":268},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":432,"sourceLanguage":18,"type":242},"guides/writing/technical-blog-writing","Technical blog post writing with structure, code examples, and developer audience conventions. Covers post types, code formatting, explanation depth, and developer-specific engagement patterns. Use for: engineering blogs, dev tutorials, technical writing, developer content, documentation posts. Triggers: technical blog, dev blog, engineering blog, technical writing, developer tutorial, tech post, code tutorial, programming blog, developer content, technical article, engineering post, coding tutorial, technical content","technical-blog-writing",{"claudeCode":12},"SKILL.md frontmatter at guides/writing/technical-blog-writing/SKILL.md",[722],{"path":442,"priority":268},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":432,"sourceLanguage":18,"type":242},"sdk/building-apps","Build and deploy applications on inference.sh. Use when getting started, understanding the platform, creating apps, configuring resources, or needing an overview of inference.sh app development. Supports both Python and Node.js. Triggers: inference.sh app, belt app, inf.yml, inference.py, inference.js, deploy app, app development, build app, create app, GPU app, VRAM, app resources, app secrets, app integrations, multi-function app","building-inferencesh-apps",{"claudeCode":12},"SKILL.md frontmatter at sdk/building-apps/SKILL.md",[730,731,733,735,737,739,741,743,745,747],{"path":442,"priority":268},{"path":732,"priority":273},"references/cli.md",{"path":734,"priority":273},"references/node-app-logic.md",{"path":736,"priority":273},"references/node-patterns.md",{"path":738,"priority":273},"references/node-secrets-oauth.md",{"path":740,"priority":273},"references/node-tracking.md",{"path":742,"priority":273},"references/python-app-logic.md",{"path":744,"priority":273},"references/python-patterns.md",{"path":746,"priority":273},"references/python-secrets-oauth.md",{"path":748,"priority":273},"references/python-tracking.md",{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":432,"sourceLanguage":18,"type":242},"sdk/javascript-sdk","JavaScript/TypeScript SDK for inference.sh - run AI apps, build agents, integrate 250+ models. Package: @inferencesh/sdk (npm install). Full TypeScript support, streaming, file uploads. Build agents with template or ad-hoc patterns, tool builder API, skills, human approval. Use for: JavaScript integration, TypeScript, Node.js, React, Next.js, frontend apps. Triggers: javascript sdk, typescript sdk, npm install, node.js api, js client, react ai, next.js ai, frontend sdk, @inferencesh/sdk, typescript agent, browser sdk, js integration","javascript-sdk",{"claudeCode":12},"SKILL.md frontmatter at sdk/javascript-sdk/SKILL.md",[756,757,759,761,763,765,767,769,771],{"path":442,"priority":268},{"path":758,"priority":273},"references/agent-patterns.md",{"path":760,"priority":273},"references/files.md",{"path":762,"priority":273},"references/react-integration.md",{"path":764,"priority":273},"references/server-proxy.md",{"path":766,"priority":273},"references/sessions.md",{"path":768,"priority":273},"references/streaming.md",{"path":770,"priority":273},"references/tool-builder.md",{"path":772,"priority":273},"references/typescript.md",{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":432,"sourceLanguage":18,"type":242},"sdk/python-sdk","Python SDK for inference.sh - run AI apps, build agents, and integrate with 250+ models. Package: inferencesh (pip install inferencesh). Supports sync/async, streaming, file uploads. Build agents with template or ad-hoc patterns, tool builder API, skills, and human approval. Use for: Python integration, AI apps, agent development, RAG pipelines, automation. Triggers: python sdk, inferencesh, pip install, python api, python client, async inference, python agent, tool builder python, programmatic ai, python integration, sdk python","python-sdk",{"claudeCode":12},"SKILL.md frontmatter at sdk/python-sdk/SKILL.md",[780,781,782,784,785,786,787],{"path":442,"priority":268},{"path":758,"priority":273},{"path":783,"priority":273},"references/async-patterns.md",{"path":760,"priority":273},{"path":766,"priority":273},{"path":768,"priority":273},{"path":770,"priority":273},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":432,"sourceLanguage":18,"type":242},"tools/agent-tools","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","agent-tools",{"claudeCode":12},"SKILL.md frontmatter at tools/agent-tools/SKILL.md",[795,796,798,800,802],{"path":442,"priority":268},{"path":797,"priority":273},"references/app-discovery.md",{"path":799,"priority":273},"references/authentication.md",{"path":801,"priority":273},"references/cli-reference.md",{"path":803,"priority":273},"references/running-apps.md",{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":432,"sourceLanguage":18,"type":242},"tools/audio/ai-music-generation","Generate AI music and songs with ElevenLabs, Diffrythm, Tencent Song Generation via inference.sh CLI. Models: ElevenLabs Music (up to 10 min, commercial license), Diffrythm (fast song generation), Tencent Song Generation (full songs with vocals). Capabilities: text-to-music, song generation, instrumental, lyrics to song, soundtrack creation. Use for: background music, social media content, game soundtracks, podcasts, royalty-free music. Triggers: music generation, ai music, generate song, ai composer, text to music, song generator, create music with ai, suno alternative, udio alternative, ai song, ai soundtrack, generate soundtrack, ai jingle, music ai, beat generator, elevenlabs music, eleven labs music","ai-music-generation",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/ai-music-generation/SKILL.md",[811],{"path":442,"priority":268},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":432,"sourceLanguage":18,"type":242},"tools/audio/ai-voice-cloning","AI voice generation, text-to-speech, and voice synthesis via inference.sh CLI. Models: Inworld TTS-2 (100+ languages, emotion/non-verbal steering), Inworld TTS 1.5 (ultra-low latency), ElevenLabs (22+ premium voices, 32 languages), Kokoro TTS, DIA, Chatterbox, Higgs, VibeVoice for natural speech. Capabilities: multiple voices, emotions, accents, long-form narration, conversation, voice transformation, delivery mode control, character voices. Use for: voiceovers, audiobooks, podcasts, video narration, accessibility, gaming NPCs, avatar audio, UGC. Triggers: voice cloning, tts, text to speech, ai voice, voice generation, voice synthesis, voice over, narration, speech synthesis, ai narrator, elevenlabs, eleven labs, natural voice, realistic speech, voice ai, voice changer, inworld, inworld tts, character voice, npc voice","ai-voice-cloning",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/ai-voice-cloning/SKILL.md",[819],{"path":442,"priority":268},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":432,"sourceLanguage":18,"type":242},"tools/audio/dialogue-audio","Multi-speaker dialogue audio creation with ElevenLabs and Dia TTS. Covers speaker tags, emotion control, pacing, conversation flow, and post-production. Use for: podcasts, audiobooks, explainers, character dialogue, conversational content. Triggers: dialogue audio, multi speaker, conversation audio, dia tts, two speakers, podcast audio, character voices, voice acting, dialogue generation, conversation tts, multi voice, speaker tags, dialogue recording, elevenlabs dialogue, eleven labs conversation","dialogue-audio",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/dialogue-audio/SKILL.md",[827],{"path":442,"priority":268},{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-dialogue","ElevenLabs multi-speaker dialogue generation - create conversations with different voices in a single audio file via inference.sh CLI. Capabilities: multi-voice dialogue, script-based generation, voice direction, conversation audio. Use for: podcasts, audiobooks, explainers, tutorials, character dialogue, video scripts. Triggers: elevenlabs dialogue, eleven labs dialogue, multi speaker, conversation audio, dialogue generation, text to dialogue, multi voice, voice acting, podcast dialogue, character voices, script to audio, elevenlabs conversation, two speakers","elevenlabs-dialogue",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-dialogue/SKILL.md",[835],{"path":442,"priority":268},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-dubbing","ElevenLabs automatic dubbing - translate and dub audio/video into 29 languages while preserving speaker voice via inference.sh CLI. Capabilities: auto speaker detection, voice-preserving translation, video dubbing, audio localization. Use for: content localization, video translation, multilingual content, international distribution. Triggers: dubbing, dub video, translate audio, video translation, audio translation, localize content, elevenlabs dubbing, eleven labs dub, multilingual dub, voice translation, auto dub, language dub, content localization","elevenlabs-dubbing",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-dubbing/SKILL.md",[843],{"path":442,"priority":268},{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-music","ElevenLabs AI music generation - create original music from text prompts via inference.sh CLI. Capabilities: text-to-music, custom duration up to 10 minutes, genre/mood/instrument control, royalty-free commercial use. Use for: background music, soundtracks, jingles, podcasts, video scores, game audio. Triggers: elevenlabs music, eleven labs music, ai music, generate music, music generation, compose music, ai composer, create song, soundtrack, background music, jingle, elevenlabs compose, music ai","elevenlabs-music",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-music/SKILL.md",[851],{"path":442,"priority":268},{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-sound-effects","Generate AI sound effects from text descriptions with ElevenLabs via inference.sh CLI. Capabilities: text-to-sound-effect, custom duration, royalty-free audio. Use for: video production, game audio, podcasts, films, presentations, social media. Triggers: sound effects, sfx, sound generation, ai sound effects, generate sound, foley, audio effects, sound design, text to sound, elevenlabs sound, eleven labs sfx, ambient sound, cinematic sound, game sound effects","elevenlabs-sound-effects",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-sound-effects/SKILL.md",[859],{"path":442,"priority":268},{"basePath":861,"description":862,"displayName":863,"installMethods":864,"rationale":865,"selectedPaths":866,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-stt","ElevenLabs speech-to-text with Scribe models and forced alignment via inference.sh CLI. Models: Scribe v1/v2 (98%+ accuracy, 90+ languages). Capabilities: transcription, speaker diarization, audio event tagging, word-level timestamps, forced alignment, subtitle generation. Use for: meeting transcription, subtitles, podcast transcripts, lip-sync timing, karaoke. Triggers: elevenlabs stt, elevenlabs transcription, scribe, elevenlabs speech to text, forced alignment, word alignment, subtitle timing, diarization, speaker identification, audio event detection, eleven labs transcribe","elevenlabs-stt",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-stt/SKILL.md",[867],{"path":442,"priority":268},{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-tts","ElevenLabs text-to-speech with 22+ premium voices, multilingual support, and voice tuning via inference.sh CLI. Models: eleven_multilingual_v2 (highest quality), eleven_turbo_v2_5 (low latency), eleven_flash_v2_5 (ultra-fast). Capabilities: text-to-speech, voice selection, stability/style control, 32 languages. Use for: voiceovers, audiobooks, video narration, podcasts, accessibility, IVR. Triggers: elevenlabs, eleven labs, elevenlabs tts, premium tts, professional voice, ai voice, high quality tts, multilingual tts, eleven labs voice, voice generation, natural speech, realistic voice, voice over, speech synthesis","elevenlabs-tts",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-tts/SKILL.md",[875],{"path":442,"priority":268},{"basePath":877,"description":878,"displayName":879,"installMethods":880,"rationale":881,"selectedPaths":882,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-voice-changer","ElevenLabs voice changer - transform any voice to a different voice while preserving speech content and emotion via inference.sh CLI. Models: eleven_multilingual_sts_v2 (70+ languages), eleven_english_sts_v2. Capabilities: speech-to-speech, voice transformation, accent change, voice disguise. Use for: content creation, voice acting, privacy, dubbing, character voices. Triggers: voice changer, speech to speech, voice transformation, change voice, voice swap, voice conversion, voice disguise, eleven labs voice changer, elevenlabs sts, transform voice, ai voice changer, voice modifier","elevenlabs-voice-changer",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-voice-changer/SKILL.md",[883],{"path":442,"priority":268},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":432,"sourceLanguage":18,"type":242},"tools/audio/elevenlabs-voice-isolator","ElevenLabs voice isolator - remove background noise and isolate vocals from audio via inference.sh CLI. Capabilities: noise removal, voice extraction, audio cleanup, background removal. Use for: podcast cleanup, interview audio, music vocals, noisy recordings, audio restoration. Triggers: voice isolator, noise removal, background removal, isolate voice, clean audio, remove background noise, audio cleanup, voice extraction, elevenlabs isolator, eleven labs noise, vocal isolation, denoise, audio restoration, voice separation","elevenlabs-voice-isolator",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/elevenlabs-voice-isolator/SKILL.md",[891],{"path":442,"priority":268},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":432,"sourceLanguage":18,"type":242},"tools/audio/speech-to-text","Transcribe audio to text with ElevenLabs Scribe and Whisper models via inference.sh CLI. Models: ElevenLabs Scribe v2 (98%+ accuracy, diarization), Fast Whisper Large V3, Whisper V3 Large. Capabilities: transcription, translation, multi-language, timestamps, speaker diarization, audio event tagging. Use for: meeting transcription, subtitles, podcast transcripts, voice notes. Triggers: speech to text, transcription, whisper, audio to text, transcribe audio, voice to text, stt, automatic transcription, subtitles generation, transcribe meeting, audio transcription, whisper ai, elevenlabs stt, scribe, eleven labs transcribe","speech-to-text",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/speech-to-text/SKILL.md",[899],{"path":442,"priority":268},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":432,"sourceLanguage":18,"type":242},"tools/audio/text-to-speech","Convert text to natural speech with Inworld TTS, ElevenLabs, DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: Inworld TTS-2 (100+ languages, emotion steering), Inworld TTS 1.5 (ultra-low latency), ElevenLabs (premium, 22+ voices, 32 languages), DIA TTS (conversational), Kokoro TTS, Chatterbox, Higgs Audio, VibeVoice (podcasts). Capabilities: text-to-speech, voice cloning, multi-speaker dialogue, podcast generation, expressive speech, emotion/delivery steering, character voices. Use for: voiceovers, audiobooks, podcasts, accessibility, video narration, IVR, voice assistants, gaming characters, avatar audio. Triggers: text to speech, tts, voice generation, ai voice, speech synthesis, voice over, generate speech, ai narrator, voice cloning, text to audio, elevenlabs, eleven labs, voice ai, ai voiceover, speech generator, natural voice, inworld, inworld tts, character voice, game voice, npc voice","text-to-speech",{"claudeCode":12},"SKILL.md frontmatter at tools/audio/text-to-speech/SKILL.md",[907],{"path":442,"priority":268},{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":432,"sourceLanguage":18,"type":242},"tools/image/ai-image-generation","Generate AI images with GPT-Image-2, FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: GPT-Image-2, FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, ImagineArt. Capabilities: text-to-image, image-to-image, inpainting, LoRA, image editing, upscaling, text rendering. Use for: AI art, product mockups, concept art, social media graphics, marketing visuals, illustrations. Triggers: flux, image generation, ai image, text to image, stable diffusion, generate image, ai art, midjourney alternative, dall-e alternative, text2img, t2i, image generator, ai picture, create image with ai, generative ai, ai illustration, grok image, gemini image, gpt image, openai image, chatgpt image","ai-image-generation",{"claudeCode":12},"SKILL.md frontmatter at tools/image/ai-image-generation/SKILL.md",[915],{"path":442,"priority":268},{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":432,"sourceLanguage":18,"type":242},"tools/image/background-removal","Remove backgrounds from images with BiRefNet via inference.sh CLI. Model: BiRefNet (high accuracy background removal). Use for: product photos, portraits, e-commerce, transparent PNGs, photo editing. Triggers: remove background, background removal, remove bg, transparent background, cut out image, background remover, rembg, product photo editing, cutout, transparent png, bg removal, photo cutout","background-removal",{"claudeCode":12},"SKILL.md frontmatter at tools/image/background-removal/SKILL.md",[923],{"path":442,"priority":268},{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":432,"sourceLanguage":18,"type":242},"tools/image/flux-image","Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilities: text-to-image, image-to-image, LoRA fine-tuning, custom styles. Triggers: flux, flux.2, flux dev, flux schnell, flux pro, black forest labs, flux image, flux ai, flux model, flux lora","flux-image",{"claudeCode":12},"SKILL.md frontmatter at tools/image/flux-image/SKILL.md",[931],{"path":442,"priority":268},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":432,"sourceLanguage":18,"type":242},"tools/image/gpt-image","Generate and edit images with OpenAI GPT-Image-2 via inference.sh CLI. Models: GPT-Image-2. Capabilities: text-to-image, image editing, inpainting, mask-based editing, multi-image reference, batch generation. Use for: product mockups, marketing visuals, image editing, concept art, inpainting, photo manipulation. Triggers: gpt image, gpt-image-2, openai image, chatgpt image, dall-e, dalle, openai image generation, gpt image edit, gpt inpainting, openai dall-e, gpt 4o image","gpt-image",{"claudeCode":12},"SKILL.md frontmatter at tools/image/gpt-image/SKILL.md",[939],{"path":442,"priority":268},{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":432,"sourceLanguage":18,"type":242},"tools/image/image-upscaling","Upscale and enhance images with Real-ESRGAN, Thera, Topaz, FLUX Upscaler via inference.sh CLI. Models: Real-ESRGAN, Thera (any size), FLUX Dev Upscaler, Topaz Image Upscaler. Use for: enhance low-res images, upscale AI art, restore old photos, increase resolution. Triggers: upscale image, image upscaler, enhance image, increase resolution, real esrgan, ai upscale, super resolution, image enhancement, upscaling, enlarge image, higher resolution, 4k upscale, hd upscale","image-upscaling",{"claudeCode":12},"SKILL.md frontmatter at tools/image/image-upscaling/SKILL.md",[947],{"path":442,"priority":268},{"basePath":949,"description":950,"displayName":951,"installMethods":952,"rationale":953,"selectedPaths":954,"source":432,"sourceLanguage":18,"type":242},"tools/image/nano-banana","Generate images with Google Gemini native image models via inference.sh CLI. Models: Gemini 3 Pro Image, Gemini 2.5 Flash Image. Capabilities: text-to-image, image editing, multi-image input. Triggers: nano banana, gemini image, gemini 3 pro image, gemini 2.5 flash image, google image generation, native image generation, gemini native image","nano-banana",{"claudeCode":12},"SKILL.md frontmatter at tools/image/nano-banana/SKILL.md",[955],{"path":442,"priority":268},{"basePath":957,"description":958,"displayName":959,"installMethods":960,"rationale":961,"selectedPaths":962,"source":432,"sourceLanguage":18,"type":242},"tools/image/nano-banana-2","Generate images with Google Gemini 3.1 Flash Image Preview (Nano Banana 2) via inference.sh CLI. Capabilities: text-to-image, image editing, multi-image input (up to 14 images), Google Search grounding. Triggers: nano banana 2, nanobanana 2, gemini 3.1 flash image, gemini 3 1 flash image preview, google image generation","nano-banana-2",{"claudeCode":12},"SKILL.md frontmatter at tools/image/nano-banana-2/SKILL.md",[963],{"path":442,"priority":268},{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":432,"sourceLanguage":18,"type":242},"tools/image/p-image","Generate images with Pruna P-Image models via inference.sh CLI. Models: P-Image, P-Image-LoRA, P-Image-Edit, P-Image-Edit-LoRA. Capabilities: text-to-image, image editing, LoRA styles, multi-image compositing, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna, p-image, pruna image, fast image generation, optimized flux, pruna ai, p image, fast ai image, economic image generation, cheap image generation","p-image",{"claudeCode":12},"SKILL.md frontmatter at tools/image/p-image/SKILL.md",[971],{"path":442,"priority":268},{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":432,"sourceLanguage":18,"type":242},"tools/image/qwen-image-2","Generate and edit images with Alibaba Qwen-Image-2.0 models via inference.sh CLI. Models: Qwen-Image-2.0 (fast), Qwen-Image-2.0-Pro (professional text rendering). Capabilities: text-to-image, multi-image editing, complex text rendering. Triggers: qwen image, qwen-image, alibaba image, dashscope image, qwen image 2, qwen image pro","qwen-image-2",{"claudeCode":12},"SKILL.md frontmatter at tools/image/qwen-image-2/SKILL.md",[979],{"path":442,"priority":268},{"basePath":239,"description":10,"displayName":13,"installMethods":981,"rationale":982,"selectedPaths":983,"source":432,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at tools/image/qwen-image-2-pro/SKILL.md",[984],{"path":442,"priority":268},{"basePath":986,"description":790,"displayName":987,"installMethods":988,"rationale":989,"selectedPaths":990,"source":432,"sourceLanguage":18,"type":242},"tools/infsh-cli","infsh-cli",{"claudeCode":12},"SKILL.md frontmatter at tools/infsh-cli/SKILL.md",[991,992,993,994,995],{"path":442,"priority":268},{"path":797,"priority":273},{"path":799,"priority":273},{"path":801,"priority":273},{"path":803,"priority":273},{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":432,"sourceLanguage":18,"type":242},"tools/llm/ai-rag-pipeline","Build RAG (Retrieval Augmented Generation) pipelines with web search and LLMs. Tools: Tavily Search, Exa Search, Exa Answer, Claude, GPT-4, Gemini via OpenRouter. Capabilities: research, fact-checking, grounded responses, knowledge retrieval. Use for: AI agents, research assistants, fact-checkers, knowledge bases. Triggers: rag, retrieval augmented generation, grounded ai, search and answer, research agent, fact checking, knowledge retrieval, ai research, search + llm, web grounded, perplexity alternative, ai with sources, citation, research pipeline","ai-rag-pipeline",{"claudeCode":12},"SKILL.md frontmatter at tools/llm/ai-rag-pipeline/SKILL.md",[1003],{"path":442,"priority":268},{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":432,"sourceLanguage":18,"type":242},"tools/llm/llm-models","Access Claude, Gemini, Kimi, GLM and 100+ LLMs via inference.sh CLI using OpenRouter. Models: Claude Opus 4.5, Claude Sonnet 4.5, Claude Haiku 4.5, Gemini 3 Pro, Kimi K2, GLM-4.6, Intellect 3. One API for all models with automatic fallback and cost optimization. Use for: AI assistants, code generation, reasoning, agents, chat, content generation. Triggers: claude api, openrouter, llm api, claude sonnet, claude opus, gemini api, kimi, language model, gpt alternative, anthropic api, ai model api, llm access, chat api, claude alternative, openai alternative","llm-models",{"claudeCode":12},"SKILL.md frontmatter at tools/llm/llm-models/SKILL.md",[1011],{"path":442,"priority":268},{"basePath":1013,"description":1014,"displayName":1015,"installMethods":1016,"rationale":1017,"selectedPaths":1018,"source":432,"sourceLanguage":18,"type":242},"tools/llm/web-search","Web search and content extraction with Tavily and Exa via inference.sh CLI. Apps: Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract. Capabilities: AI-powered search, content extraction, direct answers, research. Use for: research, RAG pipelines, fact-checking, content aggregation, agents. Triggers: web search, tavily, exa, search api, content extraction, research, internet search, ai search, search assistant, web scraping, rag, perplexity alternative","web-search",{"claudeCode":12},"SKILL.md frontmatter at tools/llm/web-search/SKILL.md",[1019],{"path":442,"priority":268},{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":432,"sourceLanguage":18,"type":242},"tools/social/twitter-automation","Automate Twitter/X with posting, engagement, and user management via inference.sh CLI. Apps: x/post-tweet, x/post-create (with media), x/post-like, x/post-retweet, x/dm-send, x/user-follow. Capabilities: post tweets, schedule content, like posts, retweet, send DMs, follow users, get profiles. Use for: social media automation, content scheduling, engagement bots, audience growth, X API. Triggers: twitter api, x api, tweet automation, post to twitter, twitter bot, social media automation, x automation, tweet scheduler, twitter integration, post tweet, twitter post, x post, send tweet","twitter-automation",{"claudeCode":12},"SKILL.md frontmatter at tools/social/twitter-automation/SKILL.md",[1027],{"path":442,"priority":268},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":432,"sourceLanguage":18,"type":242},"tools/utilities/agent-browser","Browser automation for AI agents via inference.sh. Navigate web pages, interact with elements using @e refs, take screenshots, record video. Capabilities: web scraping, form filling, clicking, typing, drag-drop, file upload, JavaScript execution. Use for: web automation, data extraction, testing, agent browsing, research. Triggers: browser, web automation, scrape, navigate, click, fill form, screenshot, browse web, playwright, headless browser, web agent, surf internet, record video","agent-browser",{"claudeCode":12},"SKILL.md frontmatter at tools/utilities/agent-browser/SKILL.md",[1035,1036,1037,1039,1041,1043,1045,1047,1050,1052],{"path":442,"priority":268},{"path":799,"priority":273},{"path":1038,"priority":273},"references/commands.md",{"path":1040,"priority":273},"references/proxy-support.md",{"path":1042,"priority":273},"references/session-management.md",{"path":1044,"priority":273},"references/snapshot-refs.md",{"path":1046,"priority":273},"references/video-recording.md",{"path":1048,"priority":1049},"templates/authenticated-session.sh","low",{"path":1051,"priority":1049},"templates/capture-workflow.sh",{"path":1053,"priority":1049},"templates/form-automation.sh",{"basePath":1055,"description":1056,"displayName":1057,"installMethods":1058,"rationale":1059,"selectedPaths":1060,"source":432,"sourceLanguage":18,"type":242},"tools/utilities/python-executor","Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and 100+ more libraries. Use for: data processing, web scraping, image manipulation, video creation, 3D model processing, PDF generation, API calls, automation scripts. Triggers: python, execute code, run script, web scraping, data analysis, image processing, video editing, 3D models, automation, pandas, matplotlib","python-executor",{"claudeCode":12},"SKILL.md frontmatter at tools/utilities/python-executor/SKILL.md",[1061],{"path":442,"priority":268},{"basePath":1063,"description":1064,"displayName":1065,"installMethods":1066,"rationale":1067,"selectedPaths":1068,"source":432,"sourceLanguage":18,"type":242},"tools/utilities/related-skill","Discover and install related skills from inference.sh skill registry. Helps find complementary skills for your AI workflow. Use for: skill discovery, workflow expansion, capability exploration. Triggers: related skills, find skills, skill discovery, complementary skills, expand workflow, more capabilities, similar skills, skill suggestions","related-skill",{"claudeCode":12},"SKILL.md frontmatter at tools/utilities/related-skill/SKILL.md",[1069],{"path":442,"priority":268},{"basePath":1071,"description":1072,"displayName":1073,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":432,"sourceLanguage":18,"type":242},"tools/video/ai-avatar-video","Create AI avatar and talking head videos via inference.sh CLI. Recommended: P-Video-Avatar (fastest, cheapest, built-in TTS). Also: OmniHuman, Fabric, PixVerse. Audio: Inworld TTS-2 (100+ languages, emotion steering for characters), ElevenLabs, Kokoro. Capabilities: audio-driven avatars, text-to-avatar, lipsync videos, talking head generation, virtual presenters, UGC content. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos, UGC ads, gaming avatars, NPC dialogue. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human, ugc, ugc video, ugc ad, avatar ugc","ai-avatar-video",{"claudeCode":12},"SKILL.md frontmatter at tools/video/ai-avatar-video/SKILL.md",[1077],{"path":442,"priority":268},{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":432,"sourceLanguage":18,"type":242},"tools/video/ai-video-generation","Generate AI videos with Google Veo, Seedance 2.0, HappyHorse, Wan, Grok and 40+ models via inference.sh CLI. Models: Veo 3.1, Veo 3, Seedance 2.0, HappyHorse 1.0, Wan 2.5, Grok Imagine Video, OmniHuman, Fabric, HunyuanVideo. Capabilities: text-to-video, image-to-video, reference-to-video, video editing, lipsync, avatar animation, video upscaling, foley sound. Use for: social media videos, marketing content, explainer videos, product demos, AI avatars. Triggers: video generation, ai video, text to video, image to video, veo, animate image, video from image, ai animation, video generator, generate video, t2v, i2v, ai video maker, create video with ai, runway alternative, pika alternative, sora alternative, kling alternative, seedance, happyhorse","ai-video-generation",{"claudeCode":12},"SKILL.md frontmatter at tools/video/ai-video-generation/SKILL.md",[1085],{"path":442,"priority":268},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":432,"sourceLanguage":18,"type":242},"tools/video/google-veo","Generate videos with Google Veo models via inference.sh CLI. Models: Veo 3.1, Veo 3.1 Fast, Veo 3, Veo 3 Fast, Veo 2. Capabilities: text-to-video, cinematic output, high quality video generation. Triggers: veo, google veo, veo 3, veo 2, veo 3.1, vertex ai video, google video generation, google video ai, veo model, veo video","google-veo",{"claudeCode":12},"SKILL.md frontmatter at tools/video/google-veo/SKILL.md",[1093],{"path":442,"priority":268},{"basePath":1095,"description":1096,"displayName":1097,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":432,"sourceLanguage":18,"type":242},"tools/video/happyhorse","Generate and edit videos with Alibaba HappyHorse 1.0 models via inference.sh CLI. Models: HappyHorse T2V, I2V, R2V, Video Edit. Capabilities: text-to-video, image-to-video, reference-to-video, video editing with natural language, character preservation, 720P/1080P, up to 15 seconds. Use for: physically realistic video, video editing, character-consistent content, product demos, social media. Triggers: happyhorse, happy horse, alibaba video, happyhorse 1.0, dashscope video, alibaba happyhorse, video editing ai, ai video editor","happyhorse",{"claudeCode":12},"SKILL.md frontmatter at tools/video/happyhorse/SKILL.md",[1101],{"path":442,"priority":268},{"basePath":1103,"description":1104,"displayName":1105,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":432,"sourceLanguage":18,"type":242},"tools/video/image-to-video","Still-to-video conversion guide: model selection, motion prompting, and camera movement. Covers Wan 2.5 i2v, Seedance, Fabric, Grok Video with when to use each. Use for: animating images, creating video from stills, adding motion, product animations. Triggers: image to video, i2v, animate image, still to video, add motion to image, image animation, photo to video, animate still, wan i2v, image2video, bring image to life, animate photo, motion from image","image-to-video",{"claudeCode":12},"SKILL.md frontmatter at tools/video/image-to-video/SKILL.md",[1109],{"path":442,"priority":268},{"basePath":1111,"description":1112,"displayName":1113,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":432,"sourceLanguage":18,"type":242},"tools/video/p-video","Generate videos with Pruna P-Video and WAN models via inference.sh CLI. Models: P-Video, WAN-T2V, WAN-I2V. Capabilities: text-to-video, image-to-video, audio support, 720p/1080p, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna video, p-video, pruna ai video, fast video generation, optimized video, wan t2v, wan i2v, economic video generation, cheap video generation, pruna text to video, pruna image to video","p-video",{"claudeCode":12},"SKILL.md frontmatter at tools/video/p-video/SKILL.md",[1117],{"path":442,"priority":268},{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":432,"sourceLanguage":18,"type":242},"tools/video/p-video-avatar","Generate talking head avatar videos with Pruna P-Video-Avatar via inference.sh CLI. Turn a portrait image into a realistic speaking video with built-in TTS. 18x faster and 6x cheaper than competitors. Models: P-Video-Avatar, P-Image (for portrait generation). Capabilities: text-to-avatar, audio-driven avatars, 30 voices, 10 languages, 720p/1080p, built-in TTS, dynamic backgrounds, full-body control. Use for: AI presenters, product demos, explainer videos, virtual influencers, marketing, education, multilingual content, UGC, gaming avatars. Triggers: avatar video, talking head, ai avatar, p-video-avatar, pruna avatar, video avatar, ai presenter, digital human, virtual presenter, lipsync, talking avatar, ai spokesperson, heygen alternative, synthesia alternative, veed alternative, fabric alternative, omnihuman alternative","p-video-avatar",{"claudeCode":12},"SKILL.md frontmatter at tools/video/p-video-avatar/SKILL.md",[1125],{"path":442,"priority":268},{"basePath":1127,"description":1128,"displayName":1129,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":432,"sourceLanguage":18,"type":242},"tools/video/remotion-render","Render videos from React/Remotion component code via inference.sh. Pass TSX code, get MP4. Supports all Remotion APIs: useCurrentFrame, useVideoConfig, spring, interpolate, AbsoluteFill, Sequence. Configurable resolution, FPS, duration, codec. Use for: programmatic video generation, animated graphics, motion design, data-driven videos, React animations to video. Triggers: remotion, render video from code, tsx to video, react video, programmatic video, remotion render, code to video, animated video, motion graphics code, react animation video","remotion-render",{"claudeCode":12},"SKILL.md frontmatter at tools/video/remotion-render/SKILL.md",[1133],{"path":442,"priority":268},{"basePath":1135,"description":1136,"displayName":1137,"installMethods":1138,"rationale":1139,"selectedPaths":1140,"source":432,"sourceLanguage":18,"type":242},"tools/video/seedance","Generate videos with ByteDance Seedance 2.0 via inference.sh CLI. Unified model for text-to-video, image-to-video, and reference-to-video with synchronized audio, up to 1080p, 4-15s duration. Pro and Fast variants. Studio variants with private asset library for portrait consistency. Use for: social media videos, music videos, product demos, animated content, AI video with sound. Triggers: seedance, seedance 2, bytedance video, seedance t2v, seedance i2v, seedance r2v, video with audio, seedance 2.0, bytedance seedance, seedance studio","seedance",{"claudeCode":12},"SKILL.md frontmatter at tools/video/seedance/SKILL.md",[1141],{"path":442,"priority":268},{"basePath":1143,"description":1144,"displayName":1145,"installMethods":1146,"rationale":1147,"selectedPaths":1148,"source":432,"sourceLanguage":18,"type":242},"ui/agent-ui","Batteries-included agent component for React/Next.js from ui.inference.sh. One component with runtime, tools, streaming, approvals, and widgets built in. Capabilities: drop-in agent, human-in-the-loop, client-side tools, form filling. Use for: building AI chat interfaces, agentic UIs, SaaS copilots, assistants. Triggers: agent component, agent ui, chat agent, shadcn agent, react agent,  agentic ui, ai assistant ui, copilot ui, inference ui, human in the loop","agent-ui",{"claudeCode":12},"SKILL.md frontmatter at ui/agent-ui/SKILL.md",[1149],{"path":442,"priority":268},{"basePath":1151,"description":1152,"displayName":1153,"installMethods":1154,"rationale":1155,"selectedPaths":1156,"source":432,"sourceLanguage":18,"type":242},"ui/chat-ui","Chat UI building blocks for React/Next.js from ui.inference.sh. Components: container, messages, input, typing indicators, avatars. Capabilities: chat interfaces, message lists, input handling, streaming. Use for: building custom chat UIs, messaging interfaces, AI assistants. Triggers: chat ui, chat component, message list, chat input, shadcn chat,  react chat, chat interface, messaging ui, conversation ui, chat building blocks","chat-ui",{"claudeCode":12},"SKILL.md frontmatter at ui/chat-ui/SKILL.md",[1157],{"path":442,"priority":268},{"basePath":1159,"description":1160,"displayName":1161,"installMethods":1162,"rationale":1163,"selectedPaths":1164,"source":432,"sourceLanguage":18,"type":242},"ui/tools-ui","Tool lifecycle UI components for React/Next.js from ui.inference.sh. Display tool calls: pending, progress, approval required, results. Capabilities: tool status, progress indicators, approval flows, results display. Use for: showing agent tool calls, human-in-the-loop approvals, tool output. Triggers: tool ui, tool calls, tool status, tool approval, tool results, agent tools, mcp tools ui, function calling ui, tool lifecycle, tool pending","tools-ui",{"claudeCode":12},"SKILL.md frontmatter at ui/tools-ui/SKILL.md",[1165],{"path":442,"priority":268},{"basePath":1167,"description":1168,"displayName":1169,"installMethods":1170,"rationale":1171,"selectedPaths":1172,"source":432,"sourceLanguage":18,"type":242},"ui/widgets-ui","Declarative UI widgets from JSON for React/Next.js from ui.inference.sh. Render rich interactive UIs from structured agent responses. Capabilities: forms, buttons, cards, layouts, inputs, selects, checkboxes. Use for: agent-generated UIs, dynamic forms, data display, interactive cards. Triggers: widgets, declarative ui, json ui, widget renderer, agent widgets, dynamic ui, form widgets, card widgets, shadcn widgets, structured output ui","widgets-ui",{"claudeCode":12},"SKILL.md frontmatter at ui/widgets-ui/SKILL.md",[1173],{"path":442,"priority":268},{"sources":1175},[1176],"manual",{"closedIssues90d":8,"description":1178,"forks":231,"openIssues90d":8,"pushedAt":232,"readmeSize":229,"stars":233,"topics":1179},"inference.sh Agent skills for using our API to give your agents access to hundreds of apps and other agents",[],{"classifiedAt":1181,"discoverAt":1182,"extractAt":1183,"githubAt":1183,"updatedAt":1181},1778690922683,1778689686577,1778690920590,[214,213,211,212,215],{"evaluatedAt":237,"extractAt":1186,"updatedAt":237},1778690923100,[],[1189,1205,1235,1263,1283,1312],{"_creationTime":1190,"_id":1191,"community":1192,"display":1193,"identity":1195,"providers":1196,"relations":1201,"tags":1202,"workflow":1203},1778690923100.041,"k176pha6nv6xtq5d52s9agr81s86nfta",{"reviewCount":8},{"description":974,"installMethods":1194,"name":975,"sourceUrl":14},{"claudeCode":12},{"basePath":973,"githubOwner":240,"githubRepo":241,"locale":18,"slug":975,"type":242},{"evaluate":1197,"extract":1200},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":1198,"targetMarket":216,"tier":217},[211,213,212,261,1199],"cli",{"commitSha":249},{"repoId":251},[213,1199,211,261,212],{"evaluatedAt":1204,"extractAt":1186,"updatedAt":1204},1778692339006,{"_creationTime":1206,"_id":1207,"community":1208,"display":1209,"identity":1215,"providers":1219,"relations":1227,"tags":1230,"workflow":1231},1778691530223.3884,"k1718hxj2cjyjrmhxfbj7theex86mdba",{"reviewCount":8},{"description":1210,"installMethods":1211,"name":1213,"sourceUrl":1214},"使用多提供商路由从文本生成图像和视频 — 支持 GPT Image 2.0（近乎完美的文本渲染）、Nanobanana 2、Seedream 5.0、Midjourney V8.1（统一的逼真+动漫风格）、Flux 2 Klein（经济高效的草稿）、Seedance 2.0 / Happyhorse 1.0 / Veo 3.1 视频，以及本地 ComfyUI 工作流。包含 1,446 个精选提示和风格感知提示增强。当用户想要创建图像/视频、设计素材、制作照片动画、增强提示或管理 AI 艺术工作流时使用。不适用于：通用聊天、代码生成、文档编写、现有素材的视频编辑、音频/TTS，或任何与 AI 图像/视频创建无关的任务。",{"claudeCode":1212},"jau123/MeiGen-AI-Design-MCP","openclaw","https://github.com/jau123/MeiGen-AI-Design-MCP",{"basePath":1213,"githubOwner":1216,"githubRepo":1217,"locale":1218,"slug":1213,"type":242},"jau123","MeiGen-AI-Design-MCP","zh-CN",{"evaluate":1220,"extract":1226},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1221,"tags":1222,"targetMarket":216,"tier":217},100,[211,1223,214,1224,598,1225],"video-generation","comfyui","design-assistant",{"commitSha":249},{"repoId":1228,"translatedFrom":1229},"kd7b1trrphkh2efj71w89w7qzh86nh22","k175txezbab4wcy00m9gcdq8qx86mz9k",[214,1224,1225,211,598,1223],{"evaluatedAt":1232,"extractAt":1233,"updatedAt":1234},1778691399174,1778691316210,1778691530223,{"_creationTime":1236,"_id":1237,"community":1238,"display":1239,"identity":1245,"providers":1248,"relations":1256,"tags":1259,"workflow":1260},1778691104676.0024,"k1774xvkdd90hm8spynfw373tn86nkme",{"reviewCount":8},{"description":1240,"installMethods":1241,"name":1243,"sourceUrl":1244},"Generate a vertical story image for TikTok or Instagram book promotion with cover art, hook text, and author branding.",{"claudeCode":1242},"iterationlayer/skills","generate-social-media-book-promo","https://github.com/iterationlayer/skills",{"basePath":1246,"githubOwner":1247,"githubRepo":241,"locale":18,"slug":1243,"type":242},"skills/generate-social-media-book-promo","iterationlayer",{"evaluate":1249,"extract":1255},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1221,"tags":1250,"targetMarket":216,"tier":217},[211,1251,1252,1253,1254],"marketing","social-media","book-promotion","api",{"commitSha":249},{"parentExtensionId":1257,"repoId":1258},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[1254,1253,211,1251,1252],{"evaluatedAt":1261,"extractAt":1262,"updatedAt":1261},1778693472094,1778691104676,{"_creationTime":1264,"_id":1265,"community":1266,"display":1267,"identity":1271,"providers":1273,"relations":1279,"tags":1280,"workflow":1281},1778691104676.0005,"k17dah8crr3q6zkvn3xmm4k31586mtjq",{"reviewCount":8},{"description":1268,"installMethods":1269,"name":1270,"sourceUrl":1244},"Generate a branded property listing graphic with a property photo, status badge, price, address, and key stats.",{"claudeCode":1242},"generate-real-estate-listing-graphic",{"basePath":1272,"githubOwner":1247,"githubRepo":241,"locale":18,"slug":1270,"type":242},"skills/generate-real-estate-listing-graphic",{"evaluate":1274,"extract":1278},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1221,"tags":1275,"targetMarket":216,"tier":217},[211,1276,1251,1254,1277],"real-estate","automation",{"commitSha":249},{"parentExtensionId":1257,"repoId":1258},[1254,1277,211,1251,1276],{"evaluatedAt":1282,"extractAt":1262,"updatedAt":1282},1778693314450,{"_creationTime":1284,"_id":1285,"community":1286,"display":1287,"identity":1293,"providers":1297,"relations":1305,"tags":1308,"workflow":1309},1778691497595.9663,"k17792mnz95ac4y4t8gsxermb586nbbz",{"reviewCount":8},{"description":1288,"installMethods":1289,"name":1291,"sourceUrl":1292},"Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image generation. Use when user asks to create \"知识漫画\", \"教育漫画\", \"biography comic\", \"tutorial comic\", or \"Logicomix-style comic\".",{"claudeCode":1290},"jimliu/baoyu-skills","baoyu-comic","https://github.com/jimliu/baoyu-skills",{"basePath":1294,"githubOwner":1295,"githubRepo":1296,"locale":18,"slug":1291,"type":242},"skills/baoyu-comic","jimliu","baoyu-skills",{"evaluate":1298,"extract":1304},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1221,"tags":1299,"targetMarket":216,"tier":217},[1300,211,1301,1302,1303],"comic-creation","storytelling","manga","educational",{"commitSha":249},{"parentExtensionId":1306,"repoId":1307},"k172q4hxm2acmg5ree5aeemx1x86m6hx","kd718jn448p61w289hzf15tecd86n3a4",[1300,1303,211,1302,1301],{"evaluatedAt":1310,"extractAt":1311,"updatedAt":1310},1778691600935,1778691497596,{"_creationTime":1313,"_id":1314,"community":1315,"display":1316,"identity":1320,"providers":1323,"relations":1329,"tags":1332,"workflow":1333},1778691540126.3228,"k17a6srwrs164d6mvsrhrxnzfh86mn7e",{"reviewCount":8},{"description":1317,"installMethods":1318,"name":1319,"sourceUrl":1214},"多角度产品影像工作流。当用户想要“拍摄产品”、“制作电商产品图”、“产品摄影集”、“电商产品图”、“产品多角度图”、“品牌产品视觉效果”，或提供单张产品照片并要求营销级变体时使用。从一张参考图像生成4个不同的方向（生活场景、微距细节、比例/上下文、营销布局）。不适用于：肖像、通用插图、徽标设计、视频创作——请使用其他技能或直接调用generate_image。",{"claudeCode":1212},"产品摄影工作流",{"basePath":1321,"githubOwner":1216,"githubRepo":1217,"locale":1218,"slug":1322,"type":242},"plugin/skills/product-photoshoot","product-photoshoot",{"evaluate":1324,"extract":1328},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1221,"tags":1325,"targetMarket":216,"tier":217},[211,558,1326,1225,1327],"e-commerce","mcp",{"commitSha":249,"license":263},{"parentExtensionId":1330,"repoId":1228,"translatedFrom":1331},"k174xmztzvdeaswqgaycam7ktx86n4ye","k1780hwy17wcqjq51m8b4hy5t986mbb5",[1225,1326,211,1327,558],{"evaluatedAt":1334,"extractAt":1233,"updatedAt":1335},1778691437434,1778691540126]