โ† All skills
Tencent SkillHub ยท Developer Tools

Batter Auth Complete Documentation

Complete Better Auth documentation in markdown format. Use when implementing authentication in TypeScript projects - covers OAuth providers (Google, GitHub, etc.), email/password, passkeys, 2FA, session management, database adapters (Prisma, Drizzle), and framework integrations (Next.js, SvelteKit, etc.).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Complete Better Auth documentation in markdown format. Use when implementing authentication in TypeScript projects - covers OAuth providers (Google, GitHub, etc.), email/password, passkeys, 2FA, session management, database adapters (Prisma, Drizzle), and framework integrations (Next.js, SvelteKit, etc.).

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/comparison.mdx, references/basic-usage.mdx, references/introduction.mdx, references/installation.mdx

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.4.18

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Better Auth Documentation

Complete Better Auth documentation embedded in markdown. Read from references/ to answer questions about authentication implementation, OAuth setup, database configuration, and framework integration.

Documentation Structure

All documentation is in references/ organized by topic:

Core Documentation

Getting Started references/introduction.mdx - What is Better Auth references/installation.mdx - Setup guide references/basic-usage.mdx - Authentication basics references/comparison.mdx - vs other auth libraries Authentication Methods (references/authentication/) OAuth providers and authentication strategies: google.mdx - Google OAuth github.mdx - GitHub OAuth microsoft.mdx - Microsoft/Azure AD apple.mdx - Apple Sign In discord.mdx, facebook.mdx, twitter.mdx, etc. email-password.mdx - Email & password auth magic-link.mdx - Passwordless magic links passkey.mdx - WebAuthn passkeys Database Adapters (references/adapters/) prisma.mdx - Prisma ORM drizzle.mdx - Drizzle ORM kysely.mdx - Kysely mongodb.mdx - MongoDB pg.mdx - node-postgres Concepts (references/concepts/) Core authentication concepts: session.mdx - Session management oauth.mdx - OAuth flow database.mdx - Database schema rate-limit.mdx - Rate limiting middleware.mdx - Auth middleware cookies.mdx - Cookie handling Plugins (references/plugins/) Extension features: two-factor.mdx - 2FA/TOTP passkey.mdx - WebAuthn/passkeys email-verification.mdx - Email verification magic-link.mdx - Magic link auth organization.mdx - Organizations & teams multi-session.mdx - Multiple sessions anonymous.mdx - Anonymous users Integrations (references/integrations/) Framework-specific guides: next-js.mdx - Next.js integration sveltekit.mdx - SvelteKit astro.mdx - Astro solid-start.mdx - SolidStart Examples (references/examples/) Working examples: next-js.mdx - Complete Next.js example sveltekit.mdx - SvelteKit example Guides (references/guides/) How-to guides: custom-session.mdx - Custom session handling testing.mdx - Testing auth flows deployment.mdx - Production deployment API Reference (references/reference/) Complete API documentation.

Common Tasks

TaskFile to ReadInitial setupreferences/installation.mdxEmail & password authreferences/authentication/email-password.mdxGoogle OAuthreferences/authentication/google.mdxGitHub OAuthreferences/authentication/github.mdxSetup with Prismareferences/adapters/prisma.mdxSetup with Drizzlereferences/adapters/drizzle.mdxSession managementreferences/concepts/session.mdxAdd 2FAreferences/plugins/two-factor.mdxAdd passkeysreferences/plugins/passkey.mdxNext.js integrationreferences/integrations/next-js.mdxOrganizations/teamsreferences/plugins/organization.mdxRate limitingreferences/concepts/rate-limit.mdx

When to Use This Skill

Implementing authentication in a TypeScript project Setting up OAuth providers (Google, GitHub, Microsoft, etc.) Configuring database adapters (Prisma, Drizzle, etc.) Adding 2FA, passkeys, or magic links Managing sessions and cookies Integrating with Next.js, SvelteKit, or other frameworks Questions about auth patterns and best practices

How to Navigate

Start with references/introduction.mdx for overview For setup: Read references/installation.mdx For auth methods: Browse references/authentication/ For database: Check references/adapters/ For advanced features: See references/plugins/ For framework integration: Use references/integrations/ All files are .mdx (Markdown + JSX) but readable as plain markdown.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Files2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • references/basic-usage.mdx Files
  • references/comparison.mdx Files
  • references/installation.mdx Files
  • references/introduction.mdx Files