[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-better-auth-organization-zh-CN":3,"guides-for-better-auth-organization":366,"similar-k177m3mffn2xt1svcjx53388dh86m26t-zh-CN":367},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":261,"parentExtension":262,"providers":263,"relations":268,"repo":270,"tags":363,"workflow":364},1778682977877.5823,"k177m3mffn2xt1svcjx53388dh86m26t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Configure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth's organization plugin. Use when users need org setup, team management, member roles, access control, or the Better Auth organization plugin.",{"claudeCode":12},"better-auth/skills","Better Auth Organization Plugin","https://github.com/better-auth/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":241,"workflow":254},1778683129108.8145,"kn72ggzjrwa2ky2bwwgk7pb9n986mw1w","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"practices":206,"prerequisites":211,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":228,"tier":229,"useCases":230,"workflow":235},[21,26,29,32,36,39,43,47,50,53,58,62,65,69,72,75,78,81,84,87,91,95,100,104,108,111,115,118,123,126,129,132,135,138,141,145,149,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 configuring multi-tenant organizations and managing related aspects, aligning with the provided use cases.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a comprehensive suite of features for managing organizations, members, roles, and teams, which goes beyond basic LLM capabilities and provides specific value for auth system setup.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete lifecycle for organization management, including setup, creation, activation, member management, invitations, roles, teams, and dynamic access control, suggesting it's ready for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on organization and access control management within the Better Auth ecosystem, maintaining a clear and coherent scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the capabilities detailed in the SKILL.md file, covering organization setup, member management, roles, teams, and RBAC.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension appears to expose specific, verb-noun scoped tools for managing organizations, members, and roles, rather than a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All configuration options, parameters, and their defaults are documented within the SKILL.md file, with clear examples provided for usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names and function calls shown in the examples (e.g., `createOrg`, `addMember`, `inviteMember`) are descriptive and align with the organization management domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters and response shapes shown in examples appear focused on the specific task at hand, requesting and returning relevant data without unnecessary bloat.",{"category":54,"check":55,"severity":56,"summary":57},"License","License usability","not_applicable","License information was not detected in the provided context.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on March 2, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":56,"summary":64},"Dependency Management","No third-party dependencies are explicitly managed or mentioned in the provided SKILL.md that would require specific management practices.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The SKILL.md does not reveal any hardcoded secrets or sensitive information, and usage patterns suggest proper handling of credentials, especially concerning server-side operations.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's design, focusing on structured API calls and configuration, does not present obvious injection risks. External data handling is not a prominent feature.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension bundles its logic and does not appear to fetch or execute external code at runtime, mitigating risks from transitive dependencies.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill focuses on API interactions and configuration within the Better Auth framework, with no indication of attempts to modify files outside its designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or deny-retry loops are apparent in the provided documentation and examples.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension's purpose is to manage organizational structures and access, not to exfiltrate user data. Outbound calls are limited to API interactions within the Better Auth ecosystem.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears to be standard TypeScript and Markdown, free from hidden steering characters or obfuscation techniques.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided code examples are standard TypeScript and do not involve obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes a Better Auth environment and database setup, which is clearly documented in the setup steps. It does not make assumptions about user project file layouts outside this context.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","There is 1 open issue and 0 closed issues in the last 90 days, indicating slow response or low engagement from maintainers.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The SKILL.md frontmatter includes a `name` field, implying a versioning scheme, and the commit date suggests recent development.",{"category":105,"check":106,"severity":24,"summary":107},"Execution","Validation","The code examples demonstrate structured input (objects with properties like `name`, `slug`, `email`, `role`) which implies validation is handled by the Better Auth framework or expected to be implemented by the user.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","While operations like deleting organizations exist, the documentation mentions owner protection and implies necessary safeguards or confirmation steps are built into the framework.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The examples show `data, error` tuples, indicating that errors are caught and returned, allowing for meaningful handling by the agent or developer.",{"category":112,"check":116,"severity":56,"summary":117},"Logging","The skill focuses on API interactions and configuration, and does not perform destructive actions or outbound calls that would necessitate local audit logging beyond standard framework logging.",{"category":119,"check":120,"severity":121,"summary":122},"Compliance","GDPR","info","The skill handles user-related data (emails, IDs, roles), which may include personal data. While not explicitly submitting to third parties, careful handling and sanitization by the user's application are advised.",{"category":119,"check":124,"severity":24,"summary":125},"Target market","The extension appears to be globally applicable, with no language-specific or jurisdiction-specific features mentioned.",{"category":92,"check":127,"severity":24,"summary":128},"Runtime stability","The extension relies on the Better Auth framework and standard TypeScript, making it portable across different environments where Better Auth is supported.",{"category":44,"check":130,"severity":24,"summary":131},"README","The SKILL.md file effectively serves as a README, clearly stating the extension's purpose and providing comprehensive setup and usage instructions.",{"category":33,"check":133,"severity":24,"summary":134},"Tool surface size","The number of tools and capabilities described (organization, members, invitations, roles, teams) appears to be within a manageable range for a focused extension.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","The tools described for managing organizations and related entities appear to have distinct functionalities, avoiding significant overlap or near-synonym naming.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features for organization management, member handling, and RBAC are supported by code examples and configuration options in the SKILL.md.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","Clear installation instructions, including database migration steps and client/server setup snippets, are provided.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The error handling pattern (`data, error`) suggests that errors are reported with sufficient information to guide remediation, likely including causes and potential next steps.",{"category":105,"check":150,"severity":56,"summary":151},"Pinned dependencies","The skill is presented as a plugin within the `better-auth` ecosystem, and dependency pinning would typically be managed by the framework itself rather than explicit declarations within the skill.",{"category":33,"check":153,"severity":56,"summary":154},"Dry-run preview","The extension primarily focuses on configuration and management of access control within an application's backend, which does not typically involve state-changing operations that benefit from a dry-run preview in the same way as infrastructure or deployment tools.",{"category":156,"check":157,"severity":56,"summary":158},"Protocol","Idempotent retry & timeouts","The extension's operations are primarily configuration and data management within a defined framework; detailed information on specific call idempotency and timeouts is not provided, but is likely managed by the underlying Better Auth framework.",{"category":119,"check":160,"severity":56,"summary":161},"Telemetry opt-in","No telemetry collection is mentioned or implied in the SKILL.md.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The description clearly states the extension's purpose: configuring multi-tenant organizations and managing access control, and specifies usage scenarios like 'org setup, team management, member roles, access control'.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter is concise, providing a clear summary of core capabilities and usage triggers without excessive length or keyword stuffing.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md body is well-structured and reasonably concise, using code examples and distinct sections for clarity without excessive verbosity.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md uses code blocks and distinct sections for different features, effectively delegating deeper material to code examples and configuration snippets, rather than embedding bulk content.",{"category":172,"check":176,"severity":56,"summary":177},"Forked exploration","This skill is not primarily an exploration or deep audit tool; its workflow involves direct configuration and management actions.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","Multiple clear, end-to-end code examples are provided for creating organizations, inviting members, setting roles, and managing teams, demonstrating observable outcomes.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The documentation addresses edge cases such as owner protection, membership limits, invitation expiry, and organization deletion, providing recovery steps or configuration options.",{"category":112,"check":185,"severity":56,"summary":186},"Tool Fallback","The skill appears to be tightly integrated with the Better Auth framework and does not rely on external, optional tools that would require fallback mechanisms.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The documentation emphasizes the owner protection mechanism and implies that critical actions like removing the last owner are guarded, suggesting checks for unexpected states before destructive operations.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is focused on organization management within its own ecosystem and does not appear to rely on or implicitly couple with other unrelated skills.",1778683129003,"This skill configures and manages multi-tenant organizations, including member invitations, role assignments, team setup, and custom permissions using the Better Auth organization plugin.",[197,198,199,200,201],"Configure multi-tenant organizations","Manage members and invitations","Define custom roles and permissions","Set up teams","Implement RBAC",[203,204,205],"Managing application-specific business logic","Directly interacting with third-party services outside of authentication","Core user authentication beyond role/permission assignment",[207,208,209,210],"RBAC","Multi-tenancy","Access Control","User Management",[212,213,214],"Better Auth server configured with the organization plugin","Better Auth client configured with the organization client plugin","Database migration run via `@better-auth/cli`","3.0.0","4.4.0","Streamline the setup and administration of multi-tenant organizations, enabling fine-grained access control and team management within applications using Better Auth.","The extension is well-documented and provides comprehensive functionality for organization and access management. A warning on 'Issues Attention' due to slow issue closure rate slightly impacts the score, but overall quality remains high.",75,"A robust and well-documented skill for managing multi-tenant organizations and access control within the Better Auth framework.",[222,223,224,225,226,227],"authentication","rbac","organization","teams","permissions","access-control","global","community",[231,232,233,234],"Set up new organizations","Manage user roles and team memberships","Control access to resources via RBAC","Implement invitation flows for new members",[236,237,238,239,240],"Setup Better Auth server and client plugins","Run database migrations","Configure organization settings (limits, creation rules)","Create organizations, invite members, and assign roles/teams","Check permissions and implement dynamic access control",{"codeQuality":242,"collectedAt":244,"documentation":245,"maintenance":247,"security":252,"testCoverage":253},{"hasLockfile":243},false,1778683108026,{"descriptionLength":246,"readmeSize":8},298,{"closedIssues90d":8,"forks":248,"hasChangelog":243,"openIssues90d":249,"pushedAt":250,"stars":251},25,1,1772442677000,190,{"hasNpmPackage":243,"smitheryVerified":243},{"hasCi":243,"hasTests":243},{"updatedAt":255},1778683129108,{"basePath":257,"githubOwner":258,"githubRepo":259,"locale":18,"slug":224,"type":260},"better-auth/organization","better-auth","skills","skill",true,null,{"evaluate":264,"extract":266},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":265,"targetMarket":228,"tier":229},[222,223,224,225,226,227],{"commitSha":267,"license":56},"HEAD",{"repoId":269},"kd72xcmkcxgcmhtrkb9059vsbs86mcmr",{"_creationTime":271,"_id":269,"identity":272,"providers":273,"workflow":359},1778682973360.8225,{"githubOwner":258,"githubRepo":259,"sourceUrl":14},{"classify":274,"discover":354,"github":357},{"commitSha":267,"extensions":275},[276,288,295,307,316,324,332,338,346],{"basePath":277,"description":278,"displayName":279,"installMethods":280,"rationale":281,"selectedPaths":282,"source":286,"sourceLanguage":18,"type":287},"","Better Auth skills","better-auth-agent-skills",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[283],{"path":284,"priority":285},".claude-plugin/marketplace.json","mandatory","rule","marketplace",{"basePath":277,"description":289,"displayName":290,"installMethods":291,"rationale":292,"selectedPaths":293,"source":286,"sourceLanguage":18,"type":294},"Create and update auth layer for JavaScript/TypeScript projects","auth-skills",{"claudeCode":259},"inline plugin source from marketplace.json at /",[],"plugin",{"basePath":258,"description":296,"displayName":258,"installMethods":297,"rationale":298,"selectedPaths":299,"source":286,"sourceLanguage":18,"type":294},"Better Auth development plugin for Claude",{"claudeCode":258},"plugin manifest at better-auth/.claude-plugin/plugin.json",[300,302,305],{"path":301,"priority":285},".claude-plugin/plugin.json",{"path":303,"priority":304},"commands/explain-error.md","high",{"path":306,"priority":304},"commands/providers.md",{"basePath":308,"description":309,"displayName":310,"installMethods":311,"rationale":312,"selectedPaths":313,"source":286,"sourceLanguage":18,"type":260},"better-auth/best-practices","Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.","better-auth-best-practices",{"claudeCode":12},"SKILL.md frontmatter at better-auth/best-practices/SKILL.md",[314],{"path":315,"priority":285},"SKILL.md",{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":286,"sourceLanguage":18,"type":260},"better-auth/create-auth","Scaffold and implement authentication in TypeScript/JavaScript apps using Better Auth. Detect frameworks, configure database adapters, set up route handlers, add OAuth providers, and create auth UI pages. Use when users want to add login, sign-up, or authentication to a new or existing project with Better Auth.","create-auth-skill",{"claudeCode":12},"SKILL.md frontmatter at better-auth/create-auth/SKILL.md",[323],{"path":315,"priority":285},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":286,"sourceLanguage":18,"type":260},"better-auth/emailAndPassword","Configure email verification, implement password reset flows, set password policies, and customise hashing algorithms for Better Auth email/password authentication. Use when users need to set up login, sign-in, sign-up, credential authentication, or password security with Better Auth.","email-and-password-best-practices",{"claudeCode":12},"SKILL.md frontmatter at better-auth/emailAndPassword/SKILL.md",[331],{"path":315,"priority":285},{"basePath":257,"description":10,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":286,"sourceLanguage":18,"type":260},"organization-best-practices",{"claudeCode":12},"SKILL.md frontmatter at better-auth/organization/SKILL.md",[337],{"path":315,"priority":285},{"basePath":339,"description":340,"displayName":341,"installMethods":342,"rationale":343,"selectedPaths":344,"source":286,"sourceLanguage":18,"type":260},"better-auth/twoFactor","Configure TOTP authenticator apps, send OTP codes via email/SMS, manage backup codes, handle trusted devices, and implement 2FA sign-in flows using Better Auth's twoFactor plugin. Use when users need MFA, multi-factor authentication, authenticator setup, or login security with Better Auth.","two-factor-authentication-best-practices",{"claudeCode":12},"SKILL.md frontmatter at better-auth/twoFactor/SKILL.md",[345],{"path":315,"priority":285},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"rationale":351,"selectedPaths":352,"source":286,"sourceLanguage":18,"type":260},"security","Configure rate limiting, manage auth secrets, set up CSRF protection, define trusted origins, secure sessions and cookies, encrypt OAuth tokens, track IP addresses, and implement audit logging for Better Auth. Use when users need to secure their auth setup, prevent brute force attacks, or harden a Better Auth deployment.","better-auth-security-best-practices",{"claudeCode":12},"SKILL.md frontmatter at security/SKILL.MD",[353],{"path":315,"priority":285},{"sources":355},[356],"manual",{"closedIssues90d":8,"description":277,"forks":248,"openIssues90d":249,"pushedAt":250,"readmeSize":8,"stars":251,"topics":358},[],{"classifiedAt":360,"discoverAt":361,"extractAt":362,"githubAt":362,"updatedAt":360},1778682977605,1778682973360,1778682975596,[227,222,224,226,223,225],{"evaluatedAt":255,"extractAt":365,"updatedAt":255},1778682977877,[],[368,397,426,450,484,513],{"_creationTime":369,"_id":370,"community":371,"display":372,"identity":378,"providers":382,"relations":390,"tags":393,"workflow":394},1778693180473.1323,"k1707xx6eh2g1gjshp1tewykxx86m05s",{"reviewCount":8},{"description":373,"installMethods":374,"name":376,"sourceUrl":377},"Helps users find the right Azure RBAC role for an identity with least privilege access, then generate CLI commands and Bicep code to assign it. Also provides guidance on permissions required to grant roles. WHEN: bicep for role assignment, what role should I assign, least privilege role, RBAC role for, role to read blobs, role for managed identity, custom role definition, assign role to identity, what role do I need to grant access, permissions to assign roles.",{"claudeCode":375},"microsoft/agent-skills","azure-rbac","https://github.com/microsoft/agent-skills",{"basePath":379,"githubOwner":380,"githubRepo":381,"locale":18,"slug":376,"type":260},".github/plugins/azure-skills/skills/azure-rbac","microsoft","agent-skills",{"evaluate":383,"extract":389},{"promptVersionExtension":215,"promptVersionScoring":216,"score":384,"tags":385,"targetMarket":228,"tier":229},88,[386,223,387,388,226],"azure","cli","bicep",{"commitSha":267},{"parentExtensionId":391,"repoId":392},"k17934axs3g4g0b9056mbcsz0986m02a","kd77czgnv00rfjm815pcc5xx5986n5t8",[386,388,387,226,223],{"evaluatedAt":395,"extractAt":396,"updatedAt":395},1778696455555,1778693180473,{"_creationTime":398,"_id":399,"community":400,"display":401,"identity":407,"providers":412,"relations":420,"tags":422,"workflow":423},1778683190010.2686,"k17e0pxshx8wywfr6sxm59k68586nv53",{"reviewCount":8},{"description":402,"installMethods":403,"name":405,"sourceUrl":406},"Vercel security and access controls including RBAC, SSO, deployment protection, firewall, bot defense, audit logs, and 2FA. Use when securing Vercel projects or managing access.",{"claudeCode":404},"bobmatnyc/claude-mpm-skills","Vercel Security Access","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":408,"githubOwner":409,"githubRepo":410,"locale":18,"slug":411,"type":260},"toolchains/platforms/deployment/vercel-security-access","bobmatnyc","claude-mpm-skills","vercel-security-access",{"evaluate":413,"extract":418},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":414,"targetMarket":228,"tier":229},[415,347,227,223,416,417],"vercel","sso","deployment-protection",{"commitSha":267,"license":419},"MIT",{"repoId":421},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[227,417,223,347,416,415],{"evaluatedAt":424,"extractAt":425,"updatedAt":424},1778684799946,1778683190010,{"_creationTime":427,"_id":428,"community":429,"display":430,"identity":434,"providers":436,"relations":446,"tags":447,"workflow":448},1778683190010.2666,"k172cjddfv0na0hpr9vk4hktas86m2ex",{"reviewCount":8},{"description":431,"installMethods":432,"name":433,"sourceUrl":406},"DigitalOcean Teams and Organizations for billing, access control, roles, and membership. Use when managing team structure, permissions, and organization-wide billing on DigitalOcean.",{"claudeCode":404},"digitalocean-teams",{"basePath":435,"githubOwner":409,"githubRepo":410,"locale":18,"slug":433,"type":260},"toolchains/platforms/deployment/digitalocean-teams",{"evaluate":437,"extract":445},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":438,"targetMarket":228,"tier":444},[439,440,441,442,227,443,225],"digitalocean","cloud","management","billing","organizations","flagged",{"commitSha":267},{"repoId":421},[227,442,440,439,441,443,225],{"evaluatedAt":449,"extractAt":425,"updatedAt":449},1778684633882,{"_creationTime":451,"_id":452,"community":453,"display":454,"identity":460,"providers":465,"relations":475,"tags":479,"workflow":480},1778694990914.8232,"k170mmr549jkqghjyp3y2gxcr186nh6y",{"reviewCount":8},{"description":455,"installMethods":456,"name":458,"sourceUrl":459},"用于身份验证、用户注册、登录、密码恢复、OAuth 提供商、基于角色的访问控制或保护路由和函数。始终使用 `@netlify/identity`。切勿使用 `netlify-identity-widget` 或 `gotrue-js` — 它们已弃用。",{"claudeCode":457},"netlify/context-and-tools","netlify-identity","https://github.com/netlify/context-and-tools",{"basePath":461,"githubOwner":462,"githubRepo":463,"locale":464,"slug":458,"type":260},"skills/netlify-identity","netlify","context-and-tools","zh-CN",{"evaluate":466,"extract":474},{"promptVersionExtension":215,"promptVersionScoring":216,"score":467,"tags":468,"targetMarket":228,"tier":473},100,[222,462,469,470,471,472],"identity","javascript","typescript","api","verified",{"commitSha":267},{"parentExtensionId":476,"repoId":477,"translatedFrom":478},"k1714spp30a0rvg5y3yjga772n86nmps","kd7b1ncy2zzzfws29grdt8heb986ntzq","k17f1596a2t00btq1hfksssg0s86n6ej",[472,222,469,470,462,471],{"evaluatedAt":481,"extractAt":482,"updatedAt":483},1778694839805,1778694599571,1778694990914,{"_creationTime":485,"_id":486,"community":487,"display":488,"identity":494,"providers":497,"relations":504,"tags":508,"workflow":509},1778694392532.535,"k17eqx1548qq4twnvaeg3h866d86nqem",{"reviewCount":8},{"description":489,"installMethods":490,"name":492,"sourceUrl":493},"指导用户配置关键的 MongoDB MCP 服务器选项。当用户已安装 MongoDB MCP 服务器但未配置必需的环境变量，或当他们询问连接到 MongoDB/Atlas 但未设置凭据时，请使用此技能。",{"claudeCode":491},"mongodb/agent-skills","mongodb-mcp-setup","https://github.com/mongodb/agent-skills",{"basePath":495,"githubOwner":496,"githubRepo":381,"locale":464,"slug":492,"type":260},"skills/mongodb-mcp-setup","mongodb",{"evaluate":498,"extract":503},{"promptVersionExtension":215,"promptVersionScoring":216,"score":467,"tags":499,"targetMarket":228,"tier":473},[496,500,501,502,222,387],"mcp","configuration","setup",{"commitSha":267},{"parentExtensionId":505,"repoId":506,"translatedFrom":507},"k170hje3xzpy2mbkn00agzm38x86mkbz","kd74vahs1zbjqzqbert490xyrd86nfv5","k1798fc1hmtx3bmdgwyn3fet2d86mzt5",[222,387,501,500,496,502],{"evaluatedAt":510,"extractAt":511,"updatedAt":512},1778694262565,1778694149049,1778694392532,{"_creationTime":514,"_id":515,"community":516,"display":517,"identity":523,"providers":527,"relations":535,"tags":538,"workflow":539},1778682677410.0369,"k172a96fyh4jrhrb5qc6tfrbp986nrey",{"reviewCount":8},{"description":518,"installMethods":519,"name":521,"sourceUrl":522},"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":520},"auth0/agent-skills","Auth0 Express OAuth2 JWT Bearer","https://github.com/auth0/agent-skills",{"basePath":524,"githubOwner":525,"githubRepo":381,"locale":18,"slug":526,"type":260},"plugins/auth0/skills/express-oauth2-jwt-bearer","auth0","express-oauth2-jwt-bearer",{"evaluate":528,"extract":533},{"promptVersionExtension":215,"promptVersionScoring":216,"score":467,"tags":529,"targetMarket":228,"tier":473},[525,530,222,531,532,347,472],"jwt","express","nodejs",{"commitSha":267,"license":534},"Apache-2.0",{"parentExtensionId":536,"repoId":537},"k17b52m0t4j5ryyvea95kdqqr186nk9e","kd7d2wx4927yddhxgfpzw6t10x86m349",[472,525,222,531,530,532,347],{"evaluatedAt":540,"extractAt":541,"updatedAt":540},1778683411304,1778682677410]