Auth

Authentication and authorization

Showing 3241-3264 of 3382 skills
Incept5

eve-web-ui-testing-agent-browser

by Incept5

Web UI testing and browser automation with Vercel agent-browser. Use when tasks require opening pages, interacting with forms, validating UI flows, taking screenshots, extracting page data, or running repeatable browser-based checks locally or in CI.

Agents 0 5mo ago
Majncz

teya

by Majncz

Teya payment integration guide covering POSLink (cloud-based terminal integration), All-In-One (single-device Android), E-Commerce APIs (hosted checkout, payment links), and Payments Gateway. Includes decision trees, authentication patterns, test cards, and certification guidance.

API Dev 0 5mo ago
AgustinAlbonico

tauri-react-nest-lan-migration

by AgustinAlbonico

Migrar aplicaciones React + NestJS + Postgres desde web a desktop con Tauri en entornos LAN. Usar cuando se necesite planificar, implementar, verificar y preparar release con backend local en 127.0.0.1, base remota por IP fija, sidecar estable y diagnostico de logs de arranque.

Auth 0 5mo ago
leonardo-picciani

dataforseo-labs-api

by leonardo-picciani

Run SEO research workflows with DataForSEO Labs for "competitive research", "keyword ideas", and "market analysis".

API Dev 0 5mo ago
arbengine

mailbox-bot

by arbengine

Postal mail API for AI agents and software workflows. Live now: outbound physical mail plus forwarded inbound document context. Waitlist/private beta: a real mailing mailbox address with street address and box number for your agent.

API Dev 1 1mo ago
yldgio

webapp-testing

by yldgio

Toolkit for interacting with and testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturing browser screenshots, or viewing browser logs.

Auth 0 5mo ago
ray306

railrun

by ray306

Agent 经常自作主张调整复杂的流程。本 Skill 可通过向 Agent 渐进式披露每个步骤,让 Agent 只能逐步执行当前看到的步骤,以保证流程确定性。

Agents 0 2mo ago
jamelna-apps

App Store Submission Skill

by jamelna-apps

App Store Review Guidelines

Auth 0 5mo ago
InsipidPoint

checkmate

by InsipidPoint

"Focus your agent on a long-running task and keep iterating until your satisfaction criteria are met — not just a best-effort attempt. Use when you want to lock your agent into a quality loop: it converts your goal into machine-checkable criteria, spins up a worker, judges the output, feeds back gaps, and repeats until PASS or you call it done. Good for tasks where correctness matters: code that must pass tests, docs that must hit a standard, research that must be thorough, anything where 'good enough on first try' isn't acceptable. Triggers on 'checkmate: TASK', 'keep going until it passes', 'don't stop until done', 'quality loop', 'iterate until satisfied', 'judge and retry'."

Agents 0 4mo ago
CodeDraig

bitwarden

by CodeDraig

Open-source password manager with self-hosting option.

Auth 0 6mo ago
OpenDNDApps

ogt-agent-team

by OpenDNDApps

Spawn a Team Leader agent that manages multiple sub-agents working toward a common goal. Team Leader reads requirements, decomposes work, assigns personalities and tasks, manages communication between team members, tracks progress, and reports results following ogt-docs task workflow. Integrates fully with docs-first system via task signals and status tracking.

Agents 0 5mo ago
ChiragAgg5k

appwrite-typescript

by ChiragAgg5k

Appwrite TypeScript SDK skill. Use when building browser-based JavaScript/TypeScript apps, React Native mobile apps, or server-side Node.js/Deno backends with Appwrite. Covers client-side auth (email, OAuth, anonymous), database queries, file uploads, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions.

Auth 0 5mo ago
christopheraaronhogg

nehemiah-security

by christopheraaronhogg

Provides expert security analysis, vulnerability assessment, and threat modeling. Use for security reviews, OWASP analysis, auth/authorization assessment, compliance posture, or attack surface analysis. Produces consultant-style reports with prioritized remediation recommendations — does NOT write implementation code.

