{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lb-better-auth-skill",
    "name": "Batter Auth Complete Documentation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/leonaaardob/lb-better-auth-skill",
    "canonicalUrl": "https://clawhub.ai/leonaaardob/lb-better-auth-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lb-better-auth-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lb-better-auth-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/comparison.mdx",
      "references/basic-usage.mdx",
      "references/introduction.mdx",
      "references/installation.mdx"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lb-better-auth-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/lb-better-auth-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/lb-better-auth-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-better-auth-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-better-auth-skill/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Better Auth Documentation",
        "body": "Complete Better Auth documentation embedded in markdown. Read from references/ to answer questions about authentication implementation, OAuth setup, database configuration, and framework integration."
      },
      {
        "title": "Documentation Structure",
        "body": "All documentation is in references/ organized by topic:"
      },
      {
        "title": "Core Documentation",
        "body": "Getting Started\n\nreferences/introduction.mdx - What is Better Auth\nreferences/installation.mdx - Setup guide\nreferences/basic-usage.mdx - Authentication basics\nreferences/comparison.mdx - vs other auth libraries\n\nAuthentication Methods (references/authentication/)\n\nOAuth providers and authentication strategies:\n\ngoogle.mdx - Google OAuth\ngithub.mdx - GitHub OAuth\nmicrosoft.mdx - Microsoft/Azure AD\napple.mdx - Apple Sign In\ndiscord.mdx, facebook.mdx, twitter.mdx, etc.\nemail-password.mdx - Email & password auth\nmagic-link.mdx - Passwordless magic links\npasskey.mdx - WebAuthn passkeys\n\nDatabase Adapters (references/adapters/)\n\nprisma.mdx - Prisma ORM\ndrizzle.mdx - Drizzle ORM\nkysely.mdx - Kysely\nmongodb.mdx - MongoDB\npg.mdx - node-postgres\n\nConcepts (references/concepts/)\n\nCore authentication concepts:\n\nsession.mdx - Session management\noauth.mdx - OAuth flow\ndatabase.mdx - Database schema\nrate-limit.mdx - Rate limiting\nmiddleware.mdx - Auth middleware\ncookies.mdx - Cookie handling\n\nPlugins (references/plugins/)\n\nExtension features:\n\ntwo-factor.mdx - 2FA/TOTP\npasskey.mdx - WebAuthn/passkeys\nemail-verification.mdx - Email verification\nmagic-link.mdx - Magic link auth\norganization.mdx - Organizations & teams\nmulti-session.mdx - Multiple sessions\nanonymous.mdx - Anonymous users\n\nIntegrations (references/integrations/)\n\nFramework-specific guides:\n\nnext-js.mdx - Next.js integration\nsveltekit.mdx - SvelteKit\nastro.mdx - Astro\nsolid-start.mdx - SolidStart\n\nExamples (references/examples/)\n\nWorking examples:\n\nnext-js.mdx - Complete Next.js example\nsveltekit.mdx - SvelteKit example\n\nGuides (references/guides/)\n\nHow-to guides:\n\ncustom-session.mdx - Custom session handling\ntesting.mdx - Testing auth flows\ndeployment.mdx - Production deployment\n\nAPI Reference (references/reference/)\n\nComplete API documentation."
      },
      {
        "title": "Common Tasks",
        "body": "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"
      },
      {
        "title": "When to Use This Skill",
        "body": "Implementing authentication in a TypeScript project\nSetting up OAuth providers (Google, GitHub, Microsoft, etc.)\nConfiguring database adapters (Prisma, Drizzle, etc.)\nAdding 2FA, passkeys, or magic links\nManaging sessions and cookies\nIntegrating with Next.js, SvelteKit, or other frameworks\nQuestions about auth patterns and best practices"
      },
      {
        "title": "How to Navigate",
        "body": "Start with references/introduction.mdx for overview\nFor setup: Read references/installation.mdx\nFor auth methods: Browse references/authentication/\nFor database: Check references/adapters/\nFor advanced features: See references/plugins/\nFor framework integration: Use references/integrations/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
      }
    ],
    "body": "Better Auth Documentation\n\nComplete Better Auth documentation embedded in markdown. Read from references/ to answer questions about authentication implementation, OAuth setup, database configuration, and framework integration.\n\nDocumentation Structure\n\nAll documentation is in references/ organized by topic:\n\nCore Documentation\nGetting Started\nreferences/introduction.mdx - What is Better Auth\nreferences/installation.mdx - Setup guide\nreferences/basic-usage.mdx - Authentication basics\nreferences/comparison.mdx - vs other auth libraries\nAuthentication Methods (references/authentication/)\n\nOAuth providers and authentication strategies:\n\ngoogle.mdx - Google OAuth\ngithub.mdx - GitHub OAuth\nmicrosoft.mdx - Microsoft/Azure AD\napple.mdx - Apple Sign In\ndiscord.mdx, facebook.mdx, twitter.mdx, etc.\nemail-password.mdx - Email & password auth\nmagic-link.mdx - Passwordless magic links\npasskey.mdx - WebAuthn passkeys\nDatabase Adapters (references/adapters/)\nprisma.mdx - Prisma ORM\ndrizzle.mdx - Drizzle ORM\nkysely.mdx - Kysely\nmongodb.mdx - MongoDB\npg.mdx - node-postgres\nConcepts (references/concepts/)\n\nCore authentication concepts:\n\nsession.mdx - Session management\noauth.mdx - OAuth flow\ndatabase.mdx - Database schema\nrate-limit.mdx - Rate limiting\nmiddleware.mdx - Auth middleware\ncookies.mdx - Cookie handling\nPlugins (references/plugins/)\n\nExtension features:\n\ntwo-factor.mdx - 2FA/TOTP\npasskey.mdx - WebAuthn/passkeys\nemail-verification.mdx - Email verification\nmagic-link.mdx - Magic link auth\norganization.mdx - Organizations & teams\nmulti-session.mdx - Multiple sessions\nanonymous.mdx - Anonymous users\nIntegrations (references/integrations/)\n\nFramework-specific guides:\n\nnext-js.mdx - Next.js integration\nsveltekit.mdx - SvelteKit\nastro.mdx - Astro\nsolid-start.mdx - SolidStart\nExamples (references/examples/)\n\nWorking examples:\n\nnext-js.mdx - Complete Next.js example\nsveltekit.mdx - SvelteKit example\nGuides (references/guides/)\n\nHow-to guides:\n\ncustom-session.mdx - Custom session handling\ntesting.mdx - Testing auth flows\ndeployment.mdx - Production deployment\nAPI Reference (references/reference/)\n\nComplete API documentation.\n\nQuick Reference\nCommon Tasks\nTask\tFile to Read\nInitial setup\treferences/installation.mdx\nEmail & password auth\treferences/authentication/email-password.mdx\nGoogle OAuth\treferences/authentication/google.mdx\nGitHub OAuth\treferences/authentication/github.mdx\nSetup with Prisma\treferences/adapters/prisma.mdx\nSetup with Drizzle\treferences/adapters/drizzle.mdx\nSession management\treferences/concepts/session.mdx\nAdd 2FA\treferences/plugins/two-factor.mdx\nAdd passkeys\treferences/plugins/passkey.mdx\nNext.js integration\treferences/integrations/next-js.mdx\nOrganizations/teams\treferences/plugins/organization.mdx\nRate limiting\treferences/concepts/rate-limit.mdx\nWhen to Use This Skill\nImplementing authentication in a TypeScript project\nSetting up OAuth providers (Google, GitHub, Microsoft, etc.)\nConfiguring database adapters (Prisma, Drizzle, etc.)\nAdding 2FA, passkeys, or magic links\nManaging sessions and cookies\nIntegrating with Next.js, SvelteKit, or other frameworks\nQuestions about auth patterns and best practices\nHow to Navigate\nStart with references/introduction.mdx for overview\nFor setup: Read references/installation.mdx\nFor auth methods: Browse references/authentication/\nFor database: Check references/adapters/\nFor advanced features: See references/plugins/\nFor framework integration: Use references/integrations/\n\nAll files are .mdx (Markdown + JSX) but readable as plain markdown."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leonaaardob/lb-better-auth-skill",
    "publisherUrl": "https://clawhub.ai/leonaaardob/lb-better-auth-skill",
    "owner": "leonaaardob",
    "version": "1.4.18",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lb-better-auth-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/lb-better-auth-skill",
    "agentUrl": "https://openagent3.xyz/skills/lb-better-auth-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lb-better-auth-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lb-better-auth-skill/agent.md"
  }
}