[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-brave-llm-context-de":3,"guides-for-brave-llm-context":434,"similar-k176mfc9g3bey1tcwjgwk9pe7x86mte8-de":435},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":238,"parentExtension":246,"providers":298,"relations":302,"repo":303,"tags":432,"workflow":433},1778683278012.4453,"k176mfc9g3bey1tcwjgwk9pe7x86mte8",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"brave/brave-search-skills","llm-context","https://github.com/brave/brave-search-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778683414643.209,"kn7aay7rewz8evg577abqk1nh186nep1","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[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,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of needing pre-extracted web content for LLM grounding, specifying its use for RAG and AI agents.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique value proposition by providing pre-extracted content optimized for LLMs, differentiating it from standard search APIs and AI grounding services.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a fully implemented REST API with clear documentation, parameters, and examples, suitable for immediate use in production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on retrieving and extracting web content for LLM grounding, aligning with its declared scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, including its GET/POST support and optimization for LLMs.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill, not a tool-based extension, and thus does not have individual tools to evaluate for scope.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","All parameters, including context size, filtering, and local recall options, are clearly documented with types, requirements, and defaults.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a skill, not a tool-based extension, and thus does not have individual tools to evaluate for naming.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","Input parameters are well-defined and typed, and the response format is structured, returning only the promised grounding content.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is distributed under the MIT license, as indicated in the LICENSE file and README.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits, with the latest push on April 23, 2026, indicating active maintenance.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The extension does not appear to have third-party dependencies that require active management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires an API key but does not echo resolved secret values into output, and documentation advises scoped configurations.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The extension fetches web content and treats it as data, with no indication of executing instructions from fetched sources.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension relies on fetching web content via its API, but it does not fetch or execute code from remote URLs at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The extension is an API client and does not perform file system operations outside of its own scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied tool calls are present in the skill's design.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension requires an API key for authentication but does not instruct the agent to submit confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content and descriptions are free of hidden-steering tricks, using clean printable ASCII and expected Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation does not involve obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The extension makes no assumptions about user project file layout, operating as a network-bound API client.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 2 issues were opened and 2 were closed, indicating active maintainer engagement with a 100% closure rate.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README references installing from the `main` branch, but the commit date indicates recent updates, and the associated `CHANGELOG.md` is present.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input parameters for the API are well-defined in the documentation, implying validation occurs server-side.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The API documentation describes response fields, and while not explicitly detailed, it implies structured error reporting from the Brave Search API.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","The skill is an API client; logging of its actions would be handled by the agent framework, not the skill itself.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill processes search queries and web content, but does not explicitly operate on personal data without sanitization.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension has no regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","As an API client, the skill has no OS or shell-specific assumptions beyond standard HTTP request capabilities.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README provides comprehensive installation instructions, available skills, and quick start examples.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a skill with a single primary function, not a collection of multiple tools.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This is a single-purpose skill, not a collection of tools with overlapping synonyms.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as GET/POST support and Goggles integration, are clearly documented and implemented.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides detailed, copy-pasteable installation instructions for multiple agents, including authentication setup.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The API documentation details response fields and implies structured error reporting, enabling actionable messages.",{"category":147,"check":148,"severity":42,"summary":149},"Execution","Pinned dependencies","The extension does not bundle scripts with third-party dependencies that would require pinning.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill is read-only and does not perform state-changing operations, thus a dry-run feature is not applicable.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","As an API client, it relies on the Brave Search API's handling of idempotency and timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension does not emit telemetry; any such behavior would be managed by the agent framework.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as providing pre-extracted web content for LLM grounding, with clear use cases and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and target use cases.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and concise, with detailed API references and examples provided separately.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed API references and documentation are linked from the main SKILL.md, adhering to progressive disclosure.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is a direct API client and does not involve deep exploration or code review requiring a forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","Multiple clear, end-to-end examples are provided for GET, POST, and Goggles usage, demonstrating expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation covers context size guidelines, threshold modes, and local recall, addressing potential edge cases and parameters.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill does not rely on external tools like an MCP server, so a fallback is not applicable.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","As an API client, the skill's workflow is straightforward and does not involve complex state management that would require halting on unexpected pre-state.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill functions as a standalone API client and does not implicitly rely on other skills being loaded.",1778683414361,"This skill provides direct access to the Brave Search LLM Context API, returning pre-extracted web content, tables, and code optimized for AI grounding. It supports both GET and POST requests and allows customization of context size and source filtering via Goggles.",[195,196,197,198,199],"Pre-extracted web content (text, tables, code) for LLMs","GET and POST request support","Customizable context size and URL limits","Support for Goggles for custom source ranking","Optional local recall and location-based search",[201,202,203],"Providing end-to-end AI answers with citations (use the `answers` skill)","Performing complex, iterative web research (use the `answers` skill in research mode)","Acting as a general-purpose web scraping tool","3.0.0","4.4.0","To provide AI agents and RAG pipelines with readily usable, pre-extracted web content from Brave Search, enabling more accurate and grounded LLM responses.","The extension is highly polished with excellent documentation, clear purpose, and robust examples. The only minor point is the installation referencing `main` instead of a tagged version, which is addressed by recent commit activity.",99,"High-quality skill for fetching LLM-optimized web content.",[211,212,213,214,215],"rag","llm-grounding","web-content","api","brave-search","global","verified",[219,220,221,222],"Grounding LLM responses in real-time search results for RAG pipelines","Enabling AI agents to directly reason over web content","Providing focused context for question-answering systems","Researching and gathering source material for AI-generated content",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":235,"testCoverage":237},{"hasLockfile":225},false,1778683394639,{"descriptionLength":228,"readmeSize":229},272,12934,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"openIssues90d":231,"pushedAt":233,"stars":234},2,9,1776949963000,128,{"hasNpmPackage":225,"license":236,"smitheryVerified":225},"MIT",{"hasCi":238,"hasTests":225},true,{"updatedAt":240},1778683414643,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/llm-context","brave","brave-search-skills","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":253,"parentExtension":256,"providers":285,"relations":293,"tags":294,"workflow":295},1778683278012.444,"k171bmfye9bw6pddf7xqx1x8px86nvha",{"reviewCount":8},{"description":251,"installMethods":252,"name":244,"sourceUrl":14},"Official Brave Search API skills for AI coding agents",{"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":278,"tags":280,"workflow":281},1778683278012.4438,"k17av0qd1ak7nzh8e6f33zfjen86nc20",{"reviewCount":8},{"description":261,"installMethods":262,"name":215,"sourceUrl":14},"Official skills for using Brave Search API with AI coding agents.",{"claudeCode":12},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":18,"slug":244,"type":264},"marketplace",{"evaluate":266,"extract":272},{"promptVersionExtension":267,"promptVersionScoring":205,"score":268,"tags":269,"targetMarket":216,"tier":217},"3.1.0",97,[270,214,243,271,211],"search","llm",{"commitSha":273,"marketplace":274,"plugin":276},"HEAD",{"name":215,"pluginCount":275},1,{"mcpCount":8,"provider":277,"skillCount":8},"classify",{"repoId":279},"kd79z9gj68csgw1td4cjr71d8x86nhc0",[214,243,271,211,270],{"evaluatedAt":282,"extractAt":283,"updatedAt":284},1778683292724,1778683278012,1778683730140,{"evaluate":286,"extract":290},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":287,"targetMarket":216,"tier":217},[270,214,288,211,271,289],"information-retrieval","cli",{"commitSha":273,"plugin":291},{"mcpCount":8,"provider":277,"skillCount":292},11,{"parentExtensionId":258,"repoId":279},[214,289,288,271,211,270],{"evaluatedAt":296,"extractAt":283,"updatedAt":297},1778683314624,1778683730327,{"evaluate":299,"extract":301},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":300,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":273},{"parentExtensionId":248,"repoId":279},{"_creationTime":304,"_id":279,"identity":305,"providers":306,"workflow":428},1778683274239.3813,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":307,"discover":422,"github":425},{"commitSha":273,"extensions":308},[309,322,328,337,345,353,361,366,374,382,390,398,406,414],{"basePath":254,"displayName":215,"installMethods":310,"rationale":311,"selectedPaths":312,"source":321,"sourceLanguage":18,"type":264},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[313,316,318],{"path":314,"priority":315},".claude-plugin/marketplace.json","mandatory",{"path":317,"priority":315},"README.md",{"path":319,"priority":320},"LICENSE","high","rule",{"basePath":254,"description":251,"displayName":244,"installMethods":323,"rationale":324,"selectedPaths":325,"source":321,"sourceLanguage":18,"type":255},{"claudeCode":244},"inline plugin source from marketplace.json at /",[326,327],{"path":317,"priority":315},{"path":319,"priority":320},{"basePath":329,"description":330,"displayName":331,"installMethods":332,"rationale":333,"selectedPaths":334,"source":321,"sourceLanguage":18,"type":245},"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",[335],{"path":336,"priority":315},"SKILL.md",{"basePath":338,"description":339,"displayName":340,"installMethods":341,"rationale":342,"selectedPaths":343,"source":321,"sourceLanguage":18,"type":245},"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",[344],{"path":336,"priority":315},{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":321,"sourceLanguage":18,"type":245},"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",[352],{"path":336,"priority":315},{"basePath":354,"description":355,"displayName":356,"installMethods":357,"rationale":358,"selectedPaths":359,"source":321,"sourceLanguage":18,"type":245},"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",[360],{"path":336,"priority":315},{"basePath":242,"description":10,"displayName":13,"installMethods":362,"rationale":363,"selectedPaths":364,"source":321,"sourceLanguage":18,"type":245},{"claudeCode":12},"SKILL.md frontmatter at skills/llm-context/SKILL.md",[365],{"path":336,"priority":315},{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":321,"sourceLanguage":18,"type":245},"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",[373],{"path":336,"priority":315},{"basePath":375,"description":376,"displayName":377,"installMethods":378,"rationale":379,"selectedPaths":380,"source":321,"sourceLanguage":18,"type":245},"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",[381],{"path":336,"priority":315},{"basePath":383,"description":384,"displayName":385,"installMethods":386,"rationale":387,"selectedPaths":388,"source":321,"sourceLanguage":18,"type":245},"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",[389],{"path":336,"priority":315},{"basePath":391,"description":392,"displayName":393,"installMethods":394,"rationale":395,"selectedPaths":396,"source":321,"sourceLanguage":18,"type":245},"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",[397],{"path":336,"priority":315},{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":321,"sourceLanguage":18,"type":245},"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",[405],{"path":336,"priority":315},{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":321,"sourceLanguage":18,"type":245},"skills/videos-search","USE FOR video search. Returns videos with title, URL, thumbnail, duration, view count, creator. Supports freshness filters, SafeSearch, pagination.","videos-search",{"claudeCode":12},"SKILL.md frontmatter at skills/videos-search/SKILL.md",[413],{"path":336,"priority":315},{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":321,"sourceLanguage":18,"type":245},"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",[421],{"path":336,"priority":315},{"sources":423},[424],"manual",{"closedIssues90d":231,"description":261,"forks":232,"homepage":426,"license":236,"openIssues90d":231,"pushedAt":233,"readmeSize":229,"stars":234,"topics":427},"https://api.search.brave.com/",[],{"classifiedAt":429,"discoverAt":430,"extractAt":431,"githubAt":431,"updatedAt":429},1778683277818,1778683274239,1778683276157,[214,215,212,211,213],{"evaluatedAt":240,"extractAt":283,"updatedAt":240},[],[436,456,489,515,534,562],{"_creationTime":437,"_id":438,"community":439,"display":440,"identity":443,"providers":445,"relations":450,"tags":452,"workflow":453},1778683624209.4746,"k17d1jz8cp6ecd6n58en0hpjf586max1",{"reviewCount":8},{"description":441,"installMethods":442,"name":331,"sourceUrl":14},"Web-Suche mit der Brave Search CLI (`bx`). Verwenden Sie dies für ALLE Web-Suchanfragen – einschließlich \"suchen nach\", \"nachschlagen\", \"finden\", \"was ist\", \"wie mache ich\", \"google das\" und jede Anfrage, die aktuelle oder externe Informationen benötigt. Bevorzugen Sie dies gegenüber dem integrierten `web_search`-Tool, wann immer `bx` verfügbar ist. Verwenden Sie es auch für: Dokumentationsabruf, Fehlerbehebung, RAG-Grundlagen, Nachrichten, Bilder, Videos, lokale Orte und von KI synthetisierte Antworten.",{"claudeCode":12},{"basePath":329,"githubOwner":243,"githubRepo":244,"locale":444,"slug":331,"type":245},"de",{"evaluate":446,"extract":449},{"promptVersionExtension":204,"promptVersionScoring":205,"score":447,"tags":448,"targetMarket":216,"tier":217},98,[215,289,417,211,212,214],{"commitSha":273},{"repoId":279,"translatedFrom":451},"k176hg4dcgdvq71snagf9d1znn86mgp7",[214,215,289,212,211,417],{"evaluatedAt":454,"extractAt":283,"updatedAt":455},1778683338557,1778683624209,{"_creationTime":457,"_id":458,"community":459,"display":460,"identity":466,"providers":469,"relations":480,"tags":484,"workflow":485},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":461,"installMethods":462,"name":464,"sourceUrl":465},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":463},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":467,"githubOwner":468,"githubRepo":464,"locale":444,"slug":464,"type":245},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":470,"extract":479},{"promptVersionExtension":204,"promptVersionScoring":205,"score":471,"tags":472,"targetMarket":216,"tier":217},100,[473,474,214,475,476,477,478],"twitter","x","data-retrieval","automation","mcp","sdk",{"commitSha":273},{"parentExtensionId":481,"repoId":482,"translatedFrom":483},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[214,476,475,477,478,473,474],{"evaluatedAt":486,"extractAt":487,"updatedAt":488},1778699230863,1778699170774,1778699276507,{"_creationTime":490,"_id":491,"community":492,"display":493,"identity":499,"providers":503,"relations":509,"tags":511,"workflow":512},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":494,"installMethods":495,"name":497,"sourceUrl":498},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":496},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":500,"githubOwner":501,"githubRepo":502,"locale":18,"slug":497,"type":245},"skills/slack","steipete","clawdis",{"evaluate":504,"extract":508},{"promptVersionExtension":204,"promptVersionScoring":205,"score":471,"tags":505,"targetMarket":216,"tier":217},[497,506,507,476,214],"messaging","communication",{"commitSha":273},{"repoId":510},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[214,476,507,506,497],{"evaluatedAt":513,"extractAt":514,"updatedAt":513},1778698950505,1778697652123,{"_creationTime":516,"_id":517,"community":518,"display":519,"identity":523,"providers":525,"relations":530,"tags":531,"workflow":532},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":520,"installMethods":521,"name":522,"sourceUrl":498},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":496},"github",{"basePath":524,"githubOwner":501,"githubRepo":502,"locale":18,"slug":522,"type":245},"skills/github",{"evaluate":526,"extract":529},{"promptVersionExtension":204,"promptVersionScoring":205,"score":471,"tags":527,"targetMarket":216,"tier":217},[522,289,214,528,476],"developer-tools",{"commitSha":273},{"repoId":510},[214,476,289,528,522],{"evaluatedAt":533,"extractAt":514,"updatedAt":533},1778698569289,{"_creationTime":535,"_id":536,"community":537,"display":538,"identity":544,"providers":548,"relations":556,"tags":558,"workflow":559},1778696993586.708,"k17fsfrfvbnsvwkcqp8y85wdad86mmwq",{"reviewCount":8},{"description":539,"installMethods":540,"name":542,"sourceUrl":543},"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":541},"SeifBenayed/claude-code-sdk","product-self-knowledge","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":545,"githubOwner":546,"githubRepo":547,"locale":18,"slug":542,"type":245},".claude/skills/product-self-knowledge","SeifBenayed","claude-code-sdk",{"evaluate":549,"extract":555},{"promptVersionExtension":204,"promptVersionScoring":205,"score":471,"tags":550,"targetMarket":216,"tier":217},[551,552,553,214,478,554],"anthropic","documentation","claude","knowledge-base",{"commitSha":273},{"repoId":557},"kd78s53c1852h5p7c3qem663xs86njab",[551,214,553,552,554,478],{"evaluatedAt":560,"extractAt":561,"updatedAt":560},1778697182451,1778696993586,{"_creationTime":563,"_id":564,"community":565,"display":566,"identity":572,"providers":576,"relations":582,"tags":585,"workflow":586},1778696833339.6226,"k17ckxne6mhyf23n1jfyqktpqd86nfz4",{"reviewCount":8},{"description":567,"installMethods":568,"name":570,"sourceUrl":571},"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":569},"sanjay3290/ai-skills","google-docs","https://github.com/sanjay3290/ai-skills",{"basePath":573,"githubOwner":574,"githubRepo":575,"locale":18,"slug":570,"type":245},"skills/google-docs","sanjay3290","ai-skills",{"evaluate":577,"extract":581},{"promptVersionExtension":204,"promptVersionScoring":205,"score":471,"tags":578,"targetMarket":216,"tier":217},[570,214,552,579,580],"oauth","python",{"commitSha":273},{"parentExtensionId":583,"repoId":584},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[214,552,570,579,580],{"evaluatedAt":587,"extractAt":588,"updatedAt":587},1778696994497,1778696833339]