[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-inferen-sh-product-photography-zh-CN":3,"guides-for-inferen-sh-product-photography":1186,"similar-k17e7rgkj5te3a7228ex28sjy586mbq5-zh-CN":1187},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":237,"isFallback":242,"parentExtension":243,"providers":244,"relations":249,"repo":251,"tags":1183,"workflow":1184},1778690923100.0298,"k17e7rgkj5te3a7228ex28sjy586mbq5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"inferen-sh/skills","product-photography","https://github.com/inferen-sh/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":235},1778691270582.1816,"kn7an1fcc5cbx5ckbh2219a5dn86mxps","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,48,51,54,58,62,66,70,73,76,79,82,85,88,92,96,100,104,108,111,115,118,122,125,128,131,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of creating AI product photography with various styles and conventions, and specifies its use cases.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill utilizes the inference.sh CLI with specific models and configurations to generate distinct product photography styles, offering value beyond basic LLM image generation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides complete lifecycle coverage for generating product images, including setup, multiple shot types, and editing suggestions, making it ready for workflow integration.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on product photography generation and related guidance, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's capabilities, including specific shot types, conventions, and use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific application commands (`belt app run bytedance/seedream-4-5`, `belt app run falai/flux-dev-lora`, `belt app run bytedance/seededit-3-0-i2i`, `belt app run falai/topaz-image-upscaler`) which are appropriately scoped.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While the prompts specify parameters like 'prompt' and 'size', there is no explicit documentation for default values or precedence order of any configuration files.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tool names used within the code snippets (`belt app run ...`) are descriptive and specific to the inference.sh CLI.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Tool inputs are structured JSON objects with clearly defined parameters like 'prompt', 'size', 'width', 'height', and 'image', and outputs are implied to be image files.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The README indicates an MIT license, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows a commit date of 2026-05-13, indicating recent activity.",{"category":59,"check":63,"severity":64,"summary":65},"Dependency Management","not_applicable","The skill primarily relies on the 'belt' CLI and does not appear to bundle or manage complex third-party JavaScript/Python dependencies.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The skill requires a `belt login` command, implying secret handling is managed by the CLI, and no secrets are hardcoded or exposed in the provided script examples.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill uses specific prompts and structured input for image generation tools, treating external data as input parameters rather than executable instructions.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on the pre-installed `belt` CLI and does not fetch external scripts or content at runtime for execution.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill operates by calling the `belt` CLI, which is assumed to run in a sandboxed environment, and does not appear to perform file operations outside of its designated scope.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","The provided scripts only invoke the `belt` CLI and do not contain any detached process spawns or deny-retry loops that could indicate sandbox escape attempts.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's prompts are for image generation and do not instruct the agent to read or submit confidential data to third parties.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks, invisible characters, or obfuscated instructions.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The scripts only involve plain-text shell commands calling the `belt` CLI, with no obfuscation like base64 payloads or minified code.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill assumes the `belt` CLI is installed and configured, with instructions provided, but does not make assumptions about user project structure.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating either a new skill or very low current engagement, which does not negatively impact the score.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The README mentions 'inference-sh/skills@inference-sh-skills' and installation instructions reference 'refs/heads/main', suggesting versioning is managed via main branch or specific tags, and the MIT license is indicated.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","The tool inputs are structured JSON with specified keys ('prompt', 'size', etc.), implying validation by the underlying CLI tool.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill is purely for image generation and does not perform any destructive operations.",{"category":112,"check":113,"severity":46,"summary":114},"Code Execution","Error Handling","The provided scripts are simple CLI calls. Error handling details are not visible but are assumed to be managed by the `belt` CLI itself.",{"category":112,"check":116,"severity":64,"summary":117},"Logging","The skill itself does not perform logging; any audit trail would be managed by the `belt` CLI or the host agent.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill generates images based on prompts and does not appear to process personal data directly.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill is language-model-based image generation and has no discernible regional or jurisdictional logic, making it global.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on the `belt` CLI, which is cross-platform, and the provided scripts are standard shell commands.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README file exists and provides clear installation and usage instructions for the inference.sh skills.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The skill primarily utilizes a few specific `belt app run` commands, keeping the tool surface focused.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The skill uses distinct `belt app run` commands for different models/tasks (image generation, editing, upscaling), avoiding near-synonyms.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All features described in the SKILL.md and README (e.g., hero shots, packshots, lifestyle shots) correspond to actual commands and documented usage.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for both the Claude Code plugin and the 'npx skills add' method, along with setup for the 'belt' CLI and copy-pasteable examples.",{"category":145,"check":146,"severity":46,"summary":147},"Errors","Actionable error messages","Error messages are expected to be handled by the underlying `belt` CLI, but specific user-facing error remediation steps are not detailed within the skill's documentation.",{"category":105,"check":149,"severity":24,"summary":150},"Pinned dependencies","The skill relies on the `belt` CLI, which is assumed to be installed and managed independently, and the script uses standard shell commands.",{"category":33,"check":152,"severity":64,"summary":153},"Dry-run preview","The skill is for image generation, which is not a destructive operation and therefore does not require a dry-run mode.",{"category":155,"check":156,"severity":64,"summary":157},"Protocol","Idempotent retry & timeouts","The skill operates via CLI calls to external tools and does not involve remote state-changing operations that require idempotency or custom timeouts.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The skill's documentation does not mention any telemetry collection, implying it is either not collected or is opt-out and managed by the `belt` CLI.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill clearly defines its purpose (AI product photography) and its target use cases (e-commerce, Amazon listings, packshots) with specific triggers.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's purpose and provides trigger phrases.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured and under a reasonable length, with detailed explanations and examples.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md provides a clear overview and examples, with links to installation instructions, adhering to progressive disclosure.",{"category":171,"check":175,"severity":64,"summary":176},"Forked exploration","This skill is not an exploration-focused skill; it generates images based on specific prompts and does not require forked exploration.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The skill includes multiple ready-to-use examples for various shot types and workflows, demonstrating input, invocation, and expected output.",{"category":22,"check":181,"severity":46,"summary":182},"Edge cases","While the skill covers various shot types and provides helpful tables for angles, lighting, and backgrounds, explicit documentation of failure modes and recovery steps is minimal.",{"category":112,"check":184,"severity":64,"summary":185},"Tool Fallback","The skill does not rely on external MCP servers; it uses the local `belt` CLI.",{"category":187,"check":188,"severity":64,"summary":189},"Safety","Halt on unexpected state","The skill assumes the `belt` CLI is installed and functional; no specific pre-conditions are listed that would require halting on unexpected state outside of CLI readiness.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and relies only on the `belt` CLI, without implicit dependencies on other skills being loaded.",1778691270457,"This skill leverages the inference.sh CLI tool 'belt' to generate a variety of professional product images, including studio packshots, lifestyle shots, and detail close-ups, with guidance on camera angles, lighting, and composition.",[196,197,198,199],"Generate AI product photos with studio lighting","Create lifestyle shots and packshot conventions","Cover product angles, backgrounds, and shadow types","Produce hero shots and e-commerce image requirements",[201,202,203],"Performing actual product photo shoots with physical equipment","Editing existing non-AI generated photos beyond basic background changes","Providing advanced graphic design services outside of image generation","3.0.0","4.4.0","To enable users to easily create professional-grade product photography for e-commerce, listings, and marketing materials using AI.","The skill demonstrates high quality with comprehensive documentation, clear examples, and adherence to best practices across security and scope. Minor areas for improvement include more explicit documentation on error handling and edge cases.",95,"A high-quality skill for generating professional product photography using AI.",[211,13,212,213,214],"image-generation","e-commerce","cli","ai","global","verified",[218,219,220,221],"Generating product photos for online stores","Creating images for Amazon listings and packshots","Producing lifestyle photography to showcase products in context","Designing hero shots and mockups for marketing",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":233,"testCoverage":234},{"hasLockfile":224},false,1778691252118,{"descriptionLength":227,"readmeSize":228},514,3286,{"closedIssues90d":8,"forks":230,"hasChangelog":224,"openIssues90d":8,"pushedAt":231,"stars":232},75,1778676522000,433,{"hasNpmPackage":224,"smitheryVerified":224},{"hasCi":224,"hasTests":224},{"updatedAt":236},1778691270582,{"basePath":238,"githubOwner":239,"githubRepo":240,"locale":18,"slug":13,"type":241},"guides/photo/product-photography","inferen-sh","skills","skill",true,null,{"evaluate":245,"extract":247},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":246,"targetMarket":215,"tier":216},[211,13,212,213,214],{"commitSha":248},"HEAD",{"repoId":250},"kd75bmkxfkvvw504knzzpkzjph86n71t",{"_creationTime":252,"_id":250,"identity":253,"providers":254,"workflow":1179},1778689686577.7676,{"githubOwner":239,"githubRepo":240,"sourceUrl":14},{"classify":255,"discover":1173,"github":1176},{"commitSha":248,"extensions":256},[257,433,442,450,458,466,474,482,490,498,506,514,522,530,538,546,554,559,567,575,583,591,599,607,615,623,631,639,647,655,663,671,679,687,695,703,711,719,745,769,784,800,808,816,824,832,840,848,856,864,872,880,888,896,904,912,920,928,936,944,952,960,968,976,984,995,1003,1011,1019,1027,1053,1061,1069,1077,1085,1093,1101,1109,1117,1125,1133,1141,1149,1157,1165],{"basePath":258,"description":259,"displayName":260,"installMethods":261,"license":262,"rationale":263,"selectedPaths":264,"source":431,"sourceLanguage":18,"type":432},"","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":260},"MIT","plugin manifest at .claude-plugin/plugin.json",[265,268,270,273,275,277,279,281,283,285,287,289,291,293,295,297,299,301,303,305,307,309,311,313,315,317,319,321,323,325,327,329,331,333,335,337,339,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429],{"path":266,"priority":267},".claude-plugin/plugin.json","mandatory",{"path":269,"priority":267},"README.md",{"path":271,"priority":272},"guides/content/ai-automation-workflows/SKILL.md","medium",{"path":274,"priority":272},"guides/content/ai-content-pipeline/SKILL.md",{"path":276,"priority":272},"guides/content/ai-podcast-creation/SKILL.md",{"path":278,"priority":272},"guides/content/content-repurposing/SKILL.md",{"path":280,"priority":272},"guides/design/app-store-screenshots/SKILL.md",{"path":282,"priority":272},"guides/design/book-cover-design/SKILL.md",{"path":284,"priority":272},"guides/design/character-design-sheet/SKILL.md",{"path":286,"priority":272},"guides/design/data-visualization/SKILL.md",{"path":288,"priority":272},"guides/design/email-design/SKILL.md",{"path":290,"priority":272},"guides/design/landing-page-design/SKILL.md",{"path":292,"priority":272},"guides/design/logo-design-guide/SKILL.md",{"path":294,"priority":272},"guides/design/og-image-design/SKILL.md",{"path":296,"priority":272},"guides/design/pitch-deck-visuals/SKILL.md",{"path":298,"priority":272},"guides/design/youtube-thumbnail-design/SKILL.md",{"path":300,"priority":272},"guides/photo/ai-product-photography/SKILL.md",{"path":302,"priority":272},"guides/photo/product-photography/SKILL.md",{"path":304,"priority":272},"guides/product/competitor-teardown/SKILL.md",{"path":306,"priority":272},"guides/product/customer-persona/SKILL.md",{"path":308,"priority":272},"guides/product/product-changelog/SKILL.md",{"path":310,"priority":272},"guides/product/product-hunt-launch/SKILL.md",{"path":312,"priority":272},"guides/prompting/prompt-engineering/SKILL.md",{"path":314,"priority":272},"guides/prompting/video-prompting-guide/SKILL.md",{"path":316,"priority":272},"guides/social/ai-social-media-content/SKILL.md",{"path":318,"priority":272},"guides/social/linkedin-content/SKILL.md",{"path":320,"priority":272},"guides/social/social-media-carousel/SKILL.md",{"path":322,"priority":272},"guides/social/twitter-thread-creation/SKILL.md",{"path":324,"priority":272},"guides/video/ai-marketing-videos/SKILL.md",{"path":326,"priority":272},"guides/video/explainer-video-guide/SKILL.md",{"path":328,"priority":272},"guides/video/storyboard-creation/SKILL.md",{"path":330,"priority":272},"guides/video/talking-head-production/SKILL.md",{"path":332,"priority":272},"guides/video/video-ad-specs/SKILL.md",{"path":334,"priority":272},"guides/writing/case-study-writing/SKILL.md",{"path":336,"priority":272},"guides/writing/newsletter-curation/SKILL.md",{"path":338,"priority":272},"guides/writing/press-release-writing/SKILL.md",{"path":340,"priority":272},"guides/writing/seo-content-brief/SKILL.md",{"path":342,"priority":272},"guides/writing/technical-blog-writing/SKILL.md",{"path":344,"priority":272},"sdk/building-apps/SKILL.md",{"path":346,"priority":272},"sdk/javascript-sdk/SKILL.md",{"path":348,"priority":272},"sdk/python-sdk/SKILL.md",{"path":350,"priority":272},"tools/agent-tools/SKILL.md",{"path":352,"priority":272},"tools/infsh-cli/SKILL.md",{"path":354,"priority":272},"tools/audio/ai-music-generation/SKILL.md",{"path":356,"priority":272},"tools/audio/ai-voice-cloning/SKILL.md",{"path":358,"priority":272},"tools/audio/dialogue-audio/SKILL.md",{"path":360,"priority":272},"tools/audio/elevenlabs-dialogue/SKILL.md",{"path":362,"priority":272},"tools/audio/elevenlabs-dubbing/SKILL.md",{"path":364,"priority":272},"tools/audio/elevenlabs-music/SKILL.md",{"path":366,"priority":272},"tools/audio/elevenlabs-sound-effects/SKILL.md",{"path":368,"priority":272},"tools/audio/elevenlabs-stt/SKILL.md",{"path":370,"priority":272},"tools/audio/elevenlabs-tts/SKILL.md",{"path":372,"priority":272},"tools/audio/elevenlabs-voice-changer/SKILL.md",{"path":374,"priority":272},"tools/audio/elevenlabs-voice-isolator/SKILL.md",{"path":376,"priority":272},"tools/audio/speech-to-text/SKILL.md",{"path":378,"priority":272},"tools/audio/text-to-speech/SKILL.md",{"path":380,"priority":272},"tools/image/ai-image-generation/SKILL.md",{"path":382,"priority":272},"tools/image/background-removal/SKILL.md",{"path":384,"priority":272},"tools/image/flux-image/SKILL.md",{"path":386,"priority":272},"tools/image/image-upscaling/SKILL.md",{"path":388,"priority":272},"tools/image/nano-banana-2/SKILL.md",{"path":390,"priority":272},"tools/image/nano-banana/SKILL.md",{"path":392,"priority":272},"tools/image/qwen-image-2-pro/SKILL.md",{"path":394,"priority":272},"tools/image/qwen-image-2/SKILL.md",{"path":396,"priority":272},"tools/image/p-image/SKILL.md",{"path":398,"priority":272},"tools/llm/ai-rag-pipeline/SKILL.md",{"path":400,"priority":272},"tools/llm/llm-models/SKILL.md",{"path":402,"priority":272},"tools/llm/web-search/SKILL.md",{"path":404,"priority":272},"tools/social/twitter-automation/SKILL.md",{"path":406,"priority":272},"tools/utilities/agent-browser/SKILL.md",{"path":408,"priority":272},"tools/utilities/python-executor/SKILL.md",{"path":410,"priority":272},"tools/utilities/related-skill/SKILL.md",{"path":412,"priority":272},"tools/video/ai-avatar-video/SKILL.md",{"path":414,"priority":272},"tools/video/ai-video-generation/SKILL.md",{"path":416,"priority":272},"tools/video/google-veo/SKILL.md",{"path":418,"priority":272},"tools/video/image-to-video/SKILL.md",{"path":420,"priority":272},"tools/video/remotion-render/SKILL.md",{"path":422,"priority":272},"tools/video/p-video/SKILL.md",{"path":424,"priority":272},"ui/agent-ui/SKILL.md",{"path":426,"priority":272},"ui/chat-ui/SKILL.md",{"path":428,"priority":272},"ui/tools-ui/SKILL.md",{"path":430,"priority":272},"ui/widgets-ui/SKILL.md","rule","plugin",{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":431,"sourceLanguage":18,"type":241},"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",[440],{"path":441,"priority":267},"SKILL.md",{"basePath":443,"description":444,"displayName":445,"installMethods":446,"rationale":447,"selectedPaths":448,"source":431,"sourceLanguage":18,"type":241},"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",[449],{"path":441,"priority":267},{"basePath":451,"description":452,"displayName":453,"installMethods":454,"rationale":455,"selectedPaths":456,"source":431,"sourceLanguage":18,"type":241},"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",[457],{"path":441,"priority":267},{"basePath":459,"description":460,"displayName":461,"installMethods":462,"rationale":463,"selectedPaths":464,"source":431,"sourceLanguage":18,"type":241},"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",[465],{"path":441,"priority":267},{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":431,"sourceLanguage":18,"type":241},"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",[473],{"path":441,"priority":267},{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":431,"sourceLanguage":18,"type":241},"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",[481],{"path":441,"priority":267},{"basePath":483,"description":484,"displayName":485,"installMethods":486,"rationale":487,"selectedPaths":488,"source":431,"sourceLanguage":18,"type":241},"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",[489],{"path":441,"priority":267},{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":431,"sourceLanguage":18,"type":241},"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",[497],{"path":441,"priority":267},{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":431,"sourceLanguage":18,"type":241},"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",[505],{"path":441,"priority":267},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":431,"sourceLanguage":18,"type":241},"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",[513],{"path":441,"priority":267},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":431,"sourceLanguage":18,"type":241},"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",[521],{"path":441,"priority":267},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":431,"sourceLanguage":18,"type":241},"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",[529],{"path":441,"priority":267},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":431,"sourceLanguage":18,"type":241},"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",[537],{"path":441,"priority":267},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":431,"sourceLanguage":18,"type":241},"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",[545],{"path":441,"priority":267},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":431,"sourceLanguage":18,"type":241},"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",[553],{"path":441,"priority":267},{"basePath":238,"description":10,"displayName":13,"installMethods":555,"rationale":556,"selectedPaths":557,"source":431,"sourceLanguage":18,"type":241},{"claudeCode":12},"SKILL.md frontmatter at guides/photo/product-photography/SKILL.md",[558],{"path":441,"priority":267},{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":431,"sourceLanguage":18,"type":241},"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",[566],{"path":441,"priority":267},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":431,"sourceLanguage":18,"type":241},"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",[574],{"path":441,"priority":267},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":431,"sourceLanguage":18,"type":241},"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",[582],{"path":441,"priority":267},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":431,"sourceLanguage":18,"type":241},"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",[590],{"path":441,"priority":267},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":431,"sourceLanguage":18,"type":241},"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",[598],{"path":441,"priority":267},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":431,"sourceLanguage":18,"type":241},"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",[606],{"path":441,"priority":267},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":431,"sourceLanguage":18,"type":241},"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",[614],{"path":441,"priority":267},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":431,"sourceLanguage":18,"type":241},"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",[622],{"path":441,"priority":267},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":431,"sourceLanguage":18,"type":241},"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",[630],{"path":441,"priority":267},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":431,"sourceLanguage":18,"type":241},"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",[638],{"path":441,"priority":267},{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":431,"sourceLanguage":18,"type":241},"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",[646],{"path":441,"priority":267},{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":431,"sourceLanguage":18,"type":241},"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",[654],{"path":441,"priority":267},{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":431,"sourceLanguage":18,"type":241},"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",[662],{"path":441,"priority":267},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":431,"sourceLanguage":18,"type":241},"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",[670],{"path":441,"priority":267},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":431,"sourceLanguage":18,"type":241},"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",[678],{"path":441,"priority":267},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":431,"sourceLanguage":18,"type":241},"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",[686],{"path":441,"priority":267},{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":431,"sourceLanguage":18,"type":241},"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",[694],{"path":441,"priority":267},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":431,"sourceLanguage":18,"type":241},"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",[702],{"path":441,"priority":267},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":431,"sourceLanguage":18,"type":241},"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",[710],{"path":441,"priority":267},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":431,"sourceLanguage":18,"type":241},"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",[718],{"path":441,"priority":267},{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":431,"sourceLanguage":18,"type":241},"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",[726,727,729,731,733,735,737,739,741,743],{"path":441,"priority":267},{"path":728,"priority":272},"references/cli.md",{"path":730,"priority":272},"references/node-app-logic.md",{"path":732,"priority":272},"references/node-patterns.md",{"path":734,"priority":272},"references/node-secrets-oauth.md",{"path":736,"priority":272},"references/node-tracking.md",{"path":738,"priority":272},"references/python-app-logic.md",{"path":740,"priority":272},"references/python-patterns.md",{"path":742,"priority":272},"references/python-secrets-oauth.md",{"path":744,"priority":272},"references/python-tracking.md",{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":431,"sourceLanguage":18,"type":241},"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",[752,753,755,757,759,761,763,765,767],{"path":441,"priority":267},{"path":754,"priority":272},"references/agent-patterns.md",{"path":756,"priority":272},"references/files.md",{"path":758,"priority":272},"references/react-integration.md",{"path":760,"priority":272},"references/server-proxy.md",{"path":762,"priority":272},"references/sessions.md",{"path":764,"priority":272},"references/streaming.md",{"path":766,"priority":272},"references/tool-builder.md",{"path":768,"priority":272},"references/typescript.md",{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":431,"sourceLanguage":18,"type":241},"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",[776,777,778,780,781,782,783],{"path":441,"priority":267},{"path":754,"priority":272},{"path":779,"priority":272},"references/async-patterns.md",{"path":756,"priority":272},{"path":762,"priority":272},{"path":764,"priority":272},{"path":766,"priority":272},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":431,"sourceLanguage":18,"type":241},"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",[791,792,794,796,798],{"path":441,"priority":267},{"path":793,"priority":272},"references/app-discovery.md",{"path":795,"priority":272},"references/authentication.md",{"path":797,"priority":272},"references/cli-reference.md",{"path":799,"priority":272},"references/running-apps.md",{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":431,"sourceLanguage":18,"type":241},"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",[807],{"path":441,"priority":267},{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":431,"sourceLanguage":18,"type":241},"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",[815],{"path":441,"priority":267},{"basePath":817,"description":818,"displayName":819,"installMethods":820,"rationale":821,"selectedPaths":822,"source":431,"sourceLanguage":18,"type":241},"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",[823],{"path":441,"priority":267},{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":431,"sourceLanguage":18,"type":241},"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",[831],{"path":441,"priority":267},{"basePath":833,"description":834,"displayName":835,"installMethods":836,"rationale":837,"selectedPaths":838,"source":431,"sourceLanguage":18,"type":241},"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",[839],{"path":441,"priority":267},{"basePath":841,"description":842,"displayName":843,"installMethods":844,"rationale":845,"selectedPaths":846,"source":431,"sourceLanguage":18,"type":241},"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",[847],{"path":441,"priority":267},{"basePath":849,"description":850,"displayName":851,"installMethods":852,"rationale":853,"selectedPaths":854,"source":431,"sourceLanguage":18,"type":241},"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",[855],{"path":441,"priority":267},{"basePath":857,"description":858,"displayName":859,"installMethods":860,"rationale":861,"selectedPaths":862,"source":431,"sourceLanguage":18,"type":241},"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",[863],{"path":441,"priority":267},{"basePath":865,"description":866,"displayName":867,"installMethods":868,"rationale":869,"selectedPaths":870,"source":431,"sourceLanguage":18,"type":241},"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",[871],{"path":441,"priority":267},{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":431,"sourceLanguage":18,"type":241},"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",[879],{"path":441,"priority":267},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":431,"sourceLanguage":18,"type":241},"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",[887],{"path":441,"priority":267},{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":431,"sourceLanguage":18,"type":241},"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",[895],{"path":441,"priority":267},{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":431,"sourceLanguage":18,"type":241},"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",[903],{"path":441,"priority":267},{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":431,"sourceLanguage":18,"type":241},"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",[911],{"path":441,"priority":267},{"basePath":913,"description":914,"displayName":915,"installMethods":916,"rationale":917,"selectedPaths":918,"source":431,"sourceLanguage":18,"type":241},"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",[919],{"path":441,"priority":267},{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":431,"sourceLanguage":18,"type":241},"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",[927],{"path":441,"priority":267},{"basePath":929,"description":930,"displayName":931,"installMethods":932,"rationale":933,"selectedPaths":934,"source":431,"sourceLanguage":18,"type":241},"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",[935],{"path":441,"priority":267},{"basePath":937,"description":938,"displayName":939,"installMethods":940,"rationale":941,"selectedPaths":942,"source":431,"sourceLanguage":18,"type":241},"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",[943],{"path":441,"priority":267},{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":431,"sourceLanguage":18,"type":241},"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",[951],{"path":441,"priority":267},{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":431,"sourceLanguage":18,"type":241},"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",[959],{"path":441,"priority":267},{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":431,"sourceLanguage":18,"type":241},"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",[967],{"path":441,"priority":267},{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":431,"sourceLanguage":18,"type":241},"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",[975],{"path":441,"priority":267},{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":431,"sourceLanguage":18,"type":241},"tools/image/qwen-image-2-pro","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","qwen-image-2-pro",{"claudeCode":12},"SKILL.md frontmatter at tools/image/qwen-image-2-pro/SKILL.md",[983],{"path":441,"priority":267},{"basePath":985,"description":786,"displayName":986,"installMethods":987,"rationale":988,"selectedPaths":989,"source":431,"sourceLanguage":18,"type":241},"tools/infsh-cli","infsh-cli",{"claudeCode":12},"SKILL.md frontmatter at tools/infsh-cli/SKILL.md",[990,991,992,993,994],{"path":441,"priority":267},{"path":793,"priority":272},{"path":795,"priority":272},{"path":797,"priority":272},{"path":799,"priority":272},{"basePath":996,"description":997,"displayName":998,"installMethods":999,"rationale":1000,"selectedPaths":1001,"source":431,"sourceLanguage":18,"type":241},"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",[1002],{"path":441,"priority":267},{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":431,"sourceLanguage":18,"type":241},"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",[1010],{"path":441,"priority":267},{"basePath":1012,"description":1013,"displayName":1014,"installMethods":1015,"rationale":1016,"selectedPaths":1017,"source":431,"sourceLanguage":18,"type":241},"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",[1018],{"path":441,"priority":267},{"basePath":1020,"description":1021,"displayName":1022,"installMethods":1023,"rationale":1024,"selectedPaths":1025,"source":431,"sourceLanguage":18,"type":241},"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",[1026],{"path":441,"priority":267},{"basePath":1028,"description":1029,"displayName":1030,"installMethods":1031,"rationale":1032,"selectedPaths":1033,"source":431,"sourceLanguage":18,"type":241},"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",[1034,1035,1036,1038,1040,1042,1044,1046,1049,1051],{"path":441,"priority":267},{"path":795,"priority":272},{"path":1037,"priority":272},"references/commands.md",{"path":1039,"priority":272},"references/proxy-support.md",{"path":1041,"priority":272},"references/session-management.md",{"path":1043,"priority":272},"references/snapshot-refs.md",{"path":1045,"priority":272},"references/video-recording.md",{"path":1047,"priority":1048},"templates/authenticated-session.sh","low",{"path":1050,"priority":1048},"templates/capture-workflow.sh",{"path":1052,"priority":1048},"templates/form-automation.sh",{"basePath":1054,"description":1055,"displayName":1056,"installMethods":1057,"rationale":1058,"selectedPaths":1059,"source":431,"sourceLanguage":18,"type":241},"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",[1060],{"path":441,"priority":267},{"basePath":1062,"description":1063,"displayName":1064,"installMethods":1065,"rationale":1066,"selectedPaths":1067,"source":431,"sourceLanguage":18,"type":241},"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",[1068],{"path":441,"priority":267},{"basePath":1070,"description":1071,"displayName":1072,"installMethods":1073,"rationale":1074,"selectedPaths":1075,"source":431,"sourceLanguage":18,"type":241},"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",[1076],{"path":441,"priority":267},{"basePath":1078,"description":1079,"displayName":1080,"installMethods":1081,"rationale":1082,"selectedPaths":1083,"source":431,"sourceLanguage":18,"type":241},"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",[1084],{"path":441,"priority":267},{"basePath":1086,"description":1087,"displayName":1088,"installMethods":1089,"rationale":1090,"selectedPaths":1091,"source":431,"sourceLanguage":18,"type":241},"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",[1092],{"path":441,"priority":267},{"basePath":1094,"description":1095,"displayName":1096,"installMethods":1097,"rationale":1098,"selectedPaths":1099,"source":431,"sourceLanguage":18,"type":241},"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",[1100],{"path":441,"priority":267},{"basePath":1102,"description":1103,"displayName":1104,"installMethods":1105,"rationale":1106,"selectedPaths":1107,"source":431,"sourceLanguage":18,"type":241},"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",[1108],{"path":441,"priority":267},{"basePath":1110,"description":1111,"displayName":1112,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":431,"sourceLanguage":18,"type":241},"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",[1116],{"path":441,"priority":267},{"basePath":1118,"description":1119,"displayName":1120,"installMethods":1121,"rationale":1122,"selectedPaths":1123,"source":431,"sourceLanguage":18,"type":241},"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",[1124],{"path":441,"priority":267},{"basePath":1126,"description":1127,"displayName":1128,"installMethods":1129,"rationale":1130,"selectedPaths":1131,"source":431,"sourceLanguage":18,"type":241},"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",[1132],{"path":441,"priority":267},{"basePath":1134,"description":1135,"displayName":1136,"installMethods":1137,"rationale":1138,"selectedPaths":1139,"source":431,"sourceLanguage":18,"type":241},"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",[1140],{"path":441,"priority":267},{"basePath":1142,"description":1143,"displayName":1144,"installMethods":1145,"rationale":1146,"selectedPaths":1147,"source":431,"sourceLanguage":18,"type":241},"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",[1148],{"path":441,"priority":267},{"basePath":1150,"description":1151,"displayName":1152,"installMethods":1153,"rationale":1154,"selectedPaths":1155,"source":431,"sourceLanguage":18,"type":241},"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",[1156],{"path":441,"priority":267},{"basePath":1158,"description":1159,"displayName":1160,"installMethods":1161,"rationale":1162,"selectedPaths":1163,"source":431,"sourceLanguage":18,"type":241},"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",[1164],{"path":441,"priority":267},{"basePath":1166,"description":1167,"displayName":1168,"installMethods":1169,"rationale":1170,"selectedPaths":1171,"source":431,"sourceLanguage":18,"type":241},"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",[1172],{"path":441,"priority":267},{"sources":1174},[1175],"manual",{"closedIssues90d":8,"description":1177,"forks":230,"openIssues90d":8,"pushedAt":231,"readmeSize":228,"stars":232,"topics":1178},"inference.sh Agent skills for using our API to give your agents access to hundreds of apps and other agents",[],{"classifiedAt":1180,"discoverAt":1181,"extractAt":1182,"githubAt":1182,"updatedAt":1180},1778690922683,1778689686577,1778690920590,[214,213,212,211,13],{"evaluatedAt":236,"extractAt":1185,"updatedAt":236},1778690923100,[],[1188,1220,1250,1279,1303,1332],{"_creationTime":1189,"_id":1190,"community":1191,"display":1192,"identity":1198,"providers":1204,"relations":1211,"tags":1215,"workflow":1216},1778691540126.3228,"k17a6srwrs164d6mvsrhrxnzfh86mn7e",{"reviewCount":8},{"description":1193,"installMethods":1194,"name":1196,"sourceUrl":1197},"多角度产品影像工作流。当用户想要“拍摄产品”、“制作电商产品图”、“产品摄影集”、“电商产品图”、“产品多角度图”、“品牌产品视觉效果”，或提供单张产品照片并要求营销级变体时使用。从一张参考图像生成4个不同的方向（生活场景、微距细节、比例/上下文、营销布局）。不适用于：肖像、通用插图、徽标设计、视频创作——请使用其他技能或直接调用generate_image。",{"claudeCode":1195},"jau123/MeiGen-AI-Design-MCP","产品摄影工作流","https://github.com/jau123/MeiGen-AI-Design-MCP",{"basePath":1199,"githubOwner":1200,"githubRepo":1201,"locale":1202,"slug":1203,"type":241},"plugin/skills/product-photoshoot","jau123","MeiGen-AI-Design-MCP","zh-CN","product-photoshoot",{"evaluate":1205,"extract":1210},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1206,"tags":1207,"targetMarket":215,"tier":216},100,[211,13,212,1208,1209],"design-assistant","mcp",{"commitSha":248,"license":262},{"parentExtensionId":1212,"repoId":1213,"translatedFrom":1214},"k174xmztzvdeaswqgaycam7ktx86n4ye","kd7b1trrphkh2efj71w89w7qzh86nh22","k1780hwy17wcqjq51m8b4hy5t986mbb5",[1208,212,211,1209,13],{"evaluatedAt":1217,"extractAt":1218,"updatedAt":1219},1778691437434,1778691316210,1778691540126,{"_creationTime":1221,"_id":1222,"community":1223,"display":1224,"identity":1230,"providers":1235,"relations":1243,"tags":1246,"workflow":1247},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":1225,"installMethods":1226,"name":1228,"sourceUrl":1229},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":1227},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":1231,"githubOwner":1232,"githubRepo":1233,"locale":18,"slug":1234,"type":241},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":1236,"extract":1242},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1206,"tags":1237,"targetMarket":215,"tier":216},[1238,1239,1240,214,1241,213],"finance","trading","market-analysis","typescript",{"commitSha":248,"license":262},{"parentExtensionId":1244,"repoId":1245},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[214,213,1238,1240,1239,1241],{"evaluatedAt":1248,"extractAt":1249,"updatedAt":1248},1778701108877,1778696691708,{"_creationTime":1251,"_id":1252,"community":1253,"display":1254,"identity":1260,"providers":1264,"relations":1270,"tags":1274,"workflow":1275},1778693819389.531,"k174n8dznk7k8dr9drb7fwx01586nm5t",{"reviewCount":8},{"description":1255,"installMethods":1256,"name":1258,"sourceUrl":1259},"AI交易记忆的领域知识 — 结果加权记忆 (OWM) 架构、5种记忆类型、回忆评分和行为分析。用于记录交易、回忆相似的上下文、分析性能或检查行为漂移。在 \"record trade\"、\"remember trade\"、\"recall\"、\"similar trades\"、\"performance\"、\"behavioral\"、\"disposition\"、\"affective state\"、\"confidence\" 时触发。",{"claudeCode":1257},"mnemox-ai/tradememory-protocol","trading-memory","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":1261,"githubOwner":1262,"githubRepo":1263,"locale":1202,"slug":1258,"type":241},"tradememory-plugin/skills/trading-memory","mnemox-ai","tradememory-protocol",{"evaluate":1265,"extract":1269},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1206,"tags":1266,"targetMarket":215,"tier":216},[1239,214,1267,1238,1268],"memory","python",{"commitSha":248},{"parentExtensionId":1271,"repoId":1272,"translatedFrom":1273},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy","k173a67a16bpq0e29wjd85v71986nx03",[214,1238,1267,1268,1239],{"evaluatedAt":1276,"extractAt":1277,"updatedAt":1278},1778693719816,1778693539593,1778693819389,{"_creationTime":1280,"_id":1281,"community":1282,"display":1283,"identity":1287,"providers":1290,"relations":1297,"tags":1299,"workflow":1300},1778693805112.8403,"k177f7s31ysk6nw1qw3sak1r3186n795",{"reviewCount":8},{"description":1284,"installMethods":1285,"name":1286,"sourceUrl":1259},"Evolution Engine 的领域知识 — 支持 LLM 从原始 OHLCV 数据中自主发现策略。涵盖生成-回测-选择-进化循环、向量化回测、样本外验证和策略梯度。在发现交易模式、运行回测、进化策略或审查进化日志时使用。由“evolve”、“discover patterns”、“backtest”、“evolution”、“strategy generation”、“candidate strategy”触发。",{"claudeCode":1257},"TradeMemory Protocol",{"basePath":1288,"githubOwner":1262,"githubRepo":1263,"locale":1202,"slug":1289,"type":241},"tradememory-plugin/skills/evolution-engine","evolution-engine",{"evaluate":1291,"extract":1296},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1206,"tags":1292,"targetMarket":215,"tier":216},[1239,214,1267,1293,1294,1295],"audit","compliance","llm",{"commitSha":248,"license":262},{"parentExtensionId":1271,"repoId":1272,"translatedFrom":1298},"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",[214,1293,1294,1295,1267,1239],{"evaluatedAt":1301,"extractAt":1277,"updatedAt":1302},1778693678813,1778693805112,{"_creationTime":1304,"_id":1305,"community":1306,"display":1307,"identity":1313,"providers":1317,"relations":1325,"tags":1328,"workflow":1329},1778691104676.0042,"k17c25w174y6873nhdh566etts86mv7m",{"reviewCount":8},{"description":1308,"installMethods":1309,"name":1311,"sourceUrl":1312},"Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.",{"claudeCode":1310},"iterationlayer/skills","Image Transformation API","https://github.com/iterationlayer/skills",{"basePath":1314,"githubOwner":1315,"githubRepo":240,"locale":18,"slug":1316,"type":241},"skills/image-transformation-api","iterationlayer","image-transformation-api",{"evaluate":1318,"extract":1324},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1206,"tags":1319,"targetMarket":215,"tier":216},[1320,1321,1322,1323,214],"image","transformation","editing","api",{"commitSha":248,"license":262},{"parentExtensionId":1326,"repoId":1327},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[214,1323,1322,1320,1321],{"evaluatedAt":1330,"extractAt":1331,"updatedAt":1330},1778693613399,1778691104676,{"_creationTime":1333,"_id":1334,"community":1335,"display":1336,"identity":1342,"providers":1346,"relations":1354,"tags":1357,"workflow":1358},1778693180473.0972,"k1716aj3p8agwq6vwvn5n19v8n86mps9",{"reviewCount":8},{"description":1337,"installMethods":1338,"name":1340,"sourceUrl":1341},"Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: \"Document Intelligence\", \"DocumentIntelligenceClient\", \"form recognizer\", \"invoice extraction\", \"receipt OCR\", \"document analysis .NET\".\n",{"claudeCode":1339},"microsoft/agent-skills","azure-ai-document-intelligence-dotnet","https://github.com/microsoft/agent-skills",{"basePath":1343,"githubOwner":1344,"githubRepo":1345,"locale":18,"slug":1340,"type":241},".github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet","microsoft","agent-skills",{"evaluate":1347,"extract":1353},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1206,"tags":1348,"targetMarket":215,"tier":216},[1349,214,1350,1351,1352],"azure","document-intelligence","dotnet","sdk",{"commitSha":248},{"parentExtensionId":1355,"repoId":1356},"k1795g6t3v2fg9whacs7xkm88186nxr1","kd77czgnv00rfjm815pcc5xx5986n5t8",[214,1349,1350,1351,1352],{"evaluatedAt":1359,"extractAt":1360,"updatedAt":1359},1778693591440,1778693180473]