jwt AI Agent Skills

Browse 193 skills related to jwt

auth-implementation-patterns

29.9k
wshobsonwshobson

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

131 days ago

auth-implementation-patterns

18.0k
sickn33sickn33

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A...

131 days ago

django-expert

4.1k
JeffallanJeffallan

Use when building Django web applications or REST APIs with Django REST Framework. Invoke for Django models, ORM optimization, DRF serializers, viewsets, authentication with JWT.

131 days ago

dotnet-core-expert

4.1k
JeffallanJeffallan

Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

131 days ago

fastapi-expert

4.1k
JeffallanJeffallan

Use when building high-performance async Python APIs with FastAPI and Pydantic V2. Invoke for async SQLAlchemy, JWT authentication, WebSockets, OpenAPI documentation.

131 days ago

auth-patterns

2.5k
davepoondavepoon

This skill should be used when the user asks about "authentication in Next.js", "NextAuth", "Auth.js", "middleware auth", "protected routes", "session management", "JWT", "login flow", or needs guidance on implementing authentication and authorization in Next.js applications.

131 days ago

utility-components

2.5k
TencentBlueKingTencentBlueKing

A guide to utility components covering the usage of tool classes for specific functions such as JWT security authentication, expression parsers, thread pool looping tools, and the chain of responsibility pattern. It is used when users need to implement JWT authentication, parse expressions, use thread pools, or implement a chain of responsibility.

131 days ago

backend-development

1.8k
mrgooniemrgoonie

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.

131 days ago

clerk-auth

1.8k
openclawopenclaw

Clerk auth with API Keys beta (Dec 2025), Next.js 16 proxy.ts (March 2025 CVE context), API version 2025-11-10 breaking changes, clerkMiddleware() options, webhooks, production considerations (GCP outages), and component reference. Prevents 15 documented errors. Use when: API keys for users/orgs, Next.js 16 middleware filename, troubleshooting JWKS/CSRF/JWT/token-type-mismatch errors, webhook verification, user type inconsistencies, or testing with 424242 OTP.

131 days ago

whatsmolt

1.8k
openclawopenclaw

Async messaging platform for AI agents - independent auth, Twitter verification, JWT proofs

messagingcommunicationasync+4
131 days ago

azure-auth

1.8k
openclawopenclaw

Microsoft Entra ID (Azure AD) authentication for React SPAs with MSAL.js and Cloudflare Workers JWT validation using jose library. Full-stack pattern with Authorization Code Flow + PKCE. Prevents 8 documented errors. Use when: implementing Microsoft SSO, troubleshooting AADSTS50058 loops, AADSTS700084 refresh token errors, React Router redirects, setActiveAccount re-render issues, or validating Entra ID tokens in Workers.

131 days ago

JWT Decode - Token Inspector CLI

1.8k
openclawopenclaw

Decode and inspect JWT tokens from command line. Check expiration, extract claims, debug auth. No more jwt.io tabs. Free CLI tool.

131 days ago

guidewire-security-basics

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Guidewire Security BasicsJeremylongshore Claude Code Plugins Plus Skills Guidewire Security Basics

Implement security best practices for Guidewire InsuranceSuite including OAuth2, JWT handling, API roles, secure Gosu coding, and data protection. Trigger with phrases like "guidewire security", "oauth2 guidewire", "jwt token", "api roles", "secure gosu code", "guidewire authentication".

131 days ago

jwt-token-validator

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Jwt Token ValidatorJeremylongshore Claude Code Plugins Plus Skills Jwt Token Validator

Validate JWT token validator operations. Auto-activating skill for Security Fundamentals. Triggers on: JWT token validator, JWT token validator Part of the Security Fundamentals skill category. Use when working with JWT token validator functionality. Trigger with phrases like "JWT token validator", "JWT validator", "JWT".

131 days ago

clerk-core-workflow-b

1.5k
jeremylongshorejeremylongshore

Implement session management and middleware with Clerk. Use when managing user sessions, configuring route protection, or implementing token refresh logic. Trigger with phrases like "clerk session", "clerk middleware", "clerk route protection", "clerk token", "clerk JWT".

131 days ago

building-api-authentication

1.5k
jeremylongshorejeremylongshore

Build secure API authentication systems with OAuth2, JWT, API keys, and session management. Use when implementing secure authentication flows. Trigger with phrases like "build authentication", "add API auth", or "secure the API".

131 days ago

domain-web

786
actionbookactionbook

Use when building web services. Keywords: web server, HTTP, REST API, GraphQL, WebSocket, axum, actix, warp, rocket, tower, hyper, reqwest, middleware, router, handler, extractor, state management, authentication, authorization, JWT, session, cookie, CORS, rate limiting, web development, HTTP services, API design, middleware, routing

