[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-sanjay3290-imagen-zh-CN":3,"guides-for-sanjay3290-imagen":625,"similar-k17bwck426mv2hkna22a4jnf9186nmas-zh-CN":626},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":238,"parentExtension":246,"providers":302,"relations":306,"repo":307,"tags":623,"workflow":624},1778696833339.6238,"k17bwck426mv2hkna22a4jnf9186nmas",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Generate images using Google Gemini's image generation capabilities.\nUse this skill when the user needs to create, generate, or produce images\nfor any purpose including UI mockups, icons, illustrations, diagrams,\nconcept art, placeholder images, or visual representations.\n",{"claudeCode":12},"sanjay3290/ai-skills","imagen","https://github.com/sanjay3290/ai-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":222,"workflow":239},1778697076284.3486,"kn76pxgex24bh9491bn7bq51rn86n53w","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of needing to generate images and provides a specific use case context like UI mockups and illustrations.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages Google Gemini's image generation capabilities, offering a specialized function beyond standard LLM text generation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready with a clear setup, Python script, requirements, and examples covering its stated use case of image generation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on image generation using Google Gemini, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's capability to generate images using Google Gemini.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension, and does not expose individual tools in the same manner.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md and README.md clearly document all parameters, environment variables, and their defaults for image generation.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a tool-based extension, and therefore does not have individual tool names to evaluate.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The Python script takes a prompt and optional output path/size, and the API call is configured appropriately for image generation without excessive parameters.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under Apache-2.0, with a LICENSE file providing the full text.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 7, 2026, which is within the last 90 days.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The skill uses only Python's standard library, thus having no third-party dependencies to manage.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The API key is handled via an environment variable, and the script does not echo resolved secrets to stdout/stderr.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill takes a text prompt as input and executes a controlled Python script, with no indication of loading untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on a local Python script using standard libraries and a direct API call, not fetching external code or instructions at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The Python script operates within its execution context, only writing to a specified output path and making API calls, without attempting to modify files outside its scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The Python script does not contain any detached process spawns or retry loops around denied calls.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only sends the user's image prompt and API key to the Gemini API for image generation, with no indication of exfiltrating confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled files are free of hidden-steering tricks, control characters, or invisible Unicode tags.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The Python script is plain, readable source code, with no obfuscation like base64 payloads or runtime fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script handles output paths relative to the current directory and does not make assumptions about specific project structures.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open issues and 5 closed issues in the last 90 days, indicating good engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A version ('1.0') is declared in the SKILL.md frontmatter, providing a clear version signal.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The Python script validates image size and handles potential errors in API requests and file saving.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill only writes an image file, which is not considered a destructive operation requiring a confirmation gate.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The Python script includes comprehensive error handling for API requests, file saving, and environment variable setup, providing user-friendly messages and exiting non-zero on failure.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The script provides informative print statements for user feedback and uses stderr for errors, effectively logging actions and outcomes for review.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill only processes image generation prompts and API keys; it does not operate on or submit personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is globally applicable as it relies on a web API and standard Python libraries, with no regional restrictions.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard Python libraries and is designed to be cross-platform (Windows, macOS, Linux), with no specific OS or shell assumptions.",{"category":45,"check":127,"severity":24,"summary":128},"README","A detailed README.md exists and clearly states the extension's purpose, installation, and usage.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a skill with a single primary function, not a collection of tools.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This is a skill, not a tool-based extension, and therefore does not have multiple tools to evaluate for overlapping synonyms.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features (image generation, cross-platform support, custom sizes/paths) are implemented and demonstrable via the Python script and examples.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions, including API key setup and example usage.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Error messages are specific, explain the cause (e.g., API key not set, rate limiting), and suggest remediation steps.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill uses only Python's standard library, requiring no external dependencies or lockfiles.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","While not a direct 'dry-run' flag, the script prints detailed information about the intended action (prompt, output path, size) before making the API call, allowing for user review.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The script includes a timeout for API requests and handles potential errors gracefully, though idempotency is not directly applicable to single image generation calls.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose (generate images using Google Gemini) and when to use it (for UI mockups, illustrations, etc.), providing a specific artifact and user intent.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability, followed by clear trigger phrases.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and under ~500 lines, delegating detailed examples to separate files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the main flow and links to separate `examples.md` and `reference.md` files for deeper material.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","The skill is a short-form image generation task and does not involve deep exploration or multi-file inspection.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Sufficient, end-to-end examples are provided in README.md and examples.md, demonstrating invocation and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The script handles common edge cases like missing API keys, invalid sizes, and API errors, with documented symptoms and recovery steps.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers; it directly calls the Gemini API.",{"category":92,"check":186,"severity":24,"summary":187},"Halt on unexpected state","The script explicitly checks for preconditions like a set API key and gracefully halts with informative errors if they are not met.",{"category":92,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded.",1778697076161,"This skill generates images via the Google Gemini API using a cross-platform Python script. It requires a Gemini API key set as an environment variable and allows customization of image size and output path. The script handles API interactions, error reporting, and file saving.",[194,195,196,197,198],"Generate images from text prompts","Utilize Google Gemini's image generation model","Cross-platform Python script","Customizable image size (512, 1K, 2K)","Specify output path for generated images",[200,201,202,203],"Editing existing images","Performing complex image manipulation tasks","Generating images without a text prompt","Providing a web-based UI for image generation","3.0.0","4.4.0","Generate images programmatically using Google Gemini's capabilities for various purposes like UI design, illustrations, and concept visualization.","The skill has a perfect score across all checks, demonstrating high quality in documentation, security, and functionality. The use of standard libraries and clear error handling contribute to its robustness.",99,"A high-quality skill for generating images using Google Gemini, with excellent documentation and robust implementation.",[211,212,213,214],"image-generation","gemini","python","ai","global","verified",[218,219,220,221],"Creating placeholder images for UI development","Generating illustrations for documentation","Producing concept art or visual representations of ideas","Designing icons or visual assets for applications",{"codeQuality":223,"collectedAt":225,"documentation":226,"maintenance":229,"security":235,"testCoverage":237},{"hasLockfile":224},false,1778697062349,{"descriptionLength":227,"readmeSize":228},273,16681,{"closedIssues90d":230,"forks":231,"hasChangelog":224,"manifestVersion":232,"openIssues90d":8,"pushedAt":233,"stars":234},5,24,"1.0",1778169286000,272,{"hasNpmPackage":224,"license":236,"smitheryVerified":224},"Apache-2.0",{"hasCi":224,"hasTests":238},true,{"updatedAt":240},1778697076284,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/imagen","sanjay3290","ai-skills","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":253,"parentExtension":256,"providers":286,"relations":298,"tags":299,"workflow":300},1778696833339.6206,"k17es37z10n1sw6t2m3f0vsydx86mnje",{"reviewCount":8},{"description":251,"installMethods":252,"name":244,"sourceUrl":14},"Collection of agent skills: PostgreSQL, MySQL, MSSQL, Imagen, Azure DevOps, Atlassian (Jira + Confluence), Google Workspace (Gmail, Calendar, Chat, Docs, Drive, Sheets, Slides), NotebookLM, Jules, Manus, Deep Research, Outline, ElevenLabs, Google TTS.",{"claudeCode":244},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":255},"","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":263,"providers":265,"relations":280,"tags":282,"workflow":283},1778696833339.6204,"k17d3vqwpbyp1fk2990e431ep986nrqw",{"reviewCount":8},{"description":261,"installMethods":262,"name":244,"sourceUrl":14},"Collection of agent skills for AI coding assistants",{"claudeCode":12},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":264},"marketplace",{"evaluate":266,"extract":274},{"promptVersionExtension":267,"promptVersionScoring":205,"score":268,"tags":269,"targetMarket":215,"tier":273},"3.1.0",79,[264,244,270,271,272],"coding-assistants","developer-tools","automation","community",{"commitSha":275,"marketplace":276,"plugin":278},"HEAD",{"name":244,"pluginCount":277},1,{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[244,272,270,271,264],{"evaluatedAt":284,"extractAt":285,"updatedAt":284},1778696845101,1778696833339,{"evaluate":287,"extract":295},{"promptVersionExtension":204,"promptVersionScoring":205,"score":288,"tags":289,"targetMarket":215,"tier":273},75,[290,291,292,214,271,272,293,294],"database","cloud","productivity","google-workspace","azure-devops",{"commitSha":275,"plugin":296},{"mcpCount":8,"provider":279,"skillCount":297},20,{"parentExtensionId":258,"repoId":281},[214,272,294,291,290,271,293,292],{"evaluatedAt":301,"extractAt":285,"updatedAt":301},1778696861757,{"evaluate":303,"extract":305},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":304,"targetMarket":215,"tier":216},[211,212,213,214],{"commitSha":275},{"parentExtensionId":248,"repoId":281},{"_creationTime":308,"_id":281,"identity":309,"providers":310,"workflow":619},1778696828850.7996,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":311,"discover":606,"github":609},{"commitSha":275,"extensions":312},[313,326,332,352,388,399,411,425,438,450,463,476,489,502,513,526,534,544,555,565,585,596],{"basePath":254,"description":261,"displayName":244,"installMethods":314,"rationale":315,"selectedPaths":316,"source":325,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[317,320,322],{"path":318,"priority":319},".claude-plugin/marketplace.json","mandatory",{"path":321,"priority":319},"README.md",{"path":323,"priority":324},"LICENSE","high","rule",{"basePath":254,"description":251,"displayName":244,"installMethods":327,"rationale":328,"selectedPaths":329,"source":325,"sourceLanguage":18,"type":255},{"claudeCode":244},"inline plugin source from marketplace.json at /",[330,331],{"path":321,"priority":319},{"path":323,"priority":324},{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":325,"sourceLanguage":18,"type":245},"skills/atlassian","Manage Jira issues and Confluence wiki pages in Atlassian Cloud.\nUse when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages\nwith CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page\nhierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).\n","atlassian",{"claudeCode":12},"SKILL.md frontmatter at skills/atlassian/SKILL.md",[339,341,344,346,348,350],{"path":340,"priority":319},"SKILL.md",{"path":342,"priority":343},"scripts/api_client.py","low",{"path":345,"priority":343},"scripts/auth.py",{"path":347,"priority":343},"scripts/confluence.py",{"path":349,"priority":343},"scripts/jira.py",{"path":351,"priority":343},"scripts/mcp_client.py",{"basePath":353,"description":354,"displayName":294,"installMethods":355,"rationale":356,"selectedPaths":357,"source":325,"sourceLanguage":18,"type":245},"skills/azure-devops","Manage Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, security alerts,\nvariable groups, environments/approvals, branch policies, and attachments. Use when user asks to: manage\nsprints, create/update work items, list repos, create PRs, run pipelines, search code, manage wiki pages,\ncheck security alerts, manage variable groups, approve deployments, or configure branch policies.\nCovers 13 domains with 99 tools via REST API.\n",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-devops/SKILL.md",[358,359,360,361,363,364,366,368,370,372,374,376,378,380,382,384,386],{"path":340,"priority":319},{"path":321,"priority":324},{"path":342,"priority":343},{"path":362,"priority":343},"scripts/attachments.py",{"path":345,"priority":343},{"path":365,"priority":343},"scripts/core.py",{"path":367,"priority":343},"scripts/environments.py",{"path":369,"priority":343},"scripts/pipelines.py",{"path":371,"priority":343},"scripts/policies.py",{"path":373,"priority":343},"scripts/repos.py",{"path":375,"priority":343},"scripts/search.py",{"path":377,"priority":343},"scripts/security.py",{"path":379,"priority":343},"scripts/test_plans.py",{"path":381,"priority":343},"scripts/variable_groups.py",{"path":383,"priority":343},"scripts/wiki.py",{"path":385,"priority":343},"scripts/work.py",{"path":387,"priority":343},"scripts/work_items.py",{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":325,"sourceLanguage":18,"type":245},"skills/deep-research","Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task.","deep-research",{"claudeCode":12},"SKILL.md frontmatter at skills/deep-research/SKILL.md",[395,396,397],{"path":340,"priority":319},{"path":321,"priority":324},{"path":398,"priority":343},"scripts/research.py",{"basePath":400,"description":401,"displayName":402,"installMethods":403,"rationale":404,"selectedPaths":405,"source":325,"sourceLanguage":18,"type":245},"skills/elevenlabs","Convert documents and text to audio using ElevenLabs text-to-speech.\nUse this skill when the user wants to create a podcast, narrate a document,\nread aloud text, generate audio from a file, or convert text to speech.\n","elevenlabs",{"claudeCode":12},"SKILL.md frontmatter at skills/elevenlabs/SKILL.md",[406,407,409],{"path":340,"priority":319},{"path":408,"priority":343},"scripts/elevenlabs.py",{"path":410,"priority":343},"scripts/extract.py",{"basePath":412,"description":413,"displayName":414,"installMethods":415,"rationale":416,"selectedPaths":417,"source":325,"sourceLanguage":18,"type":245},"skills/gmail","Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.\nUse when user asks to: search email, read email, send email, create email draft, mark as read,\narchive email, star email, or manage Gmail labels. Lightweight alternative to full Google\nWorkspace MCP server with standalone OAuth authentication.\n","gmail",{"claudeCode":12},"SKILL.md frontmatter at skills/gmail/SKILL.md",[418,419,420,421,423],{"path":340,"priority":319},{"path":321,"priority":324},{"path":345,"priority":343},{"path":422,"priority":343},"scripts/gmail.py",{"path":424,"priority":343},"scripts/requirements.txt",{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":325,"sourceLanguage":18,"type":245},"skills/google-calendar","Interact with Google Calendar - list calendars, view events, create/update/delete events, and find free time.\nUse when user asks to: check calendar, schedule a meeting, create an event, find available time, list upcoming events,\ndelete or update a calendar event, or respond to meeting invitations. Lightweight alternative to full\nGoogle Workspace MCP server with standalone OAuth authentication.\n","google-calendar",{"claudeCode":12},"SKILL.md frontmatter at skills/google-calendar/SKILL.md",[432,433,434,435,437],{"path":340,"priority":319},{"path":321,"priority":324},{"path":345,"priority":343},{"path":436,"priority":343},"scripts/gcal.py",{"path":424,"priority":343},{"basePath":439,"description":440,"displayName":441,"installMethods":442,"rationale":443,"selectedPaths":444,"source":325,"sourceLanguage":18,"type":245},"skills/google-chat","Interact with Google Chat - list spaces, send messages, read conversations, and manage DMs.\nUse when user asks to: send a message on Google Chat, read chat messages, list chat spaces,\nfind a chat room, send a DM, or create a new chat space. Lightweight alternative to full\nGoogle Workspace MCP server with standalone OAuth authentication.\n","google-chat",{"claudeCode":12},"SKILL.md frontmatter at skills/google-chat/SKILL.md",[445,446,447,448],{"path":340,"priority":319},{"path":321,"priority":324},{"path":345,"priority":343},{"path":449,"priority":343},"scripts/chat.py",{"basePath":451,"description":452,"displayName":453,"installMethods":454,"rationale":455,"selectedPaths":456,"source":325,"sourceLanguage":18,"type":245},"skills/google-docs","Interact with Google Docs - create documents, search by title, read content, and edit text.\nUse when user asks to: create a Google Doc, find a document, read doc content, add text to a doc,\nor replace text in a document. Lightweight alternative to full Google Workspace MCP server with\nstandalone OAuth authentication.\n","google-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/google-docs/SKILL.md",[457,458,459,460,462],{"path":340,"priority":319},{"path":321,"priority":324},{"path":345,"priority":343},{"path":461,"priority":343},"scripts/docs.py",{"path":424,"priority":343},{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":325,"sourceLanguage":18,"type":245},"skills/google-drive","Interact with Google Drive - search files, find folders, list contents, download files, upload files,\ncreate folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive,\nfind a file/folder, list Drive contents, download or upload files, create folders, move files,\nor organize Drive content. Lightweight integration with standalone OAuth authentication supporting\nfull read/write access.\n","google-drive",{"claudeCode":12},"SKILL.md frontmatter at skills/google-drive/SKILL.md",[470,471,472,473,475],{"path":340,"priority":319},{"path":321,"priority":324},{"path":345,"priority":343},{"path":474,"priority":343},"scripts/drive.py",{"path":424,"priority":343},{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":325,"sourceLanguage":18,"type":245},"skills/google-sheets","Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges,\nsearch for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells,\nadd data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values.\nLightweight integration with standalone OAuth authentication supporting full read/write access.\n","google-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/google-sheets/SKILL.md",[483,484,485,486,487],{"path":340,"priority":319},{"path":321,"priority":324},{"path":345,"priority":343},{"path":424,"priority":343},{"path":488,"priority":343},"scripts/sheets.py",{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":325,"sourceLanguage":18,"type":245},"skills/google-slides","Read and write Google Slides presentations - get text, find presentations, create presentations, add slides,\nreplace text, and manage slide content. Use when user asks to: read a presentation, create slides, find slides,\nadd a slide, replace text in a presentation, or manage presentation content. Lightweight integration with\nstandalone OAuth authentication supporting full read/write access.\n","google-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/google-slides/SKILL.md",[496,497,498,499,500],{"path":340,"priority":319},{"path":321,"priority":324},{"path":345,"priority":343},{"path":424,"priority":343},{"path":501,"priority":343},"scripts/slides.py",{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":325,"sourceLanguage":18,"type":245},"skills/google-tts","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","google-tts",{"claudeCode":12},"SKILL.md frontmatter at skills/google-tts/SKILL.md",[509,510,511],{"path":340,"priority":319},{"path":410,"priority":343},{"path":512,"priority":343},"scripts/google_tts.py",{"basePath":242,"description":10,"displayName":13,"installMethods":514,"rationale":515,"selectedPaths":516,"source":325,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/imagen/SKILL.md",[517,518,519,522,524],{"path":340,"priority":319},{"path":321,"priority":324},{"path":520,"priority":521},"examples.md","medium",{"path":523,"priority":521},"reference.md",{"path":525,"priority":343},"scripts/generate_image.py",{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":325,"sourceLanguage":18,"type":245},"skills/jules","Delegate coding tasks to Google Jules AI agent for asynchronous execution. Use when user says: 'have Jules fix', 'delegate to Jules', 'send to Jules', 'ask Jules to', 'check Jules sessions', 'pull Jules results', 'jules add tests', 'jules add docs', 'jules review pr'. Handles: bug fixes, documentation, features, tests, refactoring, code reviews. Works with GitHub repos, creates PRs.","jules",{"claudeCode":12},"SKILL.md frontmatter at skills/jules/SKILL.md",[533],{"path":340,"priority":319},{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":325,"sourceLanguage":18,"type":245},"skills/manus","Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.","manus",{"claudeCode":12},"SKILL.md frontmatter at skills/manus/SKILL.md",[541,542],{"path":340,"priority":319},{"path":543,"priority":521},"references/api.md",{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":325,"sourceLanguage":18,"type":245},"skills/mssql","Execute read-only SQL queries against multiple Microsoft SQL Server databases. Use when: (1) querying MSSQL/SQL Server databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.","mssql",{"claudeCode":12},"SKILL.md frontmatter at skills/mssql/SKILL.md",[551,552,553],{"path":340,"priority":319},{"path":321,"priority":324},{"path":554,"priority":343},"scripts/query.py",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":325,"sourceLanguage":18,"type":245},"skills/mysql","Execute read-only SQL queries against multiple MySQL databases. Use when: (1) querying MySQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.","mysql",{"claudeCode":12},"SKILL.md frontmatter at skills/mysql/SKILL.md",[562,563,564],{"path":340,"priority":319},{"path":321,"priority":324},{"path":554,"priority":343},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":325,"sourceLanguage":18,"type":245},"skills/notebooklm","Query and manage Google NotebookLM notebooks with persistent profile auth, source sync, batch/multi queries, and structured exports. Use when user asks to query NotebookLM, 'ask my notebook', shares NotebookLM notebook URLs, wants to list/create notebooks, manage sources, do bulk folder sync, dedupe, or audit exports.","notebooklm",{"claudeCode":12},"SKILL.md frontmatter at skills/notebooklm/SKILL.md",[572,573,575,577,579,581,583],{"path":340,"priority":319},{"path":574,"priority":521},"references/commands.md",{"path":576,"priority":343},"scripts/ask_question.py",{"path":578,"priority":343},"scripts/auth_manager.py",{"path":580,"priority":343},"scripts/common.py",{"path":582,"priority":343},"scripts/notebook_manager.py",{"path":584,"priority":343},"scripts/remote_manager.py",{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":325,"sourceLanguage":18,"type":245},"skills/outline","Search, read, and manage Outline wiki documents. Use when: (1) searching wiki for documentation, (2) reading wiki pages or articles, (3) listing wiki collections or documents, (4) creating or updating wiki content, (5) exporting documents as markdown. Works with any Outline wiki instance (self-hosted or cloud).","outline",{"claudeCode":12},"SKILL.md frontmatter at skills/outline/SKILL.md",[592,593,594],{"path":340,"priority":319},{"path":321,"priority":324},{"path":595,"priority":343},"scripts/outline.py",{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":325,"sourceLanguage":18,"type":245},"skills/postgres","Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.","postgres",{"claudeCode":12},"SKILL.md frontmatter at skills/postgres/SKILL.md",[603,604,605],{"path":340,"priority":319},{"path":321,"priority":324},{"path":554,"priority":343},{"sources":607},[608],"manual",{"closedIssues90d":230,"description":261,"forks":231,"license":236,"openIssues90d":8,"pushedAt":233,"readmeSize":228,"stars":234,"topics":610},[611,244,335,294,612,613,614,391,402,414,428,466,293,13,615,616,558,568,617,618],"agent-skills","claude-code","claude-skills","confluence","jira","mcp","postgresql","text-to-speech",{"classifiedAt":620,"discoverAt":621,"extractAt":622,"githubAt":622,"updatedAt":620},1778696833105,1778696828850,1778696831288,[214,212,211,213],{"evaluatedAt":240,"extractAt":285,"updatedAt":240},[],[627,660,689,713,743,771],{"_creationTime":628,"_id":629,"community":630,"display":631,"identity":637,"providers":642,"relations":653,"tags":656,"workflow":657},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":632,"installMethods":633,"name":635,"sourceUrl":636},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":634},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":638,"githubOwner":639,"githubRepo":640,"locale":18,"slug":641,"type":245},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":643,"extract":651},{"promptVersionExtension":204,"promptVersionScoring":205,"score":644,"tags":645,"targetMarket":215,"tier":216},100,[646,647,648,214,649,650],"finance","trading","market-analysis","typescript","cli",{"commitSha":275,"license":652},"MIT",{"parentExtensionId":654,"repoId":655},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[214,650,646,648,647,649],{"evaluatedAt":658,"extractAt":659,"updatedAt":658},1778701108877,1778696691708,{"_creationTime":661,"_id":662,"community":663,"display":664,"identity":670,"providers":675,"relations":680,"tags":684,"workflow":685},1778693819389.531,"k174n8dznk7k8dr9drb7fwx01586nm5t",{"reviewCount":8},{"description":665,"installMethods":666,"name":668,"sourceUrl":669},"AI交易记忆的领域知识 — 结果加权记忆 (OWM) 架构、5种记忆类型、回忆评分和行为分析。用于记录交易、回忆相似的上下文、分析性能或检查行为漂移。在 \"record trade\"、\"remember trade\"、\"recall\"、\"similar trades\"、\"performance\"、\"behavioral\"、\"disposition\"、\"affective state\"、\"confidence\" 时触发。",{"claudeCode":667},"mnemox-ai/tradememory-protocol","trading-memory","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":671,"githubOwner":672,"githubRepo":673,"locale":674,"slug":668,"type":245},"tradememory-plugin/skills/trading-memory","mnemox-ai","tradememory-protocol","zh-CN",{"evaluate":676,"extract":679},{"promptVersionExtension":204,"promptVersionScoring":205,"score":644,"tags":677,"targetMarket":215,"tier":216},[647,214,678,646,213],"memory",{"commitSha":275},{"parentExtensionId":681,"repoId":682,"translatedFrom":683},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy","k173a67a16bpq0e29wjd85v71986nx03",[214,646,678,213,647],{"evaluatedAt":686,"extractAt":687,"updatedAt":688},1778693719816,1778693539593,1778693819389,{"_creationTime":690,"_id":691,"community":692,"display":693,"identity":697,"providers":700,"relations":707,"tags":709,"workflow":710},1778693805112.8403,"k177f7s31ysk6nw1qw3sak1r3186n795",{"reviewCount":8},{"description":694,"installMethods":695,"name":696,"sourceUrl":669},"Evolution Engine 的领域知识 — 支持 LLM 从原始 OHLCV 数据中自主发现策略。涵盖生成-回测-选择-进化循环、向量化回测、样本外验证和策略梯度。在发现交易模式、运行回测、进化策略或审查进化日志时使用。由“evolve”、“discover patterns”、“backtest”、“evolution”、“strategy generation”、“candidate strategy”触发。",{"claudeCode":667},"TradeMemory Protocol",{"basePath":698,"githubOwner":672,"githubRepo":673,"locale":674,"slug":699,"type":245},"tradememory-plugin/skills/evolution-engine","evolution-engine",{"evaluate":701,"extract":706},{"promptVersionExtension":204,"promptVersionScoring":205,"score":644,"tags":702,"targetMarket":215,"tier":216},[647,214,678,703,704,705],"audit","compliance","llm",{"commitSha":275,"license":652},{"parentExtensionId":681,"repoId":682,"translatedFrom":708},"k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",[214,703,704,705,678,647],{"evaluatedAt":711,"extractAt":687,"updatedAt":712},1778693678813,1778693805112,{"_creationTime":714,"_id":715,"community":716,"display":717,"identity":723,"providers":728,"relations":736,"tags":739,"workflow":740},1778691104676.0042,"k17c25w174y6873nhdh566etts86mv7m",{"reviewCount":8},{"description":718,"installMethods":719,"name":721,"sourceUrl":722},"Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.",{"claudeCode":720},"iterationlayer/skills","Image Transformation API","https://github.com/iterationlayer/skills",{"basePath":724,"githubOwner":725,"githubRepo":726,"locale":18,"slug":727,"type":245},"skills/image-transformation-api","iterationlayer","skills","image-transformation-api",{"evaluate":729,"extract":735},{"promptVersionExtension":204,"promptVersionScoring":205,"score":644,"tags":730,"targetMarket":215,"tier":216},[731,732,733,734,214],"image","transformation","editing","api",{"commitSha":275,"license":652},{"parentExtensionId":737,"repoId":738},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[214,734,733,731,732],{"evaluatedAt":741,"extractAt":742,"updatedAt":741},1778693613399,1778691104676,{"_creationTime":744,"_id":745,"community":746,"display":747,"identity":753,"providers":756,"relations":764,"tags":767,"workflow":768},1778693180473.0972,"k1716aj3p8agwq6vwvn5n19v8n86mps9",{"reviewCount":8},{"description":748,"installMethods":749,"name":751,"sourceUrl":752},"Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: \"Document Intelligence\", \"DocumentIntelligenceClient\", \"form recognizer\", \"invoice extraction\", \"receipt OCR\", \"document analysis .NET\".\n",{"claudeCode":750},"microsoft/agent-skills","azure-ai-document-intelligence-dotnet","https://github.com/microsoft/agent-skills",{"basePath":754,"githubOwner":755,"githubRepo":611,"locale":18,"slug":751,"type":245},".github/plugins/azure-sdk-dotnet/skills/azure-ai-document-intelligence-dotnet","microsoft",{"evaluate":757,"extract":763},{"promptVersionExtension":204,"promptVersionScoring":205,"score":644,"tags":758,"targetMarket":215,"tier":216},[759,214,760,761,762],"azure","document-intelligence","dotnet","sdk",{"commitSha":275},{"parentExtensionId":765,"repoId":766},"k1795g6t3v2fg9whacs7xkm88186nxr1","kd77czgnv00rfjm815pcc5xx5986n5t8",[214,759,760,761,762],{"evaluatedAt":769,"extractAt":770,"updatedAt":769},1778693591440,1778693180473,{"_creationTime":772,"_id":773,"community":774,"display":775,"identity":781,"providers":785,"relations":792,"tags":795,"workflow":796},1778686613108.7417,"k173tcez10fhbhwryx25hbr2yd86nfwt",{"reviewCount":8},{"description":776,"installMethods":777,"name":779,"sourceUrl":780},"AI图像编辑的Qwen-Image-Edit提示模式。用于在编辑照片时保留身份、重新构图裁剪的图像、更换服装或配饰、调整姿势、应用风格转换或角色转换。提供提示模式、参数调整和示例。",{"claudeCode":778},"digitalsamba/claude-code-video-toolkit","qwen-edit","https://github.com/digitalsamba/claude-code-video-toolkit",{"basePath":782,"githubOwner":783,"githubRepo":784,"locale":674,"slug":779,"type":245},".claude/skills/qwen-edit","digitalsamba","claude-code-video-toolkit",{"evaluate":786,"extract":791},{"promptVersionExtension":204,"promptVersionScoring":205,"score":644,"tags":787,"targetMarket":215,"tier":216},[788,214,789,790,213],"image-editing","qwen","prompting",{"commitSha":275},{"repoId":793,"translatedFrom":794},"kd70r97eght58pp9f1x8scdagd86n32q","k175r6z7jxdyenwqxp499wmqzh86mmrj",[214,788,790,213,789],{"evaluatedAt":797,"extractAt":798,"updatedAt":799},1778686435222,1778686219732,1778686613108]