[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-inferen-sh-remotion-render-zh-CN":3,"guides-for-inferen-sh-remotion-render":1198,"similar-k17aw6x5cz9xzcff3myctcpgs186ndtm-zh-CN":1199},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":254,"parentExtension":255,"providers":256,"relations":262,"repo":264,"tags":1195,"workflow":1196},1778690923100.0452,"k17aw6x5cz9xzcff3myctcpgs186ndtm",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"inferen-sh/skills","Remotion Render","https://github.com/inferen-sh/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":246},1778692720118.172,"kn7ef2akzx5hcajyxzeysk7srn86n4pr","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":206,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":220,"tier":221,"useCases":222,"workflow":227},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,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 states the problem of rendering videos from React/Remotion code and mentions the tool used (inference.sh CLI).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a significant value over a simple prompt by handling the complex process of compiling and rendering Remotion components into video, abstracting away the CLI and dependencies.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete workflow for video generation from code, including installation, login, code input, and output retrieval, covering the full lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on rendering videos from React/Remotion code and does not incorporate unrelated capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, including supported Remotion APIs, configurable parameters, and use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a specific `belt app run infsh/remotion-render` command, which is a scoped tool, rather than a general-purpose shell execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All input parameters for the remotion-render skill are clearly documented with their type, requirement, and description.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool invocation `belt app run infsh/remotion-render` is descriptive and clearly indicates the skill's function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The input schema is well-defined and requests only necessary parameters for video rendering, and the output provides the video URL as promised.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The repository includes a MIT license shield in the README, indicating a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill itself does not appear to have direct third-party dependencies that require explicit management beyond the inference.sh CLI.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires `belt login` for authentication, implying secrets are handled through the CLI's secure mechanisms and not exposed in the code or output.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill takes TSX code as a string input, and there are no indications of it executing arbitrary code or external scripts based on this input.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on the `belt` CLI and does not appear to fetch or execute external code at runtime beyond what is bundled or managed by the CLI.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates as a tool command via `belt app run`, which is expected to run in an isolated environment, and there are no indications of file system modifications outside its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached processes or retry loops around denied tool calls in the provided SKILL.md.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's purpose is video generation, and there are no instructions to read or submit confidential data to third parties. Authentication is handled via `belt login`.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions do not contain any hidden steering tricks, invisible characters, or obfuscation attempts.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's execution relies on the `belt` CLI, and the SKILL.md does not contain any obfuscated code or runtime script fetches.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill takes code as input and does not make assumptions about the user's project file structure.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open and 0 closed issues in the last 90 days, indicating high responsiveness or low issue volume.",{"category":100,"check":101,"severity":102,"summary":103},"Versionning","Release Management","info","The README mentions 'refs/heads/main' for install instructions, and while there's a MIT license badge, a clear versioning scheme like semver is not explicitly stated for the skills.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","The input schema for the `code` parameter is defined, and parameters like `width`, `height`, `fps`, and `duration_seconds` have specified types, suggesting some level of validation.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill is primarily for video generation, which is not a destructive operation, and no destructive primitives are evident.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The Python SDK example shows streaming results, implying error handling is present, and the CLI context suggests errors would be reported.",{"category":112,"check":116,"severity":63,"summary":117},"Logging","The skill's functionality is executed via the `belt` CLI, which manages its own logging. Direct audit logging within the skill itself is not expected or necessary.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The skill generates videos from provided code and does not inherently operate on personal data, nor does it submit personal data to third parties.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill is a general video rendering tool and has no regional or jurisdictional limitations; targetMarket is global.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on the `belt` CLI and standard Node.js/React environments for Remotion, making it broadly portable across POSIX-compliant systems.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README file exists and provides a good overview of the inference.sh skills, including installation and available tools.",{"category":33,"check":132,"severity":63,"summary":133},"Tool surface size","This is a specific skill, not a collection of many tools; evaluating tool surface size is not applicable.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The skill provides a single primary function (`remotion-render`) with specific parameters, avoiding near-synonym tool names.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, such as supported Remotion APIs and configurable parameters, are reflected in the SKILL.md and examples.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README and SKILL.md provide clear installation instructions for the `belt` CLI and example invocations.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","While specific error messages are not shown, the Python SDK example and CLI context imply structured error reporting that would be actionable.",{"category":105,"check":149,"severity":24,"summary":150},"Pinned dependencies","The skill leverages the `belt` CLI, which is assumed to manage its own dependencies and interpreter versions.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","Video rendering is not a destructive operation, and a dry-run mode is not applicable here.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The Python SDK example demonstrates streaming with progress updates, suggesting handling of timeouts and potential retries for long-running operations.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no mention of telemetry in the SKILL.md or README, suggesting that if it exists, it is likely opt-in and follows best practices.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the purpose (render videos from React/Remotion code) and provides specific triggers and use cases.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and triggers.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and reasonably concise, deferring deeper material to external documentation links.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md provides a good overview and links to external Remotion and inference.sh documentation for more detail.",{"category":171,"check":175,"severity":63,"summary":176},"Forked exploration","This skill is a direct generation tool, not an exploration or deep review tool, so `context: fork` is not applicable.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","Multiple ready-to-use examples are provided in both bash and Python, demonstrating various features and producing the claimed outputs.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The input schema lists required parameters and optional ones, implicitly handling some edge cases by requiring essential inputs like `code`.",{"category":112,"check":184,"severity":63,"summary":185},"Tool Fallback","The skill relies on the `belt` CLI, which is its primary execution environment, and does not appear to have optional fallbacks to other tools.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The explicit input schema and the nature of video rendering suggest that malformed inputs would result in errors rather than unexpected state changes.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and does not appear to implicitly rely on other skills being loaded; cross-references to related skills are optional.",1778692720005,"This skill renders videos from React/Remotion component code using the inference.sh CLI. It supports all core Remotion APIs and allows configuration of video resolution, FPS, duration, and codec. The output is an MP4 video file.",[196,197,198,199,200],"Render videos from React/Remotion code","Supports all Remotion APIs","Configurable resolution, FPS, duration, codec","Programmatic video generation","Output MP4 video files",[202,203,204],"Directly editing existing video files","Real-time video streaming","Complex video editing workflows beyond component rendering",[],[],"3.0.0","4.4.0","To enable programmatic video generation directly from React/Remotion component code, facilitating animated graphics, motion design, and data-driven videos.","The extension is of very high quality, with excellent documentation, clear usage examples, and robust security and practical utility. The only minor point is the lack of explicit semver versioning, which is informational.",99,"A highly polished skill for rendering videos from React/Remotion code with comprehensive documentation and examples.",[214,215,216,217,218,219],"video-generation","remotion","react","typescript","animation","motion-design","global","verified",[223,224,225,226],"Generating animated graphics from code","Creating motion design elements programmatically","Producing data-driven videos based on dynamic content","Converting React animations into video formats",[228,229,230,231,232],"Login to inference.sh CLI (`belt login`)","Prepare TSX code for Remotion component","Specify video parameters (duration, resolution, FPS, etc.)","Execute the `belt app run infsh/remotion-render` command with code and parameters","Receive the output MP4 video URL",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"security":244,"testCoverage":245},{"hasLockfile":235},false,1778692700947,{"descriptionLength":238,"readmeSize":239},547,3286,{"closedIssues90d":8,"forks":241,"hasChangelog":235,"openIssues90d":8,"pushedAt":242,"stars":243},75,1778676522000,433,{"hasNpmPackage":235,"smitheryVerified":235},{"hasCi":235,"hasTests":235},{"updatedAt":247},1778692720118,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":252,"type":253},"tools/video/remotion-render","inferen-sh","skills","remotion-render","skill",true,null,{"evaluate":257,"extract":259},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":258,"targetMarket":220,"tier":221},[214,215,216,217,218,219],{"commitSha":260,"license":261},"HEAD","MIT",{"repoId":263},"kd75bmkxfkvvw504knzzpkzjph86n71t",{"_creationTime":265,"_id":263,"identity":266,"providers":267,"workflow":1191},1778689686577.7676,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":268,"discover":1185,"github":1188},{"commitSha":260,"extensions":269},[270,445,454,462,470,478,486,494,502,510,518,526,534,542,550,558,566,574,582,590,598,606,614,622,630,638,646,654,662,670,678,686,694,702,710,718,726,734,760,784,799,815,823,831,839,847,855,863,871,879,887,895,903,911,919,927,935,943,951,959,967,975,983,991,999,1010,1018,1026,1034,1042,1068,1076,1084,1092,1100,1108,1116,1124,1132,1140,1145,1153,1161,1169,1177],{"basePath":271,"description":272,"displayName":273,"installMethods":274,"license":261,"rationale":275,"selectedPaths":276,"source":443,"sourceLanguage":18,"type":444},"","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":273},"plugin manifest at .claude-plugin/plugin.json",[277,280,282,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,431,433,435,437,439,441],{"path":278,"priority":279},".claude-plugin/plugin.json","mandatory",{"path":281,"priority":279},"README.md",{"path":283,"priority":284},"guides/content/ai-automation-workflows/SKILL.md","medium",{"path":286,"priority":284},"guides/content/ai-content-pipeline/SKILL.md",{"path":288,"priority":284},"guides/content/ai-podcast-creation/SKILL.md",{"path":290,"priority":284},"guides/content/content-repurposing/SKILL.md",{"path":292,"priority":284},"guides/design/app-store-screenshots/SKILL.md",{"path":294,"priority":284},"guides/design/book-cover-design/SKILL.md",{"path":296,"priority":284},"guides/design/character-design-sheet/SKILL.md",{"path":298,"priority":284},"guides/design/data-visualization/SKILL.md",{"path":300,"priority":284},"guides/design/email-design/SKILL.md",{"path":302,"priority":284},"guides/design/landing-page-design/SKILL.md",{"path":304,"priority":284},"guides/design/logo-design-guide/SKILL.md",{"path":306,"priority":284},"guides/design/og-image-design/SKILL.md",{"path":308,"priority":284},"guides/design/pitch-deck-visuals/SKILL.md",{"path":310,"priority":284},"guides/design/youtube-thumbnail-design/SKILL.md",{"path":312,"priority":284},"guides/photo/ai-product-photography/SKILL.md",{"path":314,"priority":284},"guides/photo/product-photography/SKILL.md",{"path":316,"priority":284},"guides/product/competitor-teardown/SKILL.md",{"path":318,"priority":284},"guides/product/customer-persona/SKILL.md",{"path":320,"priority":284},"guides/product/product-changelog/SKILL.md",{"path":322,"priority":284},"guides/product/product-hunt-launch/SKILL.md",{"path":324,"priority":284},"guides/prompting/prompt-engineering/SKILL.md",{"path":326,"priority":284},"guides/prompting/video-prompting-guide/SKILL.md",{"path":328,"priority":284},"guides/social/ai-social-media-content/SKILL.md",{"path":330,"priority":284},"guides/social/linkedin-content/SKILL.md",{"path":332,"priority":284},"guides/social/social-media-carousel/SKILL.md",{"path":334,"priority":284},"guides/social/twitter-thread-creation/SKILL.md",{"path":336,"priority":284},"guides/video/ai-marketing-videos/SKILL.md",{"path":338,"priority":284},"guides/video/explainer-video-guide/SKILL.md",{"path":340,"priority":284},"guides/video/storyboard-creation/SKILL.md",{"path":342,"priority":284},"guides/video/talking-head-production/SKILL.md",{"path":344,"priority":284},"guides/video/video-ad-specs/SKILL.md",{"path":346,"priority":284},"guides/writing/case-study-writing/SKILL.md",{"path":348,"priority":284},"guides/writing/newsletter-curation/SKILL.md",{"path":350,"priority":284},"guides/writing/press-release-writing/SKILL.md",{"path":352,"priority":284},"guides/writing/seo-content-brief/SKILL.md",{"path":354,"priority":284},"guides/writing/technical-blog-writing/SKILL.md",{"path":356,"priority":284},"sdk/building-apps/SKILL.md",{"path":358,"priority":284},"sdk/javascript-sdk/SKILL.md",{"path":360,"priority":284},"sdk/python-sdk/SKILL.md",{"path":362,"priority":284},"tools/agent-tools/SKILL.md",{"path":364,"priority":284},"tools/infsh-cli/SKILL.md",{"path":366,"priority":284},"tools/audio/ai-music-generation/SKILL.md",{"path":368,"priority":284},"tools/audio/ai-voice-cloning/SKILL.md",{"path":370,"priority":284},"tools/audio/dialogue-audio/SKILL.md",{"path":372,"priority":284},"tools/audio/elevenlabs-dialogue/SKILL.md",{"path":374,"priority":284},"tools/audio/elevenlabs-dubbing/SKILL.md",{"path":376,"priority":284},"tools/audio/elevenlabs-music/SKILL.md",{"path":378,"priority":284},"tools/audio/elevenlabs-sound-effects/SKILL.md",{"path":380,"priority":284},"tools/audio/elevenlabs-stt/SKILL.md",{"path":382,"priority":284},"tools/audio/elevenlabs-tts/SKILL.md",{"path":384,"priority":284},"tools/audio/elevenlabs-voice-changer/SKILL.md",{"path":386,"priority":284},"tools/audio/elevenlabs-voice-isolator/SKILL.md",{"path":388,"priority":284},"tools/audio/speech-to-text/SKILL.md",{"path":390,"priority":284},"tools/audio/text-to-speech/SKILL.md",{"path":392,"priority":284},"tools/image/ai-image-generation/SKILL.md",{"path":394,"priority":284},"tools/image/background-removal/SKILL.md",{"path":396,"priority":284},"tools/image/flux-image/SKILL.md",{"path":398,"priority":284},"tools/image/image-upscaling/SKILL.md",{"path":400,"priority":284},"tools/image/nano-banana-2/SKILL.md",{"path":402,"priority":284},"tools/image/nano-banana/SKILL.md",{"path":404,"priority":284},"tools/image/qwen-image-2-pro/SKILL.md",{"path":406,"priority":284},"tools/image/qwen-image-2/SKILL.md",{"path":408,"priority":284},"tools/image/p-image/SKILL.md",{"path":410,"priority":284},"tools/llm/ai-rag-pipeline/SKILL.md",{"path":412,"priority":284},"tools/llm/llm-models/SKILL.md",{"path":414,"priority":284},"tools/llm/web-search/SKILL.md",{"path":416,"priority":284},"tools/social/twitter-automation/SKILL.md",{"path":418,"priority":284},"tools/utilities/agent-browser/SKILL.md",{"path":420,"priority":284},"tools/utilities/python-executor/SKILL.md",{"path":422,"priority":284},"tools/utilities/related-skill/SKILL.md",{"path":424,"priority":284},"tools/video/ai-avatar-video/SKILL.md",{"path":426,"priority":284},"tools/video/ai-video-generation/SKILL.md",{"path":428,"priority":284},"tools/video/google-veo/SKILL.md",{"path":430,"priority":284},"tools/video/image-to-video/SKILL.md",{"path":432,"priority":284},"tools/video/remotion-render/SKILL.md",{"path":434,"priority":284},"tools/video/p-video/SKILL.md",{"path":436,"priority":284},"ui/agent-ui/SKILL.md",{"path":438,"priority":284},"ui/chat-ui/SKILL.md",{"path":440,"priority":284},"ui/tools-ui/SKILL.md",{"path":442,"priority":284},"ui/widgets-ui/SKILL.md","rule","plugin",{"basePath":446,"description":447,"displayName":448,"installMethods":449,"rationale":450,"selectedPaths":451,"source":443,"sourceLanguage":18,"type":253},"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",[452],{"path":453,"priority":279},"SKILL.md",{"basePath":455,"description":456,"displayName":457,"installMethods":458,"rationale":459,"selectedPaths":460,"source":443,"sourceLanguage":18,"type":253},"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",[461],{"path":453,"priority":279},{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":443,"sourceLanguage":18,"type":253},"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",[469],{"path":453,"priority":279},{"basePath":471,"description":472,"displayName":473,"installMethods":474,"rationale":475,"selectedPaths":476,"source":443,"sourceLanguage":18,"type":253},"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",[477],{"path":453,"priority":279},{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":443,"sourceLanguage":18,"type":253},"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",[485],{"path":453,"priority":279},{"basePath":487,"description":488,"displayName":489,"installMethods":490,"rationale":491,"selectedPaths":492,"source":443,"sourceLanguage":18,"type":253},"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",[493],{"path":453,"priority":279},{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":443,"sourceLanguage":18,"type":253},"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",[501],{"path":453,"priority":279},{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":443,"sourceLanguage":18,"type":253},"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",[509],{"path":453,"priority":279},{"basePath":511,"description":512,"displayName":513,"installMethods":514,"rationale":515,"selectedPaths":516,"source":443,"sourceLanguage":18,"type":253},"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",[517],{"path":453,"priority":279},{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":443,"sourceLanguage":18,"type":253},"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",[525],{"path":453,"priority":279},{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":443,"sourceLanguage":18,"type":253},"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",[533],{"path":453,"priority":279},{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":443,"sourceLanguage":18,"type":253},"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",[541],{"path":453,"priority":279},{"basePath":543,"description":544,"displayName":545,"installMethods":546,"rationale":547,"selectedPaths":548,"source":443,"sourceLanguage":18,"type":253},"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",[549],{"path":453,"priority":279},{"basePath":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":443,"sourceLanguage":18,"type":253},"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",[557],{"path":453,"priority":279},{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":443,"sourceLanguage":18,"type":253},"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",[565],{"path":453,"priority":279},{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":443,"sourceLanguage":18,"type":253},"guides/photo/product-photography","AI product photography with studio lighting, lifestyle shots, and packshot conventions. Covers angles, backgrounds, shadow types, hero shots, and e-commerce image requirements. Use for: product photos, e-commerce images, Amazon listings, packshots, lifestyle photography. Triggers: product photography, product photo, packshot, e-commerce photography, product shot, product image, studio photography, lifestyle product, amazon product photo, product listing image, hero shot, product mockup, commercial photography","product-photography",{"claudeCode":12},"SKILL.md frontmatter at guides/photo/product-photography/SKILL.md",[573],{"path":453,"priority":279},{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":443,"sourceLanguage":18,"type":253},"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",[581],{"path":453,"priority":279},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":443,"sourceLanguage":18,"type":253},"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",[589],{"path":453,"priority":279},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":443,"sourceLanguage":18,"type":253},"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",[597],{"path":453,"priority":279},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":443,"sourceLanguage":18,"type":253},"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",[605],{"path":453,"priority":279},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":443,"sourceLanguage":18,"type":253},"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",[613],{"path":453,"priority":279},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":443,"sourceLanguage":18,"type":253},"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",[621],{"path":453,"priority":279},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":443,"sourceLanguage":18,"type":253},"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",[629],{"path":453,"priority":279},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":443,"sourceLanguage":18,"type":253},"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",[637],{"path":453,"priority":279},{"basePath":639,"description":640,"displayName":641,"installMethods":642,"rationale":643,"selectedPaths":644,"source":443,"sourceLanguage":18,"type":253},"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",[645],{"path":453,"priority":279},{"basePath":647,"description":648,"displayName":649,"installMethods":650,"rationale":651,"selectedPaths":652,"source":443,"sourceLanguage":18,"type":253},"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",[653],{"path":453,"priority":279},{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":443,"sourceLanguage":18,"type":253},"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",[661],{"path":453,"priority":279},{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":443,"sourceLanguage":18,"type":253},"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",[669],{"path":453,"priority":279},{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":443,"sourceLanguage":18,"type":253},"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",[677],{"path":453,"priority":279},{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":443,"sourceLanguage":18,"type":253},"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",[685],{"path":453,"priority":279},{"basePath":687,"description":688,"displayName":689,"installMethods":690,"rationale":691,"selectedPaths":692,"source":443,"sourceLanguage":18,"type":253},"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",[693],{"path":453,"priority":279},{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":443,"sourceLanguage":18,"type":253},"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",[701],{"path":453,"priority":279},{"basePath":703,"description":704,"displayName":705,"installMethods":706,"rationale":707,"selectedPaths":708,"source":443,"sourceLanguage":18,"type":253},"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",[709],{"path":453,"priority":279},{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":443,"sourceLanguage":18,"type":253},"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",[717],{"path":453,"priority":279},{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":443,"sourceLanguage":18,"type":253},"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",[725],{"path":453,"priority":279},{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":443,"sourceLanguage":18,"type":253},"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",[733],{"path":453,"priority":279},{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":443,"sourceLanguage":18,"type":253},"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",[741,742,744,746,748,750,752,754,756,758],{"path":453,"priority":279},{"path":743,"priority":284},"references/cli.md",{"path":745,"priority":284},"references/node-app-logic.md",{"path":747,"priority":284},"references/node-patterns.md",{"path":749,"priority":284},"references/node-secrets-oauth.md",{"path":751,"priority":284},"references/node-tracking.md",{"path":753,"priority":284},"references/python-app-logic.md",{"path":755,"priority":284},"references/python-patterns.md",{"path":757,"priority":284},"references/python-secrets-oauth.md",{"path":759,"priority":284},"references/python-tracking.md",{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":443,"sourceLanguage":18,"type":253},"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",[767,768,770,772,774,776,778,780,782],{"path":453,"priority":279},{"path":769,"priority":284},"references/agent-patterns.md",{"path":771,"priority":284},"references/files.md",{"path":773,"priority":284},"references/react-integration.md",{"path":775,"priority":284},"references/server-proxy.md",{"path":777,"priority":284},"references/sessions.md",{"path":779,"priority":284},"references/streaming.md",{"path":781,"priority":284},"references/tool-builder.md",{"path":783,"priority":284},"references/typescript.md",{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":443,"sourceLanguage":18,"type":253},"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",[791,792,793,795,796,797,798],{"path":453,"priority":279},{"path":769,"priority":284},{"path":794,"priority":284},"references/async-patterns.md",{"path":771,"priority":284},{"path":777,"priority":284},{"path":779,"priority":284},{"path":781,"priority":284},{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":443,"sourceLanguage":18,"type":253},"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",[806,807,809,811,813],{"path":453,"priority":279},{"path":808,"priority":284},"references/app-discovery.md",{"path":810,"priority":284},"references/authentication.md",{"path":812,"priority":284},"references/cli-reference.md",{"path":814,"priority":284},"references/running-apps.md",{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":443,"sourceLanguage":18,"type":253},"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",[822],{"path":453,"priority":279},{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":443,"sourceLanguage":18,"type":253},"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",[830],{"path":453,"priority":279},{"basePath":832,"description":833,"displayName":834,"installMethods":835,"rationale":836,"selectedPaths":837,"source":443,"sourceLanguage":18,"type":253},"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",[838],{"path":453,"priority":279},{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":443,"sourceLanguage":18,"type":253},"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",[846],{"path":453,"priority":279},{"basePath":848,"description":849,"displayName":850,"installMethods":851,"rationale":852,"selectedPaths":853,"source":443,"sourceLanguage":18,"type":253},"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",[854],{"path":453,"priority":279},{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":443,"sourceLanguage":18,"type":253},"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",[862],{"path":453,"priority":279},{"basePath":864,"description":865,"displayName":866,"installMethods":867,"rationale":868,"selectedPaths":869,"source":443,"sourceLanguage":18,"type":253},"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",[870],{"path":453,"priority":279},{"basePath":872,"description":873,"displayName":874,"installMethods":875,"rationale":876,"selectedPaths":877,"source":443,"sourceLanguage":18,"type":253},"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",[878],{"path":453,"priority":279},{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":443,"sourceLanguage":18,"type":253},"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",[886],{"path":453,"priority":279},{"basePath":888,"description":889,"displayName":890,"installMethods":891,"rationale":892,"selectedPaths":893,"source":443,"sourceLanguage":18,"type":253},"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",[894],{"path":453,"priority":279},{"basePath":896,"description":897,"displayName":898,"installMethods":899,"rationale":900,"selectedPaths":901,"source":443,"sourceLanguage":18,"type":253},"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",[902],{"path":453,"priority":279},{"basePath":904,"description":905,"displayName":906,"installMethods":907,"rationale":908,"selectedPaths":909,"source":443,"sourceLanguage":18,"type":253},"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",[910],{"path":453,"priority":279},{"basePath":912,"description":913,"displayName":914,"installMethods":915,"rationale":916,"selectedPaths":917,"source":443,"sourceLanguage":18,"type":253},"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",[918],{"path":453,"priority":279},{"basePath":920,"description":921,"displayName":922,"installMethods":923,"rationale":924,"selectedPaths":925,"source":443,"sourceLanguage":18,"type":253},"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",[926],{"path":453,"priority":279},{"basePath":928,"description":929,"displayName":930,"installMethods":931,"rationale":932,"selectedPaths":933,"source":443,"sourceLanguage":18,"type":253},"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",[934],{"path":453,"priority":279},{"basePath":936,"description":937,"displayName":938,"installMethods":939,"rationale":940,"selectedPaths":941,"source":443,"sourceLanguage":18,"type":253},"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",[942],{"path":453,"priority":279},{"basePath":944,"description":945,"displayName":946,"installMethods":947,"rationale":948,"selectedPaths":949,"source":443,"sourceLanguage":18,"type":253},"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",[950],{"path":453,"priority":279},{"basePath":952,"description":953,"displayName":954,"installMethods":955,"rationale":956,"selectedPaths":957,"source":443,"sourceLanguage":18,"type":253},"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",[958],{"path":453,"priority":279},{"basePath":960,"description":961,"displayName":962,"installMethods":963,"rationale":964,"selectedPaths":965,"source":443,"sourceLanguage":18,"type":253},"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",[966],{"path":453,"priority":279},{"basePath":968,"description":969,"displayName":970,"installMethods":971,"rationale":972,"selectedPaths":973,"source":443,"sourceLanguage":18,"type":253},"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",[974],{"path":453,"priority":279},{"basePath":976,"description":977,"displayName":978,"installMethods":979,"rationale":980,"selectedPaths":981,"source":443,"sourceLanguage":18,"type":253},"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",[982],{"path":453,"priority":279},{"basePath":984,"description":985,"displayName":986,"installMethods":987,"rationale":988,"selectedPaths":989,"source":443,"sourceLanguage":18,"type":253},"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",[990],{"path":453,"priority":279},{"basePath":992,"description":993,"displayName":994,"installMethods":995,"rationale":996,"selectedPaths":997,"source":443,"sourceLanguage":18,"type":253},"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",[998],{"path":453,"priority":279},{"basePath":1000,"description":801,"displayName":1001,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":443,"sourceLanguage":18,"type":253},"tools/infsh-cli","infsh-cli",{"claudeCode":12},"SKILL.md frontmatter at tools/infsh-cli/SKILL.md",[1005,1006,1007,1008,1009],{"path":453,"priority":279},{"path":808,"priority":284},{"path":810,"priority":284},{"path":812,"priority":284},{"path":814,"priority":284},{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":443,"sourceLanguage":18,"type":253},"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",[1017],{"path":453,"priority":279},{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":443,"sourceLanguage":18,"type":253},"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",[1025],{"path":453,"priority":279},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":443,"sourceLanguage":18,"type":253},"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",[1033],{"path":453,"priority":279},{"basePath":1035,"description":1036,"displayName":1037,"installMethods":1038,"rationale":1039,"selectedPaths":1040,"source":443,"sourceLanguage":18,"type":253},"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",[1041],{"path":453,"priority":279},{"basePath":1043,"description":1044,"displayName":1045,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":443,"sourceLanguage":18,"type":253},"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",[1049,1050,1051,1053,1055,1057,1059,1061,1064,1066],{"path":453,"priority":279},{"path":810,"priority":284},{"path":1052,"priority":284},"references/commands.md",{"path":1054,"priority":284},"references/proxy-support.md",{"path":1056,"priority":284},"references/session-management.md",{"path":1058,"priority":284},"references/snapshot-refs.md",{"path":1060,"priority":284},"references/video-recording.md",{"path":1062,"priority":1063},"templates/authenticated-session.sh","low",{"path":1065,"priority":1063},"templates/capture-workflow.sh",{"path":1067,"priority":1063},"templates/form-automation.sh",{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":443,"sourceLanguage":18,"type":253},"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",[1075],{"path":453,"priority":279},{"basePath":1077,"description":1078,"displayName":1079,"installMethods":1080,"rationale":1081,"selectedPaths":1082,"source":443,"sourceLanguage":18,"type":253},"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",[1083],{"path":453,"priority":279},{"basePath":1085,"description":1086,"displayName":1087,"installMethods":1088,"rationale":1089,"selectedPaths":1090,"source":443,"sourceLanguage":18,"type":253},"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",[1091],{"path":453,"priority":279},{"basePath":1093,"description":1094,"displayName":1095,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":443,"sourceLanguage":18,"type":253},"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",[1099],{"path":453,"priority":279},{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":443,"sourceLanguage":18,"type":253},"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",[1107],{"path":453,"priority":279},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":443,"sourceLanguage":18,"type":253},"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",[1115],{"path":453,"priority":279},{"basePath":1117,"description":1118,"displayName":1119,"installMethods":1120,"rationale":1121,"selectedPaths":1122,"source":443,"sourceLanguage":18,"type":253},"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",[1123],{"path":453,"priority":279},{"basePath":1125,"description":1126,"displayName":1127,"installMethods":1128,"rationale":1129,"selectedPaths":1130,"source":443,"sourceLanguage":18,"type":253},"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",[1131],{"path":453,"priority":279},{"basePath":1133,"description":1134,"displayName":1135,"installMethods":1136,"rationale":1137,"selectedPaths":1138,"source":443,"sourceLanguage":18,"type":253},"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",[1139],{"path":453,"priority":279},{"basePath":249,"description":10,"displayName":252,"installMethods":1141,"rationale":1142,"selectedPaths":1143,"source":443,"sourceLanguage":18,"type":253},{"claudeCode":12},"SKILL.md frontmatter at tools/video/remotion-render/SKILL.md",[1144],{"path":453,"priority":279},{"basePath":1146,"description":1147,"displayName":1148,"installMethods":1149,"rationale":1150,"selectedPaths":1151,"source":443,"sourceLanguage":18,"type":253},"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",[1152],{"path":453,"priority":279},{"basePath":1154,"description":1155,"displayName":1156,"installMethods":1157,"rationale":1158,"selectedPaths":1159,"source":443,"sourceLanguage":18,"type":253},"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",[1160],{"path":453,"priority":279},{"basePath":1162,"description":1163,"displayName":1164,"installMethods":1165,"rationale":1166,"selectedPaths":1167,"source":443,"sourceLanguage":18,"type":253},"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",[1168],{"path":453,"priority":279},{"basePath":1170,"description":1171,"displayName":1172,"installMethods":1173,"rationale":1174,"selectedPaths":1175,"source":443,"sourceLanguage":18,"type":253},"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",[1176],{"path":453,"priority":279},{"basePath":1178,"description":1179,"displayName":1180,"installMethods":1181,"rationale":1182,"selectedPaths":1183,"source":443,"sourceLanguage":18,"type":253},"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",[1184],{"path":453,"priority":279},{"sources":1186},[1187],"manual",{"closedIssues90d":8,"description":1189,"forks":241,"openIssues90d":8,"pushedAt":242,"readmeSize":239,"stars":243,"topics":1190},"inference.sh Agent skills for using our API to give your agents access to hundreds of apps and other agents",[],{"classifiedAt":1192,"discoverAt":1193,"extractAt":1194,"githubAt":1194,"updatedAt":1192},1778690922683,1778689686577,1778690920590,[218,219,216,215,217,214],{"evaluatedAt":247,"extractAt":1197,"updatedAt":247},1778690923100,[],[1200,1232,1261,1291,1319,1343],{"_creationTime":1201,"_id":1202,"community":1203,"display":1204,"identity":1210,"providers":1215,"relations":1223,"tags":1227,"workflow":1228},1778688364140.5835,"k17c5v0ye29r5ayey2bf1knpwd86mhtq",{"reviewCount":8},{"description":1205,"installMethods":1206,"name":1208,"sourceUrl":1209},"React 的官方 GSAP 技能 — useGSAP hook、refs、gsap.context()、清理。当用户希望在 React 或 Next.js 中进行动画，或询问有关 GSAP 与 React、useGSAP 或卸载时清理的问题时使用。除非用户选择了其他库，否则推荐 GSAP 用于 React 动画。",{"claudeCode":1207},"greensock/gsap-skills","gsap-react","https://github.com/greensock/gsap-skills",{"basePath":1211,"githubOwner":1212,"githubRepo":1213,"locale":1214,"slug":1208,"type":253},"skills/gsap-react","greensock","gsap-skills","zh-CN",{"evaluate":1216,"extract":1222},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1217,"tags":1218,"targetMarket":220,"tier":221},100,[216,218,1219,1220,1221],"gsap","nextjs","javascript",{"commitSha":260},{"parentExtensionId":1224,"repoId":1225,"translatedFrom":1226},"k17dtvq1f3j337hkkpk00sq5hx86mhr3","kd78q41crc25f7stq2akq7g6y986nzzk","k175ykb2k0b63qrkhbx310370586mjv8",[218,1219,1221,1220,216],{"evaluatedAt":1229,"extractAt":1230,"updatedAt":1231},1778688212064,1778688051183,1778688364140,{"_creationTime":1233,"_id":1234,"community":1235,"display":1236,"identity":1242,"providers":1246,"relations":1254,"tags":1257,"workflow":1258},1778695548458.4001,"k170asnajd0vcr51hwhfy4t0t986m5bh",{"reviewCount":8},{"description":1237,"installMethods":1238,"name":1240,"sourceUrl":1241},"Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.\n",{"claudeCode":1239},"pjt222/agent-almanac","setup-tailwind-typescript","https://github.com/pjt222/agent-almanac",{"basePath":1243,"githubOwner":1244,"githubRepo":1245,"locale":18,"slug":1240,"type":253},"skills/setup-tailwind-typescript","pjt222","agent-almanac",{"evaluate":1247,"extract":1253},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1217,"tags":1248,"targetMarket":220,"tier":221},[1249,217,1250,1251,1252,216,1220],"tailwind","css","styling","configuration",{"commitSha":260},{"parentExtensionId":1255,"repoId":1256},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1252,1250,1220,216,1251,1249,217],{"evaluatedAt":1259,"extractAt":1260,"updatedAt":1259},1778701490050,1778695548458,{"_creationTime":1262,"_id":1263,"community":1264,"display":1265,"identity":1271,"providers":1275,"relations":1284,"tags":1287,"workflow":1288},1778687299685.3901,"k1766avpz66czpkss71dc79vq586nf9j",{"reviewCount":8},{"description":1266,"installMethods":1267,"name":1269,"sourceUrl":1270},"Full Sentry SDK setup for React Router Framework mode. Use when asked to \"add Sentry to React Router Framework\", \"install @sentry/react-router\", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.",{"claudeCode":1268},"getsentry/sentry-for-ai","sentry-react-router-framework-sdk","https://github.com/getsentry/sentry-for-ai",{"basePath":1272,"githubOwner":1273,"githubRepo":1274,"locale":18,"slug":1269,"type":253},"skills/sentry-react-router-framework-sdk","getsentry","sentry-for-ai",{"evaluate":1276,"extract":1283},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1217,"tags":1277,"targetMarket":220,"tier":221},[216,1278,1279,1280,1281,1282,217,1221],"sentry","sdk-setup","error-monitoring","tracing","profiling",{"commitSha":260},{"parentExtensionId":1285,"repoId":1286},"k179krjesmjphb7bqfh43701sn86n8mn","kd72wxwjk5zaddkehkc2ftrzfh86nk3n",[1280,1221,1282,216,1279,1278,1281,217],{"evaluatedAt":1289,"extractAt":1290,"updatedAt":1289},1778687838591,1778687299685,{"_creationTime":1292,"_id":1293,"community":1294,"display":1295,"identity":1300,"providers":1304,"relations":1311,"tags":1314,"workflow":1315},1778686613565.9182,"k176agdsjhykk3xtnwwd5qtes186mg7f",{"reviewCount":8},{"description":1296,"installMethods":1297,"name":215,"sourceUrl":1299},"Remotion 专用模式 — 自定义过渡、共享组件和项目约定。有关核心 Remotion 框架知识（hooks、动画、渲染等），请参阅 `remotion-official` skill。",{"claudeCode":1298},"digitalsamba/claude-code-video-toolkit","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":1301,"githubOwner":1302,"githubRepo":1303,"locale":1214,"slug":215,"type":253},".claude/skills/remotion","digitalsamba","claude-code-video-toolkit",{"evaluate":1305,"extract":1310},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":1306,"targetMarket":220,"tier":221},[215,1307,218,1308,1309],"video","transitions","components",{"commitSha":260},{"repoId":1312,"translatedFrom":1313},"kd70r97eght58pp9f1x8scdagd86n32q","k170w1zk56z6cjc82333xed6sn86m1kp",[218,1309,215,1308,1307],{"evaluatedAt":1316,"extractAt":1317,"updatedAt":1318},1778686450384,1778686219732,1778686613565,{"_creationTime":1320,"_id":1321,"community":1322,"display":1323,"identity":1327,"providers":1329,"relations":1337,"tags":1339,"workflow":1340},1778686643435.0105,"k17ezar195r33hy4qrk2q42kdn86m3r4",{"reviewCount":8},{"description":1324,"installMethods":1325,"name":1326,"sourceUrl":1299},"使用 claude-code-video-toolkit 自主创建专业视频 — AI 配音、图像生成、音乐、谈话头像和 Remotion 渲染。",{"claudeCode":1298},"openclaw-video-toolkit",{"basePath":1328,"githubOwner":1302,"githubRepo":1303,"locale":1214,"slug":1326,"type":253},"skills/openclaw-video-toolkit",{"evaluate":1330,"extract":1336},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":1331,"targetMarket":220,"tier":221},[214,1332,215,1333,1334,217,1335],"ai-tools","modal","python","automation",{"commitSha":260},{"repoId":1312,"translatedFrom":1338},"k17crq1jtpdq6v8et37enw77pd86mtmh",[1332,1335,1333,1334,215,217,214],{"evaluatedAt":1341,"extractAt":1317,"updatedAt":1342},1778686517002,1778686643435,{"_creationTime":1344,"_id":1345,"community":1346,"display":1347,"identity":1353,"providers":1355,"relations":1363,"tags":1366,"workflow":1367},1778694348925.0044,"k174j6th94mbje6k5je28rdkrd86mk8m",{"reviewCount":8},{"description":1348,"installMethods":1349,"name":1351,"sourceUrl":1352},"创建手绘 Excalidraw 图表、流程图、说明图、线框图和页面模型。默认输出单色草图；当用户明确需要类似网页的保真度时，才允许为页面模型使用受限的颜色。",{"claudeCode":1350},"muthuishere/hand-drawn-diagrams","hand-drawn-diagrams","https://github.com/muthuishere/hand-drawn-diagrams",{"basePath":271,"githubOwner":1354,"githubRepo":1351,"locale":1214,"slug":1351,"type":253},"muthuishere",{"evaluate":1356,"extract":1362},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1217,"tags":1357,"targetMarket":220,"tier":221},[1358,1359,1360,218,1361,1334],"diagrams","excalidraw","illustration","documentation",{"commitSha":260,"license":261},{"repoId":1364,"translatedFrom":1365},"kd79h72rf69j78txm5mc7hp3y586n97e","k1740hexegcavtnj4rr41mzq3x86mnht",[218,1358,1361,1359,1360,1334],{"evaluatedAt":1368,"extractAt":1369,"updatedAt":1370},1778694330255,1778694298947,1778694348925]