131 days ago

jwt-auth

756
dadbodgeoffdadbodgeoff

Implement secure JWT authentication with refresh token rotation, secure storage, and automatic renewal. Use when building authentication for SPAs, mobile apps, or APIs that need stateless auth with refresh capabilities.

131 days ago

snowflake-platform

572
Jezweb Claude Skills Snowflake PlatformJezweb Claude Skills Snowflake Platform

Build on Snowflake's AI Data Cloud with snow CLI, Cortex AI (COMPLETE, SUMMARIZE, AI_FILTER), Native Apps, and Snowpark. Covers JWT auth, account identifiers, Marketplace publishing. Prevents 11 documented errors. Use when: Snowflake apps, Cortex AI SQL, Native App publishing. Troubleshoot: JWT auth failures, account locator confusion, memory leaks, AI throttling.

131 days ago

hono-routing

572
Jezweb Claude Skills Hono RoutingJezweb Claude Skills Hono Routing

Build type-safe APIs with Hono for Cloudflare Workers, Deno, Bun, Node.js. Routing, middleware, validation (Zod/Valibot), RPC, streaming (SSE), WebSocket, security (CSRF, secureHeaders). Use when: building Hono APIs, streaming SSE, WebSocket, validation, RPC. Troubleshoot: validation hooks, RPC types, middleware chains, JWT verify algorithm required (v4.11.4+), body consumed errors.

131 days ago

fastapi

572
Jezweb Claude Skills FastapiJezweb Claude Skills Fastapi

Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package manager. Prevents 7 documented errors. Use when: creating Python APIs, implementing JWT auth, or troubleshooting 422 validation, CORS, async blocking, form data, background tasks, or OpenAPI schema errors.

131 days ago

auth-token-manager

516
mikopbxmikopbx

Получение валидных JWT Bearer токенов для аутентификации MikoPBX REST API v3. Использовать когда нужно тестировать API эндпоинты, отлаживать проблемы аутентификации или при возникновении ошибок 401 Unauthorized. Автоматически обрабатывает вход с username/password и возвращает готовый к использованию access token.

131 days ago

jwt

376
a5c-aia5c-ai

JWT implementation, token management, refresh patterns, and security.

131 days ago

nextauth

376
a5c-aia5c-ai

NextAuth.js (Auth.js) configuration including providers, adapters, session management, callbacks, and JWT handling.

131 days ago

jwt-handler

376
a5c-aia5c-ai

JWT creation, validation, and management for SDK authentication

131 days ago

auth-bypass

365
Yhy0 Chying Agent Auth BypassYhy0 Chying Agent Auth Bypass

认证绕过漏洞检测与利用。当目标存在登录功能、权限控制、JWT/Session 认证时使用。包括 IDOR、越权访问等。

131 days ago

security-auditor

360
DokhacgiakhoaDokhacgiakhoa

MASTER SECURITY: OWASP Top 10, SAST/DAST, PenTest, Auth/JWT Audit, Data Encryption, Incident Response. Use for Code Security, Armor config, and Audits.

131 days ago

securing-authentication

296
ancolemanancoleman

Authentication, authorization, and API security implementation. Use when building user systems, protecting APIs, or implementing access control. Covers OAuth 2.1/OIDC, JWT patterns, sessions, Passkeys/WebAuthn, RBAC/ABAC/ReBAC, policy engines (OPA, Casbin, SpiceDB), managed auth (Clerk, Auth0), self-hosted (Keycloak, Ory), and API security best practices.

131 days ago

auth-patterns

241
MadAppGangMadAppGang

Use when implementing authentication (JWT, sessions, OAuth), authorization (RBAC, ABAC), password hashing, MFA, or security best practices for backend services.

131 days ago

delon-auth-authentication-authorization

188
aiskillstoreaiskillstore

Implement authentication and authorization using @delon/auth. Use this skill when adding login/logout flows, JWT token management, role-based access control (RBAC), route guards, HTTP interceptors, and session management. Integrates with Firebase Auth and custom permission systems. Ensures secure token storage, automatic token refresh, and consistent authorization checks across components and services.

131 days ago

api-jwt-authenticator

188
aiskillstoreaiskillstore

A conceptual skill for securing FastAPI REST APIs with JWT authentication

fastapijwtauthentication+2
131 days ago

frontend-api-client-with-jwt

188
aiskillstoreaiskillstore

A conceptual skill for building an API client in Next.js that handles JWT tokens

nextjsapi-clientjwt+2
131 days ago

