[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-sanjay3290-jules-en":3,"guides-for-sanjay3290-jules":639,"similar-k17f93e7rae28287css1ekwpgx86nnfc-en":640},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":239,"parentExtension":262,"providers":316,"relations":320,"repo":321,"tags":637,"workflow":638},1778696833339.624,"k17f93e7rae28287css1ekwpgx86nnfc",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"sanjay3290/ai-skills","Jules","https://github.com/sanjay3290/ai-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":237,"workflow":254},1778697093037.2246,"kn75rmtx3fjak0j3wd0q2qgcmd86ng1a","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"practices":207,"prerequisites":208,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"targetMarket":224,"tier":225,"useCases":226,"workflow":231},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of delegating coding tasks to an AI agent for asynchronous execution on GitHub repositories.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a distinct value proposition by abstracting the complexities of interacting with the Google Jules AI agent, including authentication, task creation, and result retrieval, going beyond basic prompt engineering.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle for task delegation, from setup and authentication to task creation, monitoring, and result application, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on task delegation to the Jules AI agent for coding tasks on GitHub, with no unrelated capabilities advertised.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's functionality, including its purpose, supported tasks, and integration with GitHub.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill primarily uses specific `jules` CLI commands and API endpoints, which are scoped actions for task management, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","Environment variables and core API fields are documented, and the setup guide covers authentication paths and repository detection.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The CLI commands (`new`, `remote list`, `remote pull`, `teleport`) and API endpoints are descriptive and align with the skill's domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs for commands and API requests are structured and specific to the task, and outputs are focused on session status and results, not verbose diagnostics.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under Apache-2.0, a permissive open-source license, clearly declared in the LICENSE file and SKILL.md.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 7, 2026, well within the 3-month threshold.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","info","The skill relies on external tools like npm and curl, and Python packages, but lacks explicit version pinning or vulnerability scanning for these dependencies.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","Secrets like JULES_API_KEY are handled via environment variables and not echoed to stdout or debug logs.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill primarily uses its own CLI and documented API endpoints, with no indications of loading untrusted external code or data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on committed code and documented API interactions, with no evidence of runtime downloads of unverified content or remote code execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the scope of its defined tools and API interactions, with no indications of attempting to modify files outside the project or sensitive system areas.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's documented outbound calls are to the Jules API, and there's no indication of submitting confidential data or undocumented telemetry.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content appears free of hidden-steering tricks, and descriptions use clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided scripts and API interactions are transparent and do not involve obfuscated code execution techniques like base64 payloads or runtime script downloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill prompts for repository information when not auto-detected, avoiding assumptions about project structure beyond standard Git remote configurations.",{"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 active maintenance and timely issue resolution.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","A meaningful version (`1.0`) is declared in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":63,"summary":106},"Execution","Validation","While inputs are generally structured, explicit validation against schemas for CLI arguments and API parameters is not detailed in the source.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Operations like applying code changes are behind explicit commands or user confirmation, and not executed silently.",{"category":111,"check":112,"severity":63,"summary":113},"Code Execution","Error Handling","Error handling is present, particularly in the API polling loop, but the structure of error reporting (code, message, retryable, hint) is not fully detailed for all potential failure modes.",{"category":111,"check":115,"severity":116,"summary":117},"Logging","not_applicable","The skill focuses on external API interactions and CLI commands, with no indication of local audit log requirements or destructive local operations.",{"category":119,"check":120,"severity":116,"summary":121},"Compliance","GDPR","The skill operates on code and repository information, not personal data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill's functionality is global and not tied to any specific geographic or legal jurisdiction.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on standard tools like `npm`, `git`, `curl`, and Python, which are generally cross-platform or have clear installation instructions.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README provides a comprehensive overview of the skills collection, including installation, usage, and setup for individual skills.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The 'jules' skill exposes a reasonable number of CLI commands and API interactions, not exceeding the target range.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The commands and API endpoints are distinct and cover specific actions like creating, listing, and pulling results, without significant overlap.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features and commands in the README and SKILL.md correspond to implemented functionality.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","Detailed installation and authentication instructions for both CLI and API paths are provided in the SKILL.md and README.md.",{"category":145,"check":146,"severity":63,"summary":147},"Errors","Actionable error messages","Error messages are provided, but remediation steps are often brief or refer to the web UI, lacking specific guidance for all failure paths.",{"category":104,"check":149,"severity":150,"summary":151},"Pinned dependencies","warning","While dependencies like npm packages are used, explicit version pinning or lockfiles are not present, and shebangs in scripts are not consistently provided with side-effect headers.",{"category":33,"check":153,"severity":116,"summary":154},"Dry-run preview","The skill's primary function is to interact with an external service; a direct dry-run preview of the external service's actions is not feasible within the skill itself.",{"category":156,"check":157,"severity":63,"summary":158},"Protocol","Idempotent retry & timeouts","The API polling loop includes a timeout and retry logic, but the idempotency of the underlying Jules API operations is not explicitly detailed.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no mention or evidence of telemetry being collected by this skill; therefore, opt-in is trivially satisfied.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill clearly defines its purpose as delegating coding tasks to the Jules AI agent, specifies trigger phrases, and lists supported tasks and boundaries like GitHub repo focus.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capability and trigger phrases.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md provides clear instructions and commands without excessive length, deferring detailed examples and setup to the README.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed setup, commands, and usage examples are presented in a structured manner, with core instructions in SKILL.md and supplementary information in README.md and code snippets.",{"category":172,"check":176,"severity":116,"summary":177},"Forked exploration","This skill is primarily an interface to an external service and does not involve deep code exploration that would necessitate forked context.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","Numerous practical examples are provided for both CLI and API usage, covering common tasks like adding tests, documentation, and fixing lint errors.",{"category":22,"check":182,"severity":63,"summary":183},"Edge cases","The skill documentation mentions session states like 'Awaiting User Input' and 'Failed', but lacks detailed descriptions of other potential failure modes and their recovery steps.",{"category":111,"check":185,"severity":116,"summary":186},"Tool Fallback","The skill primarily relies on the Jules CLI and its API, which are not presented as optional components with fallbacks within this skill's scope.",{"category":188,"check":189,"severity":63,"summary":190},"Safety","Halt on unexpected state","While the skill provides guidance on session states, explicit instructions to halt and report on unexpected pre-states (e.g., dirty Git tree before applying changes) are not machine-readable preconditions.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill operates independently, interacting with the Jules API and CLI, and does not appear to implicitly rely on other skills.",1778697092930,"This skill provides an interface to the Google Jules AI agent for asynchronous code task execution on GitHub repositories. It supports bug fixes, documentation generation, feature implementation, testing, refactoring, and code reviews, with capabilities to create pull requests.",[197,198,199,200,201],"Delegate coding tasks to Google Jules AI agent","Asynchronous execution of tasks","Supports bug fixes, documentation, features, tests, refactoring, and code reviews","Integrates with GitHub repositories","Creates pull requests automatically or locally",[203,204,205,206],"Directly executing code on the user's machine without Jules","Interacting with non-GitHub repositories","Replacing the entire development workflow with AI","Handling tasks outside of coding and repository management",[],[209,210,211],"JULES_API_KEY environment variable","Access to jules.google.com settings for API key","GitHub repository connected to Jules or specified via --repo flag","3.0.0","4.4.0","To seamlessly delegate coding tasks to an AI agent, automating bug fixes, code reviews, and other development tasks asynchronously on GitHub.","The skill is well-documented, covers its use case comprehensively, and follows best practices for security and scope. Minor areas for improvement exist in dependency pinning and detailed error handling, but these do not detract from its overall high quality.",95,"A high-quality skill for delegating coding tasks to the Google Jules AI agent.",[219,220,221,222,223],"github","coding","automation","developer-tools","ai-agent","global","community",[227,228,229,230],"Use when user says: 'have Jules fix', 'delegate to Jules', 'send to Jules'","Use for tasks like 'jules add tests', 'jules add docs', 'jules review pr'","Delegate complex coding tasks that require AI assistance for asynchronous execution","Automate the creation and application of code changes via pull requests",[232,233,234,235,236],"Set up authentication (CLI login or API key export)","Configure environment variables and repository context","Create a task using CLI or API, specifying the prompt and repository","Monitor task status via CLI or API","Retrieve and apply results, optionally creating a pull request",{"codeQuality":238,"collectedAt":240,"documentation":241,"maintenance":244,"security":250,"testCoverage":252},{"hasLockfile":239},false,1778697076735,{"descriptionLength":242,"readmeSize":243},385,16681,{"closedIssues90d":245,"forks":246,"hasChangelog":239,"manifestVersion":247,"openIssues90d":8,"pushedAt":248,"stars":249},5,24,"1.0",1778169286000,272,{"hasNpmPackage":239,"license":251,"smitheryVerified":239},"Apache-2.0",{"hasCi":239,"hasTests":253},true,{"updatedAt":255},1778697093037,{"basePath":257,"githubOwner":258,"githubRepo":259,"locale":18,"slug":260,"type":261},"skills/jules","sanjay3290","ai-skills","jules","skill",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":269,"parentExtension":272,"providers":299,"relations":312,"tags":313,"workflow":314},1778696833339.6206,"k17es37z10n1sw6t2m3f0vsydx86mnje",{"reviewCount":8},{"description":267,"installMethods":268,"name":259,"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":259},{"basePath":270,"githubOwner":258,"githubRepo":259,"locale":18,"slug":259,"type":271},"","plugin",{"_creationTime":273,"_id":274,"community":275,"display":276,"identity":279,"providers":281,"relations":293,"tags":295,"workflow":296},1778696833339.6204,"k17d3vqwpbyp1fk2990e431ep986nrqw",{"reviewCount":8},{"description":277,"installMethods":278,"name":259,"sourceUrl":14},"Collection of agent skills for AI coding assistants",{"claudeCode":12},{"basePath":270,"githubOwner":258,"githubRepo":259,"locale":18,"slug":259,"type":280},"marketplace",{"evaluate":282,"extract":287},{"promptVersionExtension":283,"promptVersionScoring":213,"score":284,"tags":285,"targetMarket":224,"tier":225},"3.1.0",79,[280,259,286,222,221],"coding-assistants",{"commitSha":288,"marketplace":289,"plugin":291},"HEAD",{"name":259,"pluginCount":290},1,{"mcpCount":8,"provider":292,"skillCount":8},"classify",{"repoId":294},"kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[259,221,286,222,280],{"evaluatedAt":297,"extractAt":298,"updatedAt":297},1778696845101,1778696833339,{"evaluate":300,"extract":309},{"promptVersionExtension":212,"promptVersionScoring":213,"score":301,"tags":302,"targetMarket":224,"tier":225},75,[303,304,305,306,222,221,307,308],"database","cloud","productivity","ai","google-workspace","azure-devops",{"commitSha":288,"plugin":310},{"mcpCount":8,"provider":292,"skillCount":311},20,{"parentExtensionId":274,"repoId":294},[306,221,308,304,303,222,307,305],{"evaluatedAt":315,"extractAt":298,"updatedAt":315},1778696861757,{"evaluate":317,"extract":319},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":318,"targetMarket":224,"tier":225},[219,220,221,222,223],{"commitSha":288,"license":251},{"parentExtensionId":264,"repoId":294},{"_creationTime":322,"_id":294,"identity":323,"providers":324,"workflow":633},1778696828850.7996,{"githubOwner":258,"githubRepo":259,"sourceUrl":14},{"classify":325,"discover":620,"github":623},{"commitSha":288,"extensions":326},[327,340,346,366,402,413,425,439,452,464,477,490,503,516,527,543,548,558,569,579,599,610],{"basePath":270,"description":277,"displayName":259,"installMethods":328,"rationale":329,"selectedPaths":330,"source":339,"sourceLanguage":18,"type":280},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[331,334,336],{"path":332,"priority":333},".claude-plugin/marketplace.json","mandatory",{"path":335,"priority":333},"README.md",{"path":337,"priority":338},"LICENSE","high","rule",{"basePath":270,"description":267,"displayName":259,"installMethods":341,"rationale":342,"selectedPaths":343,"source":339,"sourceLanguage":18,"type":271},{"claudeCode":259},"inline plugin source from marketplace.json at /",[344,345],{"path":335,"priority":333},{"path":337,"priority":338},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":339,"sourceLanguage":18,"type":261},"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",[353,355,358,360,362,364],{"path":354,"priority":333},"SKILL.md",{"path":356,"priority":357},"scripts/api_client.py","low",{"path":359,"priority":357},"scripts/auth.py",{"path":361,"priority":357},"scripts/confluence.py",{"path":363,"priority":357},"scripts/jira.py",{"path":365,"priority":357},"scripts/mcp_client.py",{"basePath":367,"description":368,"displayName":308,"installMethods":369,"rationale":370,"selectedPaths":371,"source":339,"sourceLanguage":18,"type":261},"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",[372,373,374,375,377,378,380,382,384,386,388,390,392,394,396,398,400],{"path":354,"priority":333},{"path":335,"priority":338},{"path":356,"priority":357},{"path":376,"priority":357},"scripts/attachments.py",{"path":359,"priority":357},{"path":379,"priority":357},"scripts/core.py",{"path":381,"priority":357},"scripts/environments.py",{"path":383,"priority":357},"scripts/pipelines.py",{"path":385,"priority":357},"scripts/policies.py",{"path":387,"priority":357},"scripts/repos.py",{"path":389,"priority":357},"scripts/search.py",{"path":391,"priority":357},"scripts/security.py",{"path":393,"priority":357},"scripts/test_plans.py",{"path":395,"priority":357},"scripts/variable_groups.py",{"path":397,"priority":357},"scripts/wiki.py",{"path":399,"priority":357},"scripts/work.py",{"path":401,"priority":357},"scripts/work_items.py",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":339,"sourceLanguage":18,"type":261},"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",[409,410,411],{"path":354,"priority":333},{"path":335,"priority":338},{"path":412,"priority":357},"scripts/research.py",{"basePath":414,"description":415,"displayName":416,"installMethods":417,"rationale":418,"selectedPaths":419,"source":339,"sourceLanguage":18,"type":261},"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",[420,421,423],{"path":354,"priority":333},{"path":422,"priority":357},"scripts/elevenlabs.py",{"path":424,"priority":357},"scripts/extract.py",{"basePath":426,"description":427,"displayName":428,"installMethods":429,"rationale":430,"selectedPaths":431,"source":339,"sourceLanguage":18,"type":261},"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",[432,433,434,435,437],{"path":354,"priority":333},{"path":335,"priority":338},{"path":359,"priority":357},{"path":436,"priority":357},"scripts/gmail.py",{"path":438,"priority":357},"scripts/requirements.txt",{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":339,"sourceLanguage":18,"type":261},"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",[446,447,448,449,451],{"path":354,"priority":333},{"path":335,"priority":338},{"path":359,"priority":357},{"path":450,"priority":357},"scripts/gcal.py",{"path":438,"priority":357},{"basePath":453,"description":454,"displayName":455,"installMethods":456,"rationale":457,"selectedPaths":458,"source":339,"sourceLanguage":18,"type":261},"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",[459,460,461,462],{"path":354,"priority":333},{"path":335,"priority":338},{"path":359,"priority":357},{"path":463,"priority":357},"scripts/chat.py",{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":339,"sourceLanguage":18,"type":261},"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",[471,472,473,474,476],{"path":354,"priority":333},{"path":335,"priority":338},{"path":359,"priority":357},{"path":475,"priority":357},"scripts/docs.py",{"path":438,"priority":357},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":339,"sourceLanguage":18,"type":261},"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",[484,485,486,487,489],{"path":354,"priority":333},{"path":335,"priority":338},{"path":359,"priority":357},{"path":488,"priority":357},"scripts/drive.py",{"path":438,"priority":357},{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":339,"sourceLanguage":18,"type":261},"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",[497,498,499,500,501],{"path":354,"priority":333},{"path":335,"priority":338},{"path":359,"priority":357},{"path":438,"priority":357},{"path":502,"priority":357},"scripts/sheets.py",{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":339,"sourceLanguage":18,"type":261},"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",[510,511,512,513,514],{"path":354,"priority":333},{"path":335,"priority":338},{"path":359,"priority":357},{"path":438,"priority":357},{"path":515,"priority":357},"scripts/slides.py",{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":339,"sourceLanguage":18,"type":261},"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",[523,524,525],{"path":354,"priority":333},{"path":424,"priority":357},{"path":526,"priority":357},"scripts/google_tts.py",{"basePath":528,"description":529,"displayName":530,"installMethods":531,"rationale":532,"selectedPaths":533,"source":339,"sourceLanguage":18,"type":261},"skills/imagen","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","imagen",{"claudeCode":12},"SKILL.md frontmatter at skills/imagen/SKILL.md",[534,535,536,539,541],{"path":354,"priority":333},{"path":335,"priority":338},{"path":537,"priority":538},"examples.md","medium",{"path":540,"priority":538},"reference.md",{"path":542,"priority":357},"scripts/generate_image.py",{"basePath":257,"description":10,"displayName":260,"installMethods":544,"rationale":545,"selectedPaths":546,"source":339,"sourceLanguage":18,"type":261},{"claudeCode":12},"SKILL.md frontmatter at skills/jules/SKILL.md",[547],{"path":354,"priority":333},{"basePath":549,"description":550,"displayName":551,"installMethods":552,"rationale":553,"selectedPaths":554,"source":339,"sourceLanguage":18,"type":261},"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",[555,556],{"path":354,"priority":333},{"path":557,"priority":538},"references/api.md",{"basePath":559,"description":560,"displayName":561,"installMethods":562,"rationale":563,"selectedPaths":564,"source":339,"sourceLanguage":18,"type":261},"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",[565,566,567],{"path":354,"priority":333},{"path":335,"priority":338},{"path":568,"priority":357},"scripts/query.py",{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":339,"sourceLanguage":18,"type":261},"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",[576,577,578],{"path":354,"priority":333},{"path":335,"priority":338},{"path":568,"priority":357},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":339,"sourceLanguage":18,"type":261},"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",[586,587,589,591,593,595,597],{"path":354,"priority":333},{"path":588,"priority":538},"references/commands.md",{"path":590,"priority":357},"scripts/ask_question.py",{"path":592,"priority":357},"scripts/auth_manager.py",{"path":594,"priority":357},"scripts/common.py",{"path":596,"priority":357},"scripts/notebook_manager.py",{"path":598,"priority":357},"scripts/remote_manager.py",{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":339,"sourceLanguage":18,"type":261},"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",[606,607,608],{"path":354,"priority":333},{"path":335,"priority":338},{"path":609,"priority":357},"scripts/outline.py",{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":339,"sourceLanguage":18,"type":261},"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",[617,618,619],{"path":354,"priority":333},{"path":335,"priority":338},{"path":568,"priority":357},{"sources":621},[622],"manual",{"closedIssues90d":245,"description":277,"forks":246,"license":251,"openIssues90d":8,"pushedAt":248,"readmeSize":243,"stars":249,"topics":624},[625,259,349,308,626,627,628,405,416,428,442,480,307,530,629,630,572,582,631,632],"agent-skills","claude-code","claude-skills","confluence","jira","mcp","postgresql","text-to-speech",{"classifiedAt":634,"discoverAt":635,"extractAt":636,"githubAt":636,"updatedAt":634},1778696833105,1778696828850,1778696831288,[223,221,220,222,219],{"evaluatedAt":255,"extractAt":298,"updatedAt":255},[],[641,668,696,714,744,765],{"_creationTime":642,"_id":643,"community":644,"display":645,"identity":650,"providers":654,"relations":662,"tags":664,"workflow":665},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":646,"installMethods":647,"name":219,"sourceUrl":649},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":648},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":651,"githubOwner":652,"githubRepo":653,"locale":18,"slug":219,"type":261},"skills/github","steipete","clawdis",{"evaluate":655,"extract":661},{"promptVersionExtension":212,"promptVersionScoring":213,"score":656,"tags":657,"targetMarket":224,"tier":660},100,[219,658,659,222,221],"cli","api","verified",{"commitSha":288},{"repoId":663},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[659,221,658,222,219],{"evaluatedAt":666,"extractAt":667,"updatedAt":666},1778698569289,1778697652123,{"_creationTime":669,"_id":670,"community":671,"display":672,"identity":678,"providers":681,"relations":689,"tags":691,"workflow":692},1778699438912.8826,"k170fxxh22hdspg4vr94whgj1986mpr9",{"reviewCount":8},{"description":673,"installMethods":674,"name":676,"sourceUrl":677},"Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.",{"claudeCode":675},"yvgude/lean-ctx","lean-ctx","https://github.com/yvgude/lean-ctx",{"basePath":679,"githubOwner":680,"githubRepo":676,"locale":18,"slug":676,"type":261},"skills/lean-ctx","yvgude",{"evaluate":682,"extract":688},{"promptVersionExtension":212,"promptVersionScoring":213,"score":656,"tags":683,"targetMarket":224,"tier":660},[684,223,685,222,686,687],"context-compression","cli-tools","rust","code-analysis",{"commitSha":288},{"repoId":690},"kd7dxtfr9j3z54hs3bz0218e1n86may0",[223,685,687,684,222,686],{"evaluatedAt":693,"extractAt":694,"updatedAt":695},1778699456179,1778699438912,1778699517795,{"_creationTime":697,"_id":698,"community":699,"display":700,"identity":702,"providers":703,"relations":710,"tags":711,"workflow":712},1778696833339.6243,"k174g80xa9zxhydbncvpf0xzy986nvx5",{"reviewCount":8},{"description":550,"installMethods":701,"name":551,"sourceUrl":14},{"claudeCode":12},{"basePath":549,"githubOwner":258,"githubRepo":259,"locale":18,"slug":551,"type":261},{"evaluate":704,"extract":709},{"promptVersionExtension":212,"promptVersionScoring":213,"score":656,"tags":705,"targetMarket":224,"tier":660},[223,706,707,221,708],"autonomous-execution","research","api-integration",{"commitSha":288},{"parentExtensionId":264,"repoId":294},[223,708,221,706,707],{"evaluatedAt":713,"extractAt":298,"updatedAt":713},1778697107270,{"_creationTime":715,"_id":716,"community":717,"display":718,"identity":724,"providers":729,"relations":737,"tags":739,"workflow":740},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":719,"installMethods":720,"name":722,"sourceUrl":723},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":721},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":725,"githubOwner":726,"githubRepo":727,"locale":18,"slug":728,"type":261},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":730,"extract":735},{"promptVersionExtension":212,"promptVersionScoring":213,"score":656,"tags":731,"targetMarket":224,"tier":660},[732,733,221,734,222],"browser","debugging","ux",{"commitSha":288,"license":736},"MIT",{"repoId":738},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[221,732,733,222,734],{"evaluatedAt":741,"extractAt":742,"updatedAt":743},1778699261239,1778699106670,1778699384978,{"_creationTime":745,"_id":746,"community":747,"display":748,"identity":752,"providers":754,"relations":761,"tags":762,"workflow":763},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":749,"installMethods":750,"name":751,"sourceUrl":649},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":648},"openclaw-testing",{"basePath":753,"githubOwner":652,"githubRepo":653,"locale":18,"slug":751,"type":261},".agents/skills/openclaw-testing",{"evaluate":755,"extract":760},{"promptVersionExtension":212,"promptVersionScoring":213,"score":656,"tags":756,"targetMarket":224,"tier":660},[757,758,759,221,222],"testing","ci","validation",{"commitSha":288},{"repoId":663},[221,758,222,757,759],{"evaluatedAt":764,"extractAt":667,"updatedAt":764},1778697962962,{"_creationTime":766,"_id":767,"community":768,"display":769,"identity":773,"providers":776,"relations":783,"tags":784,"workflow":785},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":770,"installMethods":771,"name":772,"sourceUrl":649},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":648},"ClawSweeper Skill",{"basePath":774,"githubOwner":652,"githubRepo":653,"locale":18,"slug":775,"type":261},".agents/skills/clawsweeper","clawsweeper",{"evaluate":777,"extract":782},{"promptVersionExtension":212,"promptVersionScoring":213,"score":656,"tags":778,"targetMarket":224,"tier":660},[219,221,779,780,781],"code-review","maintenance","ci-cd",{"commitSha":288,"license":736},{"repoId":663},[221,781,779,219,780],{"evaluatedAt":786,"extractAt":667,"updatedAt":786},1778697688364]