[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brave-videos-search-en":3,"guides-for-brave-videos-search":433,"similar-k17b2cta2vqsq8hepq38tma87d86m6nm-en":434},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":237,"isFallback":221,"parentExtension":242,"providers":296,"relations":300,"repo":301,"tags":430,"workflow":431},1778683278012.4468,"k17b2cta2vqsq8hepq38tma87d86m6nm",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"USE FOR video search. Returns videos with title, URL, thumbnail, duration, view count, creator. Supports freshness filters, SafeSearch, pagination.",{"claudeCode":12},"brave/brave-search-skills","videos-search","https://github.com/brave/brave-search-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":219,"workflow":235},1778683531420.6453,"kn75yr5spw11gqadvbqm12mkwh86n8hn","en",{"checks":20,"evaluatedAt":188,"extensionSummary":189,"features":190,"nonGoals":196,"promptVersionExtension":200,"promptVersionScoring":201,"purpose":202,"rationale":203,"score":204,"summary":205,"tags":206,"targetMarket":212,"tier":213,"useCases":214},[21,26,29,33,37,41,45,49,53,57,58,61,64,68,71,74,77,80,83,87,91,94,98,101,104,107,110,113,116,120,124,128,132,135,138,141,144,148,151,154,157,160,163,166,170,174,178,181,185],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states the skill's purpose (video search) and its artifact (videos), along with verbs like 'Returns' and supporting parameters like 'freshness filters'. It's immediately clear what the skill does and who it's for.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise, self-contained, and effectively summarizes the core capability and parameters within the character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md file is concise and effectively uses external links for detailed documentation, adhering to progressive disclosure principles.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","The SKILL.md file is concise and delegates deeper material like the API reference and quick start examples to separate sections and external links, demonstrating effective progressive disclosure.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill performs a direct API search and does not involve deep exploration or code review that would necessitate a forked context.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The SKILL.md provides clear, ready-to-use cURL examples for both basic and parameterized video searches, demonstrating the claimed output and functionality.",{"category":42,"check":46,"severity":47,"summary":48},"Edge cases","info","The SKILL.md documents various parameters and their acceptable values, and lists freshness values, but does not explicitly detail failure modes or recovery steps for edge cases like invalid parameters or API errors.",{"category":50,"check":51,"severity":39,"summary":52},"Code Execution","Tool Fallback","This skill directly calls the Brave Search API and does not rely on an external MCP server or other tools that would require fallback mechanisms.",{"category":54,"check":55,"severity":39,"summary":56},"Safety","Halt on unexpected state","The skill itself does not have complex preconditions or destructive operations that would require explicit halting on unexpected state. API errors are handled by the API provider.",{"category":22,"check":23,"severity":24,"summary":25},{"category":42,"check":59,"severity":24,"summary":60},"Unique selling proposition","The skill provides specialized video search capabilities with rich metadata (duration, views, creator) beyond a generic web search, offering distinct value.",{"category":42,"check":62,"severity":24,"summary":63},"Production readiness","The skill is production-ready, providing a complete API interface for video search with clear authentication and parameter documentation.",{"category":65,"check":66,"severity":24,"summary":67},"Scope","Single responsibility principle","The skill is focused solely on video search and does not bundle unrelated capabilities.",{"category":65,"check":69,"severity":24,"summary":70},"Description quality","The displayed description is accurate, concise, and reflects the functionality described in the SKILL.md.",{"category":22,"check":72,"severity":39,"summary":73},"Scoped tools","This is a skill, not an MCP. It exposes a single video search endpoint with specific parameters, not a generalist execution tool.",{"category":30,"check":75,"severity":24,"summary":76},"Configuration & parameter reference","All parameters for the video search endpoint are clearly documented with their type, required status, default values, and descriptions, including specific values for freshness filters.",{"category":65,"check":78,"severity":39,"summary":79},"Tool naming","As a skill, it doesn't expose individual tools with names; rather, it exposes a single search endpoint with documented parameters.",{"category":65,"check":81,"severity":24,"summary":82},"Minimal I/O surface","The input parameters are well-defined and specific to video search, and the output format is clearly documented. No extraneous fields are included.",{"category":84,"check":85,"severity":24,"summary":86},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":88,"check":89,"severity":24,"summary":90},"Maintenance","Commit recency","The last commit was on April 23, 2026, which is within the last 3 months.",{"category":88,"check":92,"severity":39,"summary":93},"Dependency Management","The skill does not appear to have any third-party dependencies beyond the Brave Search API itself.",{"category":95,"check":96,"severity":24,"summary":97},"Security","Secret Management","The skill requires an API key but instructs users to handle it via environment variables or agent-specific configuration, not hardcoding. The example cURL commands do not expose the key directly.",{"category":95,"check":99,"severity":24,"summary":100},"Injection","The skill interacts with a documented API and does not load or execute external code or data that could be untrusted.",{"category":95,"check":102,"severity":24,"summary":103},"Transitive Supply-Chain Grenades","The skill makes direct, documented API calls and does not fetch remote content or execute arbitrary code at runtime.",{"category":95,"check":105,"severity":24,"summary":106},"Sandbox Isolation","The skill operates by making API calls and does not interact with the local file system or external processes beyond standard network requests.",{"category":95,"check":108,"severity":24,"summary":109},"Sandbox escape primitives","No detached processes or sandbox escape primitives are present as the skill relies on documented API calls.",{"category":95,"check":111,"severity":24,"summary":112},"Data Exfiltration","The skill only sends the search query and API key to the Brave Search API. There are no undocumented outbound calls or instructions to submit confidential data.",{"category":95,"check":114,"severity":24,"summary":115},"Hidden Text Tricks","The SKILL.md and README.md files are free of hidden text, invisible characters, or other tricks that could manipulate the model.",{"category":117,"check":118,"severity":24,"summary":119},"Hooks","Opaque code execution","The skill's implementation relies on clear API calls, not obfuscated code or runtime script execution.",{"category":121,"check":122,"severity":24,"summary":123},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure, only requiring an API key.",{"category":125,"check":126,"severity":24,"summary":127},"Trust","Issues Attention","In the last 90 days, 2 issues were opened and 2 were closed, indicating active maintenance and timely responses.",{"category":129,"check":130,"severity":24,"summary":131},"Versioning","Release Management","The repository uses the 'main' branch for installation via curl, and the latest commit is recent, indicating active development. A changelog is not explicitly present but the recent commit implies updates.",{"category":50,"check":133,"severity":24,"summary":134},"Validation","The API documentation specifies parameter types and constraints, and the cURL examples demonstrate correct usage, implying validation occurs at the API level.",{"category":95,"check":136,"severity":24,"summary":137},"Unguarded Destructive Operations","This skill is read-only and performs no destructive operations.",{"category":50,"check":139,"severity":47,"summary":140},"Error Handling","The SKILL.md details API parameters and response formats but does not explicitly describe error handling for API-level issues (e.g., invalid API key, rate limits) or provide user-facing remediation steps.",{"category":50,"check":142,"severity":39,"summary":143},"Logging","As a skill that makes direct API calls, it does not perform destructive actions or outbound calls that require local audit logging.",{"category":145,"check":146,"severity":24,"summary":147},"Compliance","GDPR","The skill only uses search queries and an API key, and does not operate on personal data. Any personal data that might be in a query is handled by the Brave Search API itself.",{"category":145,"check":149,"severity":24,"summary":150},"Target market","The skill is global in scope, allowing searches from any region with customizable country and language parameters.",{"category":121,"check":152,"severity":24,"summary":153},"Runtime stability","The skill relies on standard HTTP requests and API parameters, making it portable across different environments that can execute cURL or similar tools.",{"category":30,"check":155,"severity":24,"summary":156},"README","The README file exists, is comprehensive, and clearly states the purpose of the Brave Search API skills, including prerequisites and installation instructions.",{"category":65,"check":158,"severity":39,"summary":159},"Tool surface size","This is a skill with a single primary function (video search), not a collection of multiple tools.",{"category":22,"check":161,"severity":39,"summary":162},"Overlapping near-synonym tools","The skill exposes a single search endpoint, so there are no overlapping near-synonym tools.",{"category":30,"check":164,"severity":24,"summary":165},"Phantom features","All features mentioned in the README and SKILL.md, such as freshness filters and SafeSearch, correspond to documented API parameters and functionality.",{"category":167,"check":168,"severity":24,"summary":169},"Install","Installation instruction","The README provides detailed installation instructions for various agents (Claude Code, Cursor, Codex, etc.) using both marketplace and direct download methods, along with clear authentication setup steps.",{"category":171,"check":172,"severity":47,"summary":173},"Errors","Actionable error messages","While the API documentation outlines parameters, it does not explicitly detail error messages users might receive from the API or provide specific remediation steps for API-level failures.",{"category":175,"check":176,"severity":39,"summary":177},"Execution","Pinned dependencies","The skill does not use third-party dependencies or scripts that require pinning.",{"category":65,"check":179,"severity":24,"summary":180},"Dry-run preview","This skill is read-only and performs no state-changing operations, thus a dry-run preview is not applicable.",{"category":182,"check":183,"severity":39,"summary":184},"Protocol","Idempotent retry & timeouts","The skill makes direct API calls, and any idempotency or timeout logic would be handled by the Brave Search API itself or the agent's general network handling.",{"category":145,"check":186,"severity":24,"summary":187},"Telemetry opt-in","There is no mention of telemetry being collected or emitted by this skill; therefore, it defaults to being compliant.",1778683531238,"This skill interfaces with the Brave Search API to perform video searches, returning detailed metadata such as title, URL, thumbnail, duration, view count, and creator. It supports various filters including freshness, SafeSearch, pagination, and country/language preferences. API key authentication is required.",[191,192,193,194,195],"Search for videos using keyword queries","Retrieve rich video metadata (title, URL, duration, views, creator)","Filter search results by freshness, country, and language","Control adult content filtering with SafeSearch","Paginate results for comprehensive retrieval",[197,198,199],"Performing complex video analysis beyond metadata retrieval.","Searching for live video streams.","Providing a user interface for video playback.","3.0.0","4.4.0","To provide AI agents with the ability to search for and retrieve specific video content and its associated metadata programmatically, enabling applications like content research, recommendation systems, and trend monitoring.","The extension is highly polished with comprehensive documentation, clear purpose, and robust security. Minor areas for improvement include more explicit edge case failure modes in the documentation.",96,"A well-documented and secure skill for programmatic video search with rich metadata.",[207,208,209,210,211],"video-search","api","brave-search","metadata","content-discovery","global","verified",[215,216,217,218],"Finding video tutorials or explainers on specific topics.","Monitoring new video content published within a certain timeframe.","Extracting video metadata for analytics or content curation systems.","Targeting video searches on specific platforms using search operators.",{"codeQuality":220,"collectedAt":222,"documentation":223,"maintenance":226,"security":231,"testCoverage":233},{"hasLockfile":221},false,1778683513745,{"descriptionLength":224,"readmeSize":225},147,12934,{"closedIssues90d":227,"forks":228,"hasChangelog":221,"openIssues90d":227,"pushedAt":229,"stars":230},2,9,1776949963000,128,{"hasNpmPackage":221,"license":232,"smitheryVerified":221},"MIT",{"hasCi":234,"hasTests":221},true,{"updatedAt":236},1778683531420,{"basePath":238,"githubOwner":239,"githubRepo":240,"locale":18,"slug":13,"type":241},"skills/videos-search","brave","brave-search-skills","skill",{"_creationTime":243,"_id":244,"community":245,"display":246,"identity":249,"parentExtension":252,"providers":282,"relations":291,"tags":292,"workflow":293},1778683278012.444,"k171bmfye9bw6pddf7xqx1x8px86nvha",{"reviewCount":8},{"description":247,"installMethods":248,"name":240,"sourceUrl":14},"Official Brave Search API skills for AI coding agents",{"claudeCode":240},{"basePath":250,"githubOwner":239,"githubRepo":240,"locale":18,"slug":240,"type":251},"","plugin",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":259,"providers":261,"relations":275,"tags":277,"workflow":278},1778683278012.4438,"k17av0qd1ak7nzh8e6f33zfjen86nc20",{"reviewCount":8},{"description":257,"installMethods":258,"name":209,"sourceUrl":14},"Official skills for using Brave Search API with AI coding agents.",{"claudeCode":12},{"basePath":250,"githubOwner":239,"githubRepo":240,"locale":18,"slug":240,"type":260},"marketplace",{"evaluate":262,"extract":269},{"promptVersionExtension":263,"promptVersionScoring":201,"score":264,"tags":265,"targetMarket":212,"tier":213},"3.1.0",97,[266,208,239,267,268],"search","llm","rag",{"commitSha":270,"marketplace":271,"plugin":273},"HEAD",{"name":209,"pluginCount":272},1,{"mcpCount":8,"provider":274,"skillCount":8},"classify",{"repoId":276},"kd79z9gj68csgw1td4cjr71d8x86nhc0",[208,239,267,268,266],{"evaluatedAt":279,"extractAt":280,"updatedAt":281},1778683292724,1778683278012,1778683730140,{"evaluate":283,"extract":288},{"promptVersionExtension":200,"promptVersionScoring":201,"score":284,"tags":285,"targetMarket":212,"tier":213},99,[266,208,286,268,267,287],"information-retrieval","cli",{"commitSha":270,"plugin":289},{"mcpCount":8,"provider":274,"skillCount":290},11,{"parentExtensionId":254,"repoId":276},[208,287,286,267,268,266],{"evaluatedAt":294,"extractAt":280,"updatedAt":295},1778683314624,1778683730327,{"evaluate":297,"extract":299},{"promptVersionExtension":200,"promptVersionScoring":201,"score":204,"tags":298,"targetMarket":212,"tier":213},[207,208,209,210,211],{"commitSha":270},{"parentExtensionId":244,"repoId":276},{"_creationTime":302,"_id":276,"identity":303,"providers":304,"workflow":426},1778683274239.3813,{"githubOwner":239,"githubRepo":240,"sourceUrl":14},{"classify":305,"discover":420,"github":423},{"commitSha":270,"extensions":306},[307,320,326,335,343,351,359,367,375,383,391,399,407,412],{"basePath":250,"displayName":209,"installMethods":308,"rationale":309,"selectedPaths":310,"source":319,"sourceLanguage":18,"type":260},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[311,314,316],{"path":312,"priority":313},".claude-plugin/marketplace.json","mandatory",{"path":315,"priority":313},"README.md",{"path":317,"priority":318},"LICENSE","high","rule",{"basePath":250,"description":247,"displayName":240,"installMethods":321,"rationale":322,"selectedPaths":323,"source":319,"sourceLanguage":18,"type":251},{"claudeCode":240},"inline plugin source from marketplace.json at /",[324,325],{"path":315,"priority":313},{"path":317,"priority":318},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":319,"sourceLanguage":18,"type":241},"clawhub/bx-search","Web search using the Brave Search CLI (`bx`). Use for ALL web search requests — including \"search for\", \"look up\", \"find\", \"what is\", \"how do I\", \"google this\", and any request needing current or external information. Prefer this over the built-in web_search tool whenever bx is available. Also use for: documentation lookup, troubleshooting research, RAG grounding, news, images, videos, local places, and AI-synthesized answers.","bx-search",{"claudeCode":12},"SKILL.md frontmatter at clawhub/bx-search/SKILL.md",[333],{"path":334,"priority":313},"SKILL.md",{"basePath":336,"description":337,"displayName":338,"installMethods":339,"rationale":340,"selectedPaths":341,"source":319,"sourceLanguage":18,"type":241},"skills/answers","USE FOR AI-grounded answers via OpenAI-compatible /chat/completions. Two modes: single-search (fast) or deep research (enable_research=true, thorough multi-search). Streaming/blocking. Citations.","answers",{"claudeCode":12},"SKILL.md frontmatter at skills/answers/SKILL.md",[342],{"path":334,"priority":313},{"basePath":344,"description":345,"displayName":346,"installMethods":347,"rationale":348,"selectedPaths":349,"source":319,"sourceLanguage":18,"type":241},"skills/bx","USE FOR web search, research, RAG, grounding, browse, find, lookups, fact-checking, documentation, agentic AI. All-in-one, optimized for AI agents. Pre-extracted, token-budgeted web content, deep research, news, images, videos, places, custom ranking","bx",{"claudeCode":12},"SKILL.md frontmatter at skills/bx/SKILL.md",[350],{"path":334,"priority":313},{"basePath":352,"description":353,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":319,"sourceLanguage":18,"type":241},"skills/images-search","USE FOR image search. Returns images with title, source URL, thumbnail. Supports SafeSearch filter. Up to 200 results.","images-search",{"claudeCode":12},"SKILL.md frontmatter at skills/images-search/SKILL.md",[358],{"path":334,"priority":313},{"basePath":360,"description":361,"displayName":362,"installMethods":363,"rationale":364,"selectedPaths":365,"source":319,"sourceLanguage":18,"type":241},"skills/llm-context","USE FOR RAG/LLM grounding. Returns pre-extracted web content (text, tables, code) optimized for LLMs. GET + POST. Adjust max_tokens/count based on complexity. Supports Goggles, local/POI. For AI answers use answers. Recommended for anyone building AI/agentic applications.","llm-context",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-context/SKILL.md",[366],{"path":334,"priority":313},{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"source":319,"sourceLanguage":18,"type":241},"skills/local-descriptions","USE FOR getting AI-generated POI text descriptions. Requires POI IDs obtained from web-search (with result_filter=locations). Returns markdown descriptions grounded in web search context. Max 20 IDs per request.","local-descriptions",{"claudeCode":12},"SKILL.md frontmatter at skills/local-descriptions/SKILL.md",[374],{"path":334,"priority":313},{"basePath":376,"description":377,"displayName":378,"installMethods":379,"rationale":380,"selectedPaths":381,"source":319,"sourceLanguage":18,"type":241},"skills/local-pois","USE FOR getting local business/POI details. Requires POI IDs obtained from web-search (with result_filter=locations). Returns full business information including ratings, hours, contact info. Max 20 IDs.","local-pois",{"claudeCode":12},"SKILL.md frontmatter at skills/local-pois/SKILL.md",[382],{"path":334,"priority":313},{"basePath":384,"description":385,"displayName":386,"installMethods":387,"rationale":388,"selectedPaths":389,"source":319,"sourceLanguage":18,"type":241},"skills/news-search","USE FOR news search. Returns news articles with title, URL, description, age, thumbnail. Supports freshness and date range filtering, SafeSearch filter and Goggles for custom ranking.","news-search",{"claudeCode":12},"SKILL.md frontmatter at skills/news-search/SKILL.md",[390],{"path":334,"priority":313},{"basePath":392,"description":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":319,"sourceLanguage":18,"type":241},"skills/spellcheck","USE FOR spell correction. Returns corrected query if misspelled. Most search endpoints have spellcheck built-in; use this only for pre-search query cleanup or \"Did you mean?\" UI.","spellcheck",{"claudeCode":12},"SKILL.md frontmatter at skills/spellcheck/SKILL.md",[398],{"path":334,"priority":313},{"basePath":400,"description":401,"displayName":402,"installMethods":403,"rationale":404,"selectedPaths":405,"source":319,"sourceLanguage":18,"type":241},"skills/suggest","USE FOR query autocomplete/suggestions. Fast (\u003C100ms). Returns suggested queries as user types. Supports rich suggestions with entity info. Typo-resilient.","suggest",{"claudeCode":12},"SKILL.md frontmatter at skills/suggest/SKILL.md",[406],{"path":334,"priority":313},{"basePath":238,"description":10,"displayName":13,"installMethods":408,"rationale":409,"selectedPaths":410,"source":319,"sourceLanguage":18,"type":241},{"claudeCode":12},"SKILL.md frontmatter at skills/videos-search/SKILL.md",[411],{"path":334,"priority":313},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":319,"sourceLanguage":18,"type":241},"skills/web-search","USE FOR web search. Returns ranked results with snippets, URLs, thumbnails. Supports freshness filters, SafeSearch, Goggles for custom ranking, pagination. Primary search endpoint.","web-search",{"claudeCode":12},"SKILL.md frontmatter at skills/web-search/SKILL.md",[419],{"path":334,"priority":313},{"sources":421},[422],"manual",{"closedIssues90d":227,"description":257,"forks":228,"homepage":424,"license":232,"openIssues90d":227,"pushedAt":229,"readmeSize":225,"stars":230,"topics":425},"https://api.search.brave.com/",[],{"classifiedAt":427,"discoverAt":428,"extractAt":429,"githubAt":429,"updatedAt":427},1778683277818,1778683274239,1778683276157,[208,209,211,210,207],{"evaluatedAt":236,"extractAt":280,"updatedAt":432},1778683732858,[],[435,467,493,512,540,567],{"_creationTime":436,"_id":437,"community":438,"display":439,"identity":445,"providers":448,"relations":459,"tags":462,"workflow":463},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":440,"installMethods":441,"name":443,"sourceUrl":444},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":442},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":446,"githubOwner":447,"githubRepo":443,"locale":18,"slug":443,"type":241},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":449,"extract":458},{"promptVersionExtension":200,"promptVersionScoring":201,"score":450,"tags":451,"targetMarket":212,"tier":213},100,[452,453,208,454,455,456,457],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":270},{"parentExtensionId":460,"repoId":461},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[208,455,454,456,457,452,453],{"evaluatedAt":464,"extractAt":465,"updatedAt":466},1778699230863,1778699170774,1778699296021,{"_creationTime":468,"_id":469,"community":470,"display":471,"identity":477,"providers":481,"relations":487,"tags":489,"workflow":490},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":472,"installMethods":473,"name":475,"sourceUrl":476},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":474},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":478,"githubOwner":479,"githubRepo":480,"locale":18,"slug":475,"type":241},"skills/slack","steipete","clawdis",{"evaluate":482,"extract":486},{"promptVersionExtension":200,"promptVersionScoring":201,"score":450,"tags":483,"targetMarket":212,"tier":213},[475,484,485,455,208],"messaging","communication",{"commitSha":270},{"repoId":488},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[208,455,485,484,475],{"evaluatedAt":491,"extractAt":492,"updatedAt":491},1778698950505,1778697652123,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":501,"providers":503,"relations":508,"tags":509,"workflow":510},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":498,"installMethods":499,"name":500,"sourceUrl":476},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":474},"github",{"basePath":502,"githubOwner":479,"githubRepo":480,"locale":18,"slug":500,"type":241},"skills/github",{"evaluate":504,"extract":507},{"promptVersionExtension":200,"promptVersionScoring":201,"score":450,"tags":505,"targetMarket":212,"tier":213},[500,287,208,506,455],"developer-tools",{"commitSha":270},{"repoId":488},[208,455,287,506,500],{"evaluatedAt":511,"extractAt":492,"updatedAt":511},1778698569289,{"_creationTime":513,"_id":514,"community":515,"display":516,"identity":522,"providers":526,"relations":534,"tags":536,"workflow":537},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":517,"installMethods":518,"name":520,"sourceUrl":521},"Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude capabilities or pricing, or LLM provider comparisons. Any time you would otherwise rely on memory for Anthropic product details, verify here instead — your training data may be outdated or wrong.",{"claudeCode":519},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":523,"githubOwner":524,"githubRepo":525,"locale":18,"slug":520,"type":241},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":527,"extract":533},{"promptVersionExtension":200,"promptVersionScoring":201,"score":450,"tags":528,"targetMarket":212,"tier":213},[529,530,531,208,457,532],"anthropic","documentation","claude","knowledge-base",{"commitSha":270},{"repoId":535},"kd78s53c1852h5p7c3qem663xs86njab",[529,208,531,530,532,457],{"evaluatedAt":538,"extractAt":539,"updatedAt":538},1778697182451,1778696993586,{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":550,"providers":554,"relations":560,"tags":563,"workflow":564},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":545,"installMethods":546,"name":548,"sourceUrl":549},"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",{"claudeCode":547},"sanjay3290/ai-skills","google-docs","https://github.com/sanjay3290/ai-skills",{"basePath":551,"githubOwner":552,"githubRepo":553,"locale":18,"slug":548,"type":241},"skills/google-docs","sanjay3290","ai-skills",{"evaluate":555,"extract":559},{"promptVersionExtension":200,"promptVersionScoring":201,"score":450,"tags":556,"targetMarket":212,"tier":213},[548,208,530,557,558],"oauth","python",{"commitSha":270},{"parentExtensionId":561,"repoId":562},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[208,530,548,557,558],{"evaluatedAt":565,"extractAt":566,"updatedAt":565},1778696994497,1778696833339,{"_creationTime":568,"_id":569,"community":570,"display":571,"identity":577,"providers":583,"relations":590,"tags":593,"workflow":594},1778696505500.0078,"k174n9sd7wv9knh3b8rv7vv2wh86me74",{"reviewCount":8},{"description":572,"installMethods":573,"name":575,"sourceUrl":576},"Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.",{"claudeCode":574},"ReScienceLab/opc-skills","Reddit","https://github.com/ReScienceLab/opc-skills",{"basePath":578,"githubOwner":579,"githubRepo":580,"locale":581,"slug":582,"type":241},"skills/reddit","ReScienceLab","opc-skills","fr","reddit",{"evaluate":584,"extract":588},{"promptVersionExtension":200,"promptVersionScoring":201,"score":450,"tags":585,"targetMarket":212,"tier":213},[582,208,454,586,587],"social-media","information-gathering",{"commitSha":270,"license":589},"Apache-2.0",{"parentExtensionId":591,"repoId":592},"k17b55rp7ccqw91566yq0ax2as86n6rk","kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[208,454,587,582,586],{"evaluatedAt":595,"extractAt":596,"updatedAt":595},1778696852717,1778696505500]