[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-pexoai-videoagent-audio-studio-en":3,"guides-for-pexoai-videoagent-audio-studio":395,"similar-k17dxqfd4ngr7qywd7dnv6n8h986myf4-en":396},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":254,"isFallback":250,"parentExtension":260,"providers":261,"relations":267,"repo":269,"tags":391,"workflow":392},1778695321983.4878,"k17dxqfd4ngr7qywd7dnv6n8h986myf4",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to generate any audio without managing multiple API keys.\n",{"claudeCode":12},"pexoai/pexo-skills","VideoAgent Audio Studio","https://github.com/pexoai/pexo-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":237,"workflow":252},1778695376898.4426,"kn7e18yhn3nzwkw87vyj7mt97d86m5hj","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"practices":203,"prerequisites":207,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":224,"tier":225,"useCases":226,"workflow":231},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,133,136,139,143,146,149,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of juggling multiple audio APIs and the need for a unified access point.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill acts as a smart audio dispatcher, routing requests to the best available model, which is more than a thin wrapper around individual APIs.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides access to TTS, music generation, sound effects, and voice cloning, covering a complete audio generation lifecycle with documented models and setup.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill consolidates various audio generation tasks (TTS, music, SFX, voice cloning) under a unified audio studio concept.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's purpose and capabilities.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific MCP tools like `text_to_speech`, `text_to_sound_effects`, and `voice_add`, which are narrow verb-noun specialists.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters like `text`, `voice_id`, `model_id`, `prompt`, and `duration_seconds` are documented within the SKILL.md.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The MCP tool names (`text_to_speech`, `text_to_sound_effects`, `voice_add`) are descriptive and specific to their functions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool parameters are specific and well-defined (e.g., `text`, `duration_seconds`), and outputs are documented as audio URLs.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The MIT license is clearly stated in the README.md and applies to the repository.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository was updated on 2026-04-09, which is within the last 90 days.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The `package.json` in the proxy directory indicates npm dependencies, and `npm install` is a standard way to manage them.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","API keys (`ELEVENLABS_API_KEY`, `FAL_KEY`) are handled via environment variables and are not hardcoded.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses specific tool parameters and does not appear to execute arbitrary code or commands from external data.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill appears to use committed code and dependencies, with no evidence of runtime remote code fetching or execution.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates by calling specific tools and does not exhibit behavior that would modify files outside its designated scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops are evident in the provided script or documentation.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill handles API keys via environment variables and does not appear to exfiltrate user data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and documentation appear free of hidden steering tricks or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The `start_server.sh` script is plain bash and the `elevenlabs-mcp` command is a standard executable, with no signs of obfuscation.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The script `start_server.sh` uses a temporary file path (`/tmp/`) which is generally portable, and API keys are handled via environment variables.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 2 open and 0 closed issues in the last 90 days, the closure rate is N/A, but the low number of open issues suggests good attention.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The skill has a `version: 3.0.0` in its frontmatter and changelog entries, indicating clear versioning.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","Tool parameters for audio generation are specific and well-defined, implying validation.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill focuses on audio generation, which is not a destructive operation.",{"category":110,"check":111,"severity":24,"summary":112},"Errors","Error Handling","The `start_server.sh` script includes basic error handling for API key setup and free trial limits, exiting non-zero on failure.",{"category":114,"check":115,"severity":24,"summary":116},"Code Execution","Logging","The `start_server.sh` script logs its usage count and trial status to stdout, providing basic auditability.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The skill handles API keys and general audio generation requests, not personal data that requires specific GDPR sanitization.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The `start_server.sh` script uses standard bash and relies on npm packages, which are generally cross-platform.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README.md file provides a clear overview of the pexo-skills repository and includes installation instructions.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes specific MCP tools for different audio tasks, maintaining a focused surface area.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools provided (`text_to_speech`, `text_to_sound_effects`, `voice_add`) have distinct functions and do not appear to be near-synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features (TTS, music, SFX, voice cloning) have corresponding tools and models described in the SKILL.md.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README and SKILL.md provide clear installation instructions, including API key setup and examples.",{"category":110,"check":144,"severity":24,"summary":145},"Actionable error messages","Error messages for API key setup and free trial limits are specific and indicate next steps (e.g., upgrading to Pro).",{"category":103,"check":147,"severity":24,"summary":148},"Pinned dependencies","The presence of `package.json` and `npm install` in the proxy directory suggests dependencies are managed via npm, implying pinning via lockfiles.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The skill's core function is audio generation, which is not a state-changing operation requiring a dry-run preview.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily API calls; while not explicitly detailed, the use of standard APIs implies standard retry mechanisms and timeouts handled by the underlying providers.",{"category":118,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The script logs usage count to a local file, which is a form of local telemetry and is not opt-out.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose of providing unified access to TTS, music generation, SFX, and voice cloning, and specifies 'Use when you want to generate any audio without managing multiple API keys.'",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and self-contained, clearly summarizing the skill's core capability and use cases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is reasonably concise, outlining usage and examples without excessive bloat.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md provides a good overview and detailed examples, with model references in a separate section, demonstrating progressive disclosure.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill is focused on direct audio generation and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, end-to-end examples for TTS, music generation, and SFX, demonstrating input, invocation, and expected outcome.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The `start_server.sh` script handles API key errors and free trial limits, documenting failure modes and recovery steps.",{"category":114,"check":183,"severity":24,"summary":184},"Tool Fallback","The `start_server.sh` script mentions a 'Pro API Key' for full access and a fallback to a limited free trial, indicating a form of fallback logic.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The `start_server.sh` script explicitly halts execution with an error message if API keys are missing or free trial limits are reached.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill operates independently, focusing solely on audio generation without implicit reliance on other skills.",1778695376790,"This skill acts as a unified dispatcher for various audio generation tasks, including Text-to-Speech (TTS), music composition, sound effect creation, and voice cloning. It intelligently routes requests to the most suitable models from providers like ElevenLabs and fal.ai, simplifying the process for users by managing API integrations and providing a single interface.",[195,196,197,198],"Unified access to TTS, music, SFX, and voice cloning","Intelligent routing to best-suited AI models","Simplified API key management","Support for multiple audio generation providers",[200,201,202],"Managing individual audio API credentials","Complex audio editing or mixing","Real-time audio streaming beyond the generated output",[204,205,206],"Audio generation","API integration","Prompt engineering",[208,209],"ELEVENLABS_API_KEY environment variable","FAL_KEY environment variable (optional for music/SFX)","3.0.0","4.4.0","To provide a one-command solution for generating any type of audio content, abstracting away the complexity of managing multiple audio APIs and credentials.","The skill demonstrates exceptional documentation, robust security practices, and clear utility across multiple audio generation domains. Its adherence to best practices in all evaluated areas results in a high score.",98,"Highly polished and comprehensive audio generation skill with excellent documentation and security.",[217,218,219,220,221,222,223],"audio","tts","music","sfx","voice-clone","elevenlabs","falai","global","verified",[227,228,229,230],"Generate speech or voice-overs from text","Compose background music for podcasts or videos","Create specific sound effects on demand","Clone a voice from an audio sample",[232,233,234,235,236],"Start the AudioMind server.","Analyze user request for audio generation type.","Route request to the appropriate MCP tool and model.","Generate audio and return a URL.","User reviews or uses the generated audio.",{"codeQuality":238,"collectedAt":240,"documentation":241,"maintenance":244,"security":249,"testCoverage":251},{"hasLockfile":239},true,1778695361201,{"descriptionLength":242,"readmeSize":243},215,4812,{"closedIssues90d":8,"forks":245,"hasChangelog":239,"manifestVersion":210,"openIssues90d":246,"pushedAt":247,"stars":248},39,2,1775735926000,851,{"hasNpmPackage":250,"smitheryVerified":250},false,{"hasCi":239,"hasTests":250},{"updatedAt":253},1778695376898,{"basePath":255,"githubOwner":256,"githubRepo":257,"locale":18,"slug":258,"type":259},"skills/videoagent-audio-studio","pexoai","pexo-skills","videoagent-audio-studio","skill",null,{"evaluate":262,"extract":264},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":263,"targetMarket":224,"tier":225},[217,218,219,220,221,222,223],{"commitSha":265,"license":266},"HEAD","MIT",{"repoId":268},"kd7a11fjbvhz4653zn8wdan1bd86mrja",{"_creationTime":270,"_id":268,"identity":271,"providers":272,"workflow":387},1778695317648.9006,{"githubOwner":256,"githubRepo":257,"sourceUrl":14},{"classify":273,"discover":381,"github":384},{"commitSha":265,"extensions":274},[275,287,320,327,341,355],{"basePath":276,"installMethods":277,"rationale":278,"selectedPaths":279,"source":285,"sourceLanguage":18,"type":286},"",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[280,283],{"path":281,"priority":282},".claude-plugin/marketplace.json","mandatory",{"path":284,"priority":282},"README.md","rule","marketplace",{"basePath":288,"description":289,"displayName":290,"installMethods":291,"rationale":292,"selectedPaths":293,"source":285,"sourceLanguage":18,"type":259},"skills/pexo-agent","Use this skill when the user wants to produce a short video (5–120 seconds). Supports any video type: product ads, TikTok/Instagram/YouTube content, brand videos, explainers, social clips. USE FOR: video production, AI video, make a video, product video, brand video, promotional clip, explainer video, short video.\n","pexoai-agent",{"claudeCode":12},"SKILL.md frontmatter at skills/pexo-agent/SKILL.md",[294,296,299,301,304,306,308,310,312,314,316,318],{"path":295,"priority":282},"SKILL.md",{"path":297,"priority":298},"references/SETUP-CHECKLIST.md","medium",{"path":300,"priority":298},"references/TROUBLESHOOTING.md",{"path":302,"priority":303},"scripts/_common.sh","low",{"path":305,"priority":303},"scripts/pexo-asset-get.sh",{"path":307,"priority":303},"scripts/pexo-chat.sh",{"path":309,"priority":303},"scripts/pexo-doctor.sh",{"path":311,"priority":303},"scripts/pexo-entitlements.sh",{"path":313,"priority":303},"scripts/pexo-project-create.sh",{"path":315,"priority":303},"scripts/pexo-project-get.sh",{"path":317,"priority":303},"scripts/pexo-project-list.sh",{"path":319,"priority":303},"scripts/pexo-upload.sh",{"basePath":255,"description":10,"displayName":258,"installMethods":321,"rationale":322,"selectedPaths":323,"source":285,"sourceLanguage":18,"type":259},{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-audio-studio/SKILL.md",[324,325],{"path":295,"priority":282},{"path":326,"priority":303},"tools/start_server.sh",{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":285,"sourceLanguage":18,"type":259},"skills/videoagent-director","AI creative director that turns a user's natural-language idea into a complete storyboard and generates all assets — images, video clips, and audio — automatically. The user only describes what they want; all prompt engineering is handled internally.\n","videoagent-director",{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-director/SKILL.md",[334,335,337,339],{"path":295,"priority":282},{"path":284,"priority":336},"high",{"path":338,"priority":298},"references/storyboard_guide.md",{"path":340,"priority":303},"tools/director.js",{"basePath":342,"description":343,"displayName":344,"installMethods":345,"rationale":346,"selectedPaths":347,"source":285,"sourceLanguage":18,"type":259},"skills/videoagent-image-studio","Tired of juggling 8 API keys? This skill gives you one-command access to Midjourney, Flux, Ideogram, and more, with zero setup. Use when you want to generate any image without worrying about API keys.\n","videoagent-image-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-image-studio/SKILL.md",[348,349,351,353],{"path":295,"priority":282},{"path":350,"priority":298},"CHANGELOG.md",{"path":352,"priority":298},"CONTRIBUTING.md",{"path":354,"priority":303},"tools/generate.js",{"basePath":356,"description":357,"displayName":358,"installMethods":359,"rationale":360,"selectedPaths":361,"source":285,"sourceLanguage":18,"type":259},"skills/videoagent-video-studio","Generate short AI videos from text or images — text-to-video, image-to-video, and reference-based generation — with zero API key setup. Use when the user wants to create a video clip, animate an image, or generate video from a description.\n","videoagent-video-studio",{"claudeCode":12},"SKILL.md frontmatter at skills/videoagent-video-studio/SKILL.md",[362,363,364,366,368,370,372,374,376,378,380],{"path":295,"priority":282},{"path":284,"priority":336},{"path":365,"priority":298},"references/calling_guide.md",{"path":367,"priority":298},"references/models.md",{"path":369,"priority":298},"references/prompt_guide.md",{"path":371,"priority":303},"scripts/local-server.cjs",{"path":373,"priority":303},"scripts/test-api.ps1",{"path":375,"priority":303},"scripts/test-generate.ps1",{"path":377,"priority":303},"scripts/test-generate.sh",{"path":379,"priority":303},"scripts/test-proxy.cjs",{"path":354,"priority":303},{"sources":382},[383],"manual",{"closedIssues90d":8,"description":385,"forks":245,"openIssues90d":246,"pushedAt":247,"readmeSize":243,"stars":248,"topics":386},"A collection of open-source Agent Skills for content creation — images, audio, and video.",[],{"classifiedAt":388,"discoverAt":389,"extractAt":390,"githubAt":390,"updatedAt":388},1778695321805,1778695317648,1778695319754,[217,222,223,219,220,218,221],{"evaluatedAt":253,"extractAt":393,"updatedAt":394},1778695321983,1778695496532,[],[397,425,454,479,507,534],{"_creationTime":398,"_id":399,"community":400,"display":401,"identity":407,"providers":411,"relations":419,"tags":421,"workflow":422},1778690923100.0378,"k17cvy6yv9xmtby9b03sb83ep586n46a",{"reviewCount":8},{"description":402,"installMethods":403,"name":405,"sourceUrl":406},"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",{"claudeCode":404},"inferen-sh/skills","elevenlabs-tts","https://github.com/inferen-sh/skills",{"basePath":408,"githubOwner":409,"githubRepo":410,"locale":18,"slug":405,"type":259},"tools/audio/elevenlabs-tts","inferen-sh","skills",{"evaluate":412,"extract":418},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":414,"targetMarket":224,"tier":225},99,[415,218,222,217,416,417],"text-to-speech","voice-generation","multilingual",{"commitSha":265},{"repoId":420},"kd75bmkxfkvvw504knzzpkzjph86n71t",[217,222,417,415,218,416],{"evaluatedAt":423,"extractAt":424,"updatedAt":423},1778692055679,1778690923100,{"_creationTime":426,"_id":427,"community":428,"display":429,"identity":435,"providers":439,"relations":447,"tags":450,"workflow":451},1778696833339.6235,"k173202da6bz9n3t2ytqn33f3h86n9e0",{"reviewCount":8},{"description":430,"installMethods":431,"name":433,"sourceUrl":434},"Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n",{"claudeCode":432},"sanjay3290/ai-skills","google-tts","https://github.com/sanjay3290/ai-skills",{"basePath":436,"githubOwner":437,"githubRepo":438,"locale":18,"slug":433,"type":259},"skills/google-tts","sanjay3290","ai-skills",{"evaluate":440,"extract":446},{"promptVersionExtension":210,"promptVersionScoring":211,"score":441,"tags":442,"targetMarket":224,"tier":225},100,[218,443,217,444,445],"speech","google-cloud","python",{"commitSha":265},{"parentExtensionId":448,"repoId":449},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[217,444,445,443,218],{"evaluatedAt":452,"extractAt":453,"updatedAt":452},1778697061989,1778696833339,{"_creationTime":455,"_id":456,"community":457,"display":458,"identity":464,"providers":467,"relations":473,"tags":475,"workflow":476},1778695021936.5625,"k1703jnec5x3fdsmasfekwt56s86m8bv",{"reviewCount":8},{"description":459,"installMethods":460,"name":462,"sourceUrl":463},"Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.",{"claudeCode":461},"openai/skills","Speech Generation Skill","https://github.com/openai/skills",{"basePath":465,"githubOwner":466,"githubRepo":410,"locale":18,"slug":443,"type":259},"skills/.curated/speech","openai",{"evaluate":468,"extract":471},{"promptVersionExtension":210,"promptVersionScoring":211,"score":441,"tags":469,"targetMarket":224,"tier":225},[443,217,466,218,415,470],"narration",{"commitSha":265,"license":472},"Apache-2.0",{"repoId":474},"kd75n2zj3yh472p25zffgycved86mnpx",[217,470,466,443,415,218],{"evaluatedAt":477,"extractAt":478,"updatedAt":477},1778695652845,1778695021936,{"_creationTime":480,"_id":481,"community":482,"display":483,"identity":489,"providers":493,"relations":500,"tags":503,"workflow":504},1778683100520.3088,"k1780ejtdyfh5atysjycteerk986nqdg",{"reviewCount":8},{"description":484,"installMethods":485,"name":487,"sourceUrl":488},"Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.",{"claudeCode":486},"bitwize-music-studio/claude-ai-music-skills","validate-album","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":490,"githubOwner":491,"githubRepo":492,"locale":18,"slug":487,"type":259},"skills/validate-album","bitwize-music-studio","claude-ai-music-skills",{"evaluate":494,"extract":499},{"promptVersionExtension":210,"promptVersionScoring":211,"score":441,"tags":495,"targetMarket":224,"tier":225},[219,496,217,497,498],"validation","metadata","release-prep",{"commitSha":265},{"parentExtensionId":501,"repoId":502},"k1754vkdjckrkqvz9x7tjrvhzn86n1gc","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[217,497,219,498,496],{"evaluatedAt":505,"extractAt":506,"updatedAt":505},1778684303772,1778683100520,{"_creationTime":508,"_id":509,"community":510,"display":511,"identity":517,"providers":521,"relations":528,"tags":530,"workflow":531},1778697652123.8977,"k17dredz1hs8xzqz5p5er1qsgh86n8x6",{"reviewCount":8},{"description":512,"installMethods":513,"name":515,"sourceUrl":516},"Local text-to-speech via sherpa-onnx (offline, no cloud)",{"claudeCode":514},"steipete/clawdis","sherpa-onnx-tts","https://github.com/steipete/clawdis",{"basePath":518,"githubOwner":519,"githubRepo":520,"locale":18,"slug":515,"type":259},"skills/sherpa-onnx-tts","steipete","clawdis",{"evaluate":522,"extract":527},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":523,"targetMarket":224,"tier":225},[218,524,525,526,217],"local","offline","sherpa-onnx",{"commitSha":265},{"repoId":529},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[217,524,525,526,218],{"evaluatedAt":532,"extractAt":533,"updatedAt":532},1778698917372,1778697652123,{"_creationTime":535,"_id":536,"community":537,"display":538,"identity":542,"providers":545,"relations":556,"tags":557,"workflow":558},1778683100520.3076,"k177kkncnc53stshsayz2122b186ndps",{"reviewCount":8},{"description":539,"installMethods":540,"name":541,"sourceUrl":488},"Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.",{"claudeCode":486},"Sheet Music Publisher",{"basePath":543,"githubOwner":491,"githubRepo":492,"locale":18,"slug":544,"type":259},"skills/sheet-music-publisher","sheet-music-publisher",{"evaluate":546,"extract":554},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":547,"targetMarket":224,"tier":225},[217,219,548,549,550,551,552,553],"sheet-music","transcription","songbook","pdf","midi","musicxml",{"commitSha":265,"license":555},"CC0-1.0",{"parentExtensionId":501,"repoId":502},[217,552,219,553,551,548,550,549],{"evaluatedAt":559,"extractAt":506,"updatedAt":559},1778684168241]