Auth 0 6mo ago
Sylla-BV

agent-browser

by Sylla-BV

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

Agents 0 5mo ago
CodeDraig

bestbuy

by CodeDraig

Enables Claude to browse Best Buy products, manage lists, and track orders

Auth 0 6mo ago
CodeDraig

aliexpress

by CodeDraig

Enables Claude to browse AliExpress products, manage wishlist, and track orders

Auth 0 6mo ago
beyondeth

codebase-skill

by beyondeth

"Codebase.blog auto-posting via MCPorter + OAuth. Trigger words: 자동포스팅, 자동포스팅해, 포스팅해줘, 블로그 포스팅해줘, 글 발행해줘, create post, publish post. Route rule: skill로 -> mcporter (/mcp-remote), mcp로 -> direct MCP (/mcp), ambiguous defaults to skill."

API Dev 0 5mo ago
sourceful-official

riverflow-2-partners-api

by sourceful-official

Riverflow 2.0 API integration guidance for launch partners (Replicate, Runware, OpenRouter). Use when linking to partner docs, confirming partner access, and avoiding provider-specific assumptions.

API Dev 0 5mo ago
Nomik94

security-audit

by Nomik94

프로젝트 보안 패턴, JWT 인증, RBAC, 예외 처리 레퍼런스. Use when: 로그인 구현, 인증 구현, JWT 토큰 발급, 액세스 토큰, 리프레시 토큰, Refresh Token Rotation, 토큰 블랙리스트, Redis 토큰 저장소, 권한 관리, RBAC 설정, 역할 기반 접근제어, require_roles, Role vs UserRole, 예외 처리 설계, UnauthorizedException, ForbiddenException, mappings.py, 패스워드 해싱, 비밀번호 암호화, bcrypt, HashedPassword, 보안 점검, 보안 체크리스트, 취약점 확인, OWASP, 코드 감사, CORS 설정, rate limiting, 에러 응답에 민감정보 노출. NOT for: 일반적인 HTTP 상태코드 의미, OAuth2 프로바이더 연동.

Auth 0 4mo ago
Nomik94

testing

by Nomik94

프로젝트 테스트 패턴 레퍼런스. Use when: 테스트 작성, 테스트 코드 짜기, 테스트 구조 잡기, 테스트 어떻게 써, conftest 설정, 픽스처 만들기, fixture 구성, db_session 픽스처, 도메인 유닛 테스트, 서비스 테스트, mock repository, AsyncMock, 통합 테스트, API 테스트, httpx AsyncClient, TestClient, testcontainers, 실제 PostgreSQL 테스트, 테스트 DB, 커버리지, coverage 설정, pytest 설정, asyncio_mode, 테스트 격리, 트랜잭션 롤백, 테스트별 독립. NOT for: pytest 기본 문법, assert 사용법.

API Dev 0 4mo ago
hienlh

browser-automation

by hienlh

Delegate browser automation tasks to a subagent to keep main context clean. Use this skill when you need to perform browser interactions (navigate, click, type, screenshot, etc.) without bloating the main agent's context window. Trigger phrases: "browser", "web page", "navigate to", "click on", "fill form", "screenshot", "test UI"

Auth 0 5mo ago
coco-de

Developer

by coco-de

Implements user stories, writes clean tested code, follows best practices. Trigger keywords implement story, dev story, code, implement, build feature, fix bug, write tests, code review, refactor

Auth 0 4mo ago
CodeDraig

amazon-prime-video

by CodeDraig

Stream Amazon Prime Video content, manage watchlist, and access Prime channels

Auth 0 6mo ago
brixtonpham

cloudflare-browser-rendering

by brixtonpham

Guide for implementing Cloudflare Browser Rendering - a headless browser automation API for screenshots, PDFs, web scraping, and testing. Use when automating browsers, taking screenshots, generating PDFs, scraping dynamic content, extracting structured data, or testing web applications. Supports REST API, Workers Bindings (Puppeteer/Playwright), MCP servers, and AI-powered automation. (project)

Auth 0 5mo ago