[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-zapier-zapier-setup-en":3,"guides-for-zapier-zapier-setup":395,"similar-k1716ts08smjg12r4p2b21kf0x86mhv8-en":396},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":255,"isFallback":240,"parentExtension":260,"providers":315,"relations":320,"repo":321,"tags":392,"workflow":393},1778699497437.23,"k1716ts08smjg12r4p2b21kf0x86mhv8",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Set up Zapier MCP and add tools to your AI assistant. Introduces what Zapier can do, walks through authentication, detects your server mode, then branches into the right flow — summary for healthy setups, reconnect for broken auth, onboarding for fresh installs, or config help when the server is missing. Use when getting started, troubleshooting connection issues, adding new tools, or when the user asks \"what can I do now\", \"what can I do with Zapier\", \"show me how the Zapier plugin works\", \"what is Zapier MCP\", \"how does Zapier work\", or \"tell me about Zapier\".",{"claudeCode":12},"zapier/zapier-mcp","Zapier Setup","https://github.com/zapier/zapier-mcp",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":238,"workflow":253},1778699559593.6482,"kn79a48yd1vqsmaakvens01e6x86n6s9","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":204,"practices":208,"prerequisites":209,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":223,"tier":224,"useCases":225,"workflow":230},[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,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of setting up and managing Zapier MCP for an AI assistant, including troubleshooting and onboarding.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides a structured workflow for connecting an AI assistant to a vast ecosystem of third-party apps via Zapier MCP, going beyond basic API interaction by managing authentication, server modes, and guided setup.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers the complete lifecycle from initial setup and authentication to troubleshooting and adding new tools, making it suitable for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on the setup, authentication, and initial configuration of Zapier MCP, clearly defining its scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities and provides clear use cases and invocation examples.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific tools like `mcp_auth`, `list_enabled_zapier_actions`, and `get_configuration_url`, which are well-scoped for their intended purposes.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and README.md provide clear instructions on authentication, connecting clients, and adding actions, with specific URLs and configuration details.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used within the skill, such as `mcp_auth` and `get_configuration_url`, are descriptive and follow a consistent naming convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tools used by the skill request minimal parameters (e.g., client type) and return focused outputs like configuration URLs or status information.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the Apache-2.0 license, clearly stated in the README.md.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 5, 2026, which is recent.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","No third-party dependencies are explicitly managed or listed within the provided skill code.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill guides users through authentication with Zapier MCP but does not handle or expose secrets directly. It directs users to external authentication flows.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill focuses on guiding users through an authentication process and does not appear to load or execute untrusted external code or data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime or execute arbitrary code from remote sources.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill guides external processes (user authentication) and does not modify files outside of the expected configuration scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill's logic does not involve detached processes or retry loops around denied operations.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill guides users through an authentication process handled by Zapier's domain and does not instruct the agent to exfiltrate confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears free of hidden steering tricks, using standard formatting and Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill code is readable and does not employ obfuscation techniques like base64 encoding or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill provides client-specific configuration instructions and fallbacks, making reasonable assumptions about user environments.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 1 open and 2 closed issues in the last 90 days, the closure rate is sufficient, indicating active maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The last commit date indicates recent activity, and while a formal versioning system (semver, CHANGELOG) isn't explicitly detailed, the direct installation method implies use of the latest code.",{"category":104,"check":105,"severity":63,"summary":106},"Code Execution","Validation","The skill orchestrates external tools and user interaction rather than executing complex code with structured inputs/outputs that would require schema validation.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill guides users through configuration and authentication, which are not inherently destructive operations requiring special guarding.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill outlines specific branches for different failure modes (auth broken, not connected) and provides clear user-facing instructions for recovery.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","This skill primarily guides user interaction and configuration, not performing destructive actions or outbound calls that would require local audit logging.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill directs users to authenticate via Zapier's domain and does not handle personal data directly.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The extension's functionality is global and not restricted to any specific geography or legal jurisdiction.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill provides client-specific instructions and fallbacks, ensuring it can be used across various AI clients and operating systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of Zapier MCP, its features, getting started guide, and resources.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This skill primarily orchestrates user interaction and external tools, rather than exposing a large number of its own distinct tools.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The tools called by the skill, like `mcp_auth` and `get_configuration_url`, are distinct and serve specific purposes.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the README and SKILL.md, such as authentication and setup flows, have corresponding implementation logic and guidance.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README and SKILL.md provide clear installation and connection instructions for various clients, including authentication steps.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill provides specific instructions for various error states like 'Auth broken' and 'Not connected', including remediation steps.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill does not bundle scripts with external dependencies that would require pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's primary function is guiding configuration and authentication, not performing state-changing operations that would require a dry-run preview.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill itself does not perform remote calls or state-changing operations that require idempotency or timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The skill focuses on user configuration and does not appear to implement telemetry collection.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the purpose of setting up Zapier MCP and guiding users through authentication, mode detection, and appropriate setup flows, with specific use cases and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability of setting up Zapier MCP, with clear trigger phrases.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured, uses progressive disclosure by referencing client-specific configurations and reload instructions, and avoids unnecessary verbosity.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed information for different clients (MCP config, reload instructions) is presented in tables within the SKILL.md, effectively disclosing details as needed.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is primarily a guided setup and configuration process, not an exploration-heavy task like deep code review.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear examples of workflows, recommended apps, and specific actions to add, guiding the user through the setup process.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill explicitly documents and handles various failure modes such as broken authentication, no connection, and fresh installs, providing specific recovery steps.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers as optional fallbacks; it guides the user to set up and authenticate with the primary Zapier MCP server.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill clearly states its stack assumptions by providing specific instructions for different clients (Cursor, Claude Desktop, Claude Code, Windsurf) and their respective configurations.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The skill's branching logic effectively halts and reports on unexpected states like 'Auth broken' or 'Not connected', guiding the user toward resolution.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and focuses solely on Zapier MCP setup, not implicitly relying on or handling tasks from other skills.",1778699559316,"This skill guides users through the setup, authentication, and configuration of Zapier MCP, enabling AI assistants to connect with thousands of third-party applications. It handles various scenarios including initial onboarding, troubleshooting authentication issues, and directing users to the correct setup flows based on their client.",[198,199,200,201,202,203],"Guided Zapier MCP setup and authentication","Client-specific connection instructions","Detection of server modes (Agentic, Classic)","Troubleshooting for broken authentication","Onboarding for new installations","Guidance on adding tools and workflows",[205,206,207],"Managing individual Zapier Zaps or workflows","Directly interacting with non-Zapier third-party APIs","Providing advanced Zapier MCP administration beyond basic setup and troubleshooting",[],[],"3.0.0","4.4.0","To streamline the process of connecting AI assistants to a vast array of third-party applications through Zapier MCP, making complex integrations accessible and manageable.","The extension is exceptionally well-documented and robust, with clear guidance for setup, authentication, and troubleshooting across multiple clients. All checks passed, reflecting high quality and utility.",99,"A high-quality skill for setting up and managing Zapier MCP connections for AI assistants.",[217,218,219,220,221,222],"zapier","mcp","integration","setup","authentication","automation","global","verified",[226,227,228,229],"Getting started with Zapier MCP for the first time","Troubleshooting connection issues with an existing Zapier MCP setup","Adding new tools and applications to an AI assistant's workflow","Understanding how Zapier MCP works and its capabilities",[231,232,233,234,235,236,237],"Introduce Zapier MCP and its capabilities.","Attempt to check for existing Zapier MCP tools and authenticate if necessary.","Detect the server mode (Agentic or Classic).","Branch into specific flows: Healthy setup summary, Auth broken, Fresh install, or Not connected.","Provide client-specific instructions for connection and configuration.","Guide the user to add desired actions/tools.","Verify the setup and offer to generate a tools profile.",{"codeQuality":239,"collectedAt":241,"documentation":242,"maintenance":245,"security":251,"testCoverage":252},{"hasLockfile":240},false,1778699542614,{"descriptionLength":243,"readmeSize":244},568,5831,{"closedIssues90d":246,"forks":247,"hasChangelog":240,"openIssues90d":248,"pushedAt":249,"stars":250},2,16,1,1777995992000,42,{"hasNpmPackage":240,"smitheryVerified":240},{"hasCi":240,"hasTests":240},{"updatedAt":254},1778699559593,{"basePath":256,"githubOwner":217,"githubRepo":257,"locale":18,"slug":258,"type":259},"plugins/zapier/skills/zapier-setup","zapier-mcp","zapier-setup","skill",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":267,"parentExtension":270,"providers":303,"relations":310,"tags":311,"workflow":312},1778699497437.2295,"k170hhqj0rh7s07z1f86fh594586mmxw",{"reviewCount":8},{"description":265,"installMethods":266,"name":217,"sourceUrl":14},"Connect 9,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.",{"claudeCode":217},{"basePath":268,"githubOwner":217,"githubRepo":257,"locale":18,"slug":217,"type":269},"plugins/zapier","plugin",{"_creationTime":271,"_id":272,"community":273,"display":274,"identity":278,"providers":281,"relations":296,"tags":298,"workflow":299},1778699497437.2292,"k17cqrv7e320r75qawh7mzpr6h86mhb6",{"reviewCount":8},{"description":275,"installMethods":276,"name":277,"sourceUrl":14},"Official Zapier plugins — connect your AI to 9,000+ apps via the Model Context Protocol",{"claudeCode":12},"zapier-plugins",{"basePath":279,"githubOwner":217,"githubRepo":257,"locale":18,"slug":257,"type":280},"","marketplace",{"evaluate":282,"extract":291},{"promptVersionExtension":283,"promptVersionScoring":211,"score":284,"tags":285,"targetMarket":223,"tier":224},"3.1.0",95,[217,218,222,286,287,288,289,290],"integrations","workflow","ai-actions","productivity","cloud",{"commitSha":292,"marketplace":293,"plugin":294},"HEAD",{"name":277,"pluginCount":248},{"mcpCount":8,"provider":295,"skillCount":8},"classify",{"repoId":297},"kd72mhnpsgxe81n8vxnr1tdje186mdjt",[288,222,290,286,218,289,287,217],{"evaluatedAt":300,"extractAt":301,"updatedAt":302},1778699511527,1778699497437,1778699614293,{"evaluate":304,"extract":307},{"promptVersionExtension":210,"promptVersionScoring":211,"score":305,"tags":306,"targetMarket":223,"tier":224},98,[217,218,222,286,287,288,289],{"commitSha":292,"plugin":308},{"mcpCount":8,"provider":295,"skillCount":309},3,{"parentExtensionId":272,"repoId":297},[288,222,286,218,289,287,217],{"evaluatedAt":313,"extractAt":301,"updatedAt":314},1778699528323,1778699614515,{"evaluate":316,"extract":318},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":317,"targetMarket":223,"tier":224},[217,218,219,220,221,222],{"commitSha":292,"license":319},"Apache-2.0",{"parentExtensionId":262,"repoId":297},{"_creationTime":322,"_id":297,"identity":323,"providers":324,"workflow":388},1778699492707.4666,{"githubOwner":217,"githubRepo":257,"sourceUrl":14},{"classify":325,"discover":380,"github":383},{"commitSha":292,"extensions":326},[327,337,358,367,372],{"basePath":279,"description":275,"displayName":277,"installMethods":328,"rationale":329,"selectedPaths":330,"source":336,"sourceLanguage":18,"type":280},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json (coalesced with duplicate marketplace at .github/plugin)",[331,334],{"path":332,"priority":333},".claude-plugin/marketplace.json","mandatory",{"path":335,"priority":333},"README.md","rule",{"basePath":268,"description":265,"displayName":217,"installMethods":338,"rationale":339,"selectedPaths":340,"source":336,"sourceLanguage":18,"type":269},{"claudeCode":217},"plugin manifest at plugins/zapier/.claude-plugin/plugin.json (coalesced with duplicate plugin at plugins/zapier/.github/plugin)",[341,343,344,347,349,351,353,356],{"path":342,"priority":333},".claude-plugin/plugin.json",{"path":335,"priority":333},{"path":345,"priority":346},"skills/create-my-tools-profile/SKILL.md","medium",{"path":348,"priority":346},"skills/zapier-setup/SKILL.md",{"path":350,"priority":346},"skills/zapier-status/SKILL.md",{"path":352,"priority":333},".mcp.json",{"path":354,"priority":355},"agents/zapier-mcp.agent.md","high",{"path":357,"priority":355},".cursor-plugin/plugin.json",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":336,"sourceLanguage":18,"type":259},"plugins/zapier/skills/create-my-tools-profile","Generate a personalized AI skill based on your configured Zapier MCP tools. Scans your enabled actions and creates instructions that help your AI assistant know when and how to use each tool. Use after setting up tools, or when you want to \"create my tools profile\", \"personalize my assistant\", or \"make a skill from my tools\".","create-my-tools-profile",{"claudeCode":12},"SKILL.md frontmatter at plugins/zapier/skills/create-my-tools-profile/SKILL.md",[365],{"path":366,"priority":333},"SKILL.md",{"basePath":256,"description":10,"displayName":258,"installMethods":368,"rationale":369,"selectedPaths":370,"source":336,"sourceLanguage":18,"type":259},{"claudeCode":12},"SKILL.md frontmatter at plugins/zapier/skills/zapier-setup/SKILL.md",[371],{"path":366,"priority":333},{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":336,"sourceLanguage":18,"type":259},"plugins/zapier/skills/zapier-status","Check the health of your Zapier MCP setup. Three modes — health check (dashboard view), audit (find waste and duplicates), diagnose (systematic troubleshooting). Use when asking \"is my MCP working?\", \"check my tools\", \"audit my setup\", \"what's broken?\", or \"zapier status\".","zapier-status",{"claudeCode":12},"SKILL.md frontmatter at plugins/zapier/skills/zapier-status/SKILL.md",[379],{"path":366,"priority":333},{"sources":381},[382],"manual",{"closedIssues90d":246,"description":384,"forks":247,"homepage":385,"openIssues90d":248,"pushedAt":249,"readmeSize":244,"stars":250,"topics":386},"Connect your AI to thousands of apps with the Model Context Protocol.","https://zapier.com/mcp",[218,387],"mcp-server",{"classifiedAt":389,"discoverAt":390,"extractAt":391,"githubAt":391,"updatedAt":389},1778699497224,1778699492707,1778699494964,[221,222,219,218,220,217],{"evaluatedAt":254,"extractAt":301,"updatedAt":394},1778699615456,[],[397,426,456,486,511,540],{"_creationTime":398,"_id":399,"community":400,"display":401,"identity":407,"providers":411,"relations":418,"tags":421,"workflow":422},1778694149049.347,"k1798fc1hmtx3bmdgwyn3fet2d86mzt5",{"reviewCount":8},{"description":402,"installMethods":403,"name":405,"sourceUrl":406},"Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the credentials set up.",{"claudeCode":404},"mongodb/agent-skills","mongodb-mcp-setup","https://github.com/mongodb/agent-skills",{"basePath":408,"githubOwner":409,"githubRepo":410,"locale":18,"slug":405,"type":259},"skills/mongodb-mcp-setup","mongodb","agent-skills",{"evaluate":412,"extract":417},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":414,"targetMarket":223,"tier":224},100,[409,218,415,220,221,416],"configuration","cli",{"commitSha":292},{"parentExtensionId":419,"repoId":420},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5",[221,416,415,218,409,220],{"evaluatedAt":423,"extractAt":424,"updatedAt":425},1778694262565,1778694149049,1778694462010,{"_creationTime":427,"_id":428,"community":429,"display":430,"identity":436,"providers":439,"relations":448,"tags":451,"workflow":452},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":431,"installMethods":432,"name":434,"sourceUrl":435},"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":433},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":437,"githubOwner":438,"githubRepo":434,"locale":18,"slug":434,"type":259},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":440,"extract":447},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":441,"targetMarket":223,"tier":224},[442,443,444,445,222,218,446],"twitter","x","api","data-retrieval","sdk",{"commitSha":292},{"parentExtensionId":449,"repoId":450},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[444,222,445,218,446,442,443],{"evaluatedAt":453,"extractAt":454,"updatedAt":455},1778699230863,1778699170774,1778699296021,{"_creationTime":457,"_id":458,"community":459,"display":460,"identity":466,"providers":470,"relations":479,"tags":482,"workflow":483},1778695548458.336,"k17ekwjt5qesx1b7a0y4nkbxsn86mnge",{"reviewCount":8},{"description":461,"installMethods":462,"name":464,"sourceUrl":465},"Build a custom MCP (Model Context Protocol) server that exposes domain-specific tools to AI assistants. Covers server implementation in Node.js or R, tool definitions, transport configuration, and testing with Claude Code. Use when you need to expose custom functionality beyond what mcptools provides, when building specialized domain-specific AI integrations, or when wrapping existing APIs or services as MCP tools.\n",{"claudeCode":463},"pjt222/agent-almanac","build-custom-mcp-server","https://github.com/pjt222/agent-almanac",{"basePath":467,"githubOwner":468,"githubRepo":469,"locale":18,"slug":464,"type":259},"skills/build-custom-mcp-server","pjt222","agent-almanac",{"evaluate":471,"extract":478},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":472,"targetMarket":223,"tier":224},[218,473,474,475,476,477,219],"server","custom-tools","node-js","r","protocol",{"commitSha":292},{"parentExtensionId":480,"repoId":481},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[474,219,218,475,477,476,473],{"evaluatedAt":484,"extractAt":485,"updatedAt":484},1778696351782,1778695548458,{"_creationTime":487,"_id":488,"community":489,"display":490,"identity":495,"providers":499,"relations":504,"tags":507,"workflow":508},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":491,"installMethods":492,"name":220,"sourceUrl":494},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":493},"Yeachan-Heo/oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":496,"githubOwner":497,"githubRepo":498,"locale":18,"slug":220,"type":259},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":500,"extract":503},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":501,"targetMarket":223,"tier":224},[220,502,415,416,218],"routing",{"commitSha":292},{"parentExtensionId":505,"repoId":506},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[416,415,218,502,220],{"evaluatedAt":509,"extractAt":510,"updatedAt":509},1778699724286,1778699234184,{"_creationTime":512,"_id":513,"community":514,"display":515,"identity":521,"providers":525,"relations":532,"tags":535,"workflow":536},1778694599571.3774,"k17f1596a2t00btq1hfksssg0s86n6ej",{"reviewCount":8},{"description":516,"installMethods":517,"name":519,"sourceUrl":520},"Use when the task involves authentication, user signups, logins, password recovery, OAuth providers, role-based access control, or protecting routes and functions. Always use `@netlify/identity`. Never use `netlify-identity-widget` or `gotrue-js` — they are deprecated.",{"claudeCode":518},"netlify/context-and-tools","netlify-identity","https://github.com/netlify/context-and-tools",{"basePath":522,"githubOwner":523,"githubRepo":524,"locale":18,"slug":519,"type":259},"skills/netlify-identity","netlify","context-and-tools",{"evaluate":526,"extract":531},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":527,"targetMarket":223,"tier":224},[221,523,528,529,530,444],"identity","javascript","typescript",{"commitSha":292},{"parentExtensionId":533,"repoId":534},"k1714spp30a0rvg5y3yjga772n86nmps","kd7b1ncy2zzzfws29grdt8heb986ntzq",[444,221,528,529,523,530],{"evaluatedAt":537,"extractAt":538,"updatedAt":539},1778694839805,1778694599571,1778694994190,{"_creationTime":541,"_id":542,"community":543,"display":544,"identity":550,"providers":554,"relations":562,"tags":565,"workflow":566},1778682677410.0369,"k172a96fyh4jrhrb5qc6tfrbp986nrey",{"reviewCount":8},{"description":545,"installMethods":546,"name":548,"sourceUrl":549},"Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support",{"claudeCode":547},"auth0/agent-skills","Auth0 Express OAuth2 JWT Bearer","https://github.com/auth0/agent-skills",{"basePath":551,"githubOwner":552,"githubRepo":410,"locale":18,"slug":553,"type":259},"plugins/auth0/skills/express-oauth2-jwt-bearer","auth0","express-oauth2-jwt-bearer",{"evaluate":555,"extract":561},{"promptVersionExtension":210,"promptVersionScoring":211,"score":413,"tags":556,"targetMarket":223,"tier":224},[552,557,221,558,559,560,444],"jwt","express","nodejs","security",{"commitSha":292,"license":319},{"parentExtensionId":563,"repoId":564},"k17b52m0t4j5ryyvea95kdqqr186nk9e","kd7d2wx4927yddhxgfpzw6t10x86m349",[444,552,221,558,557,559,560],{"evaluatedAt":567,"extractAt":568,"updatedAt":567},1778683411304,1778682677410]