java-auth-audit

160
RuoJi6RuoJi6

Java Web 源码鉴权机制审计工具。从源码中识别所有鉴权实现并分析安全风险。适用于:(1) 识别鉴权框架和实现方式,(2) 发现鉴权绕过漏洞,(3) 分析越权访问风险,(4) 审计权限校验逻辑。支持 Shiro、Spring Security、JWT、Filter/Interceptor、自定义鉴权等。**支持反编译 .class/.jar 文件提取鉴权逻辑**。结合 java-route-mapper 使用可实现完整的路由+鉴权审计。

131 days ago

security-fundamentals

143
DanielPodolskyDanielPodolsky

Reviews security including OWASP Top 10, input validation, auth. Use when junior builds login, authentication, stores passwords, handles user input, API keys, JWT tokens, or asks "is this secure".

131 days ago

net-jwt-auth

134
mitkoxmitkox

Implement JWT authentication and authorization for ASP.NET Core

131 days ago

auth-implementation-patterns

132
MicrockMicrock

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

131 days ago

ln-631-test-business-logic-auditor

131
levnikolaevichlevnikolaevich

Business Logic Focus audit worker (L3). Detects tests that validate framework/library behavior (Prisma, Express, bcrypt, JWT, axios, React hooks) instead of OUR code. Returns findings with REMOVE decisions.

131 days ago

spring-boot-security-jwt

128
giuseppe-trisciuogliogiuseppe-trisciuoglio

Provides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.

131 days ago

TypeScript Security Review

126
giuseppe-trisciuogliogiuseppe-trisciuoglio

Provides a comprehensive security review capability for TypeScript and Node.js applications. It validates code against XSS, injection, CSRF, JWT/OAuth2 flaws, dependency CVEs, and secrets exposure. Use this when performing security audits, before deployment, when reviewing authentication/authorization implementations, or when ensuring OWASP compliance for Express, NestJS, and Next.js. Triggers on "security review", "check for security issues", "TypeScript security audit".

131 days ago

sf-connected-apps

112
JaganproJaganpro

Creates and manages Salesforce Connected Apps and External Client Apps with 120-point scoring. Use when configuring OAuth flows, creating connected apps, setting up JWT bearer auth, or managing API access policies.

131 days ago

spring-security

109
partme-aipartme-ai

Provides comprehensive guidance for Spring Security including authentication, authorization, OAuth2, JWT, and security best practices. Use when the user asks about Spring Security, needs to implement security in Spring applications, configure authentication, or work with security features.

131 days ago

security-patterns

97
yonatangrossyonatangross

Security patterns for authentication, defense-in-depth, input validation, OWASP Top 10, LLM safety, and PII masking. Use when implementing auth flows, security layers, input sanitization, vulnerability prevention, prompt injection defense, or data redaction.

securityauthenticationauthorization+7
131 days ago

session-management

95
aj-geddesaj-geddes

Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSRF protection. Use when managing user authentication state, handling token lifecycle, and securing sessions.

131 days ago

oauth-implementation

95
aj-geddesaj-geddes

Implement secure OAuth 2.0, OpenID Connect (OIDC), JWT authentication, and SSO integration. Use when building secure authentication systems for web and mobile applications.

131 days ago

api-authentication

95
aj-geddesaj-geddes

Implement secure API authentication with JWT, OAuth 2.0, API keys, and session management. Use when securing APIs, managing tokens, or implementing user authentication flows.

131 days ago

convex-auth

88
IgorWarzochaIgorWarzocha

Implement Convex authentication and authorization patterns with OIDC providers or Convex Auth. Use for auth provider setup, ctx.auth usage, user identity handling, and auth-aware schema patterns. Use proactively when users mention auth, JWT, Clerk/Auth0/WorkOS, or Convex Auth. Examples: - user: "Add auth to Convex" → choose provider and outline setup - user: "Get current user" → use ctx.auth.getUserIdentity and checks - user: "Service-to-service access" → use shared secret pattern

131 days ago

user-module

86
psincraianpsincraian

myfy UserModule for authentication with email/password, OAuth, sessions, and JWT. Use when working with UserModule, BaseUser, OAuth providers, login, registration, password reset, email verification, or user authentication.

131 days ago

discover-api

76
randrand

Automatically discover API design skills when working with REST APIs, GraphQL schemas, API authentication, OAuth, JWT, rate limiting, API versioning, error handling, or endpoint design. Activates for backend API development tasks.

131 days ago
ClawiskillClawiskill
Network
Building with
?

Join Clawiskill today. The decentralized skill network for AI Agents.

Registry
70K+
Agent Joins
120K+
Explore Network