·gainforest-oauth-setup
!

gainforest-oauth-setup

Implement ATProto OAuth authentication in a Next.js App Router application using gainforest-sdk-nextjs. Use when adding login, logout, session management, or authentication flows that integrate with GainForest, Hypercerts, or ATProto PDSes (climateai.org, gainforest.id).

4Installs·0Trend·@gainforest

Installation

$npx skills add https://github.com/gainforest/agent-skills --skill gainforest-oauth-setup

How to Install gainforest-oauth-setup

Quickly install gainforest-oauth-setup AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/gainforest/agent-skills --skill gainforest-oauth-setup
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: gainforest/agent-skills.

SKILL.md

View raw

Step-by-step instructions for implementing ATProto OAuth in a Next.js (App Router) application using gainforest-sdk-nextjs.

These are non-obvious gotchas. Violating any of these will cause runtime failures.

| NEXTPUBLICSUPABASEURL | Yes | Your Supabase project URL | | SUPABASESERVICEROLEKEY | Yes | Server-side only. Never expose to client. | | NEXTPUBLICAPPURL | Yes | Public URL of your app. Use http://127.0.0.1:3000 for local dev (not localhost). | | OAUTHPRIVATEKEY | Yes | ES256 JWK. Generate with scripts/generate-oauth-key.js if needed. |

Implement ATProto OAuth authentication in a Next.js App Router application using gainforest-sdk-nextjs. Use when adding login, logout, session management, or authentication flows that integrate with GainForest, Hypercerts, or ATProto PDSes (climateai.org, gainforest.id). Source: gainforest/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/gainforest/agent-skills --skill gainforest-oauth-setup
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from gainforest/agent-skills

Quick answers

What is gainforest-oauth-setup?

Implement ATProto OAuth authentication in a Next.js App Router application using gainforest-sdk-nextjs. Use when adding login, logout, session management, or authentication flows that integrate with GainForest, Hypercerts, or ATProto PDSes (climateai.org, gainforest.id). Source: gainforest/agent-skills.

How do I install gainforest-oauth-setup?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gainforest/agent-skills --skill gainforest-oauth-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/gainforest/agent-skills

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-25