gainforest-oauth-setup이란?
Gainforest-sdk-nextjs를 사용하여 Next.js 앱 라우터 애플리케이션에서 ATProto OAuth 인증을 구현합니다. GainForest, Hypercerts 또는 ATProto PDS(climateai.org, Gainforest.id)와 통합되는 로그인, 로그아웃, 세션 관리 또는 인증 흐름을 추가할 때 사용합니다. 출처: gainforest/agent-skills.
Gainforest-sdk-nextjs를 사용하여 Next.js 앱 라우터 애플리케이션에서 ATProto OAuth 인증을 구현합니다. GainForest, Hypercerts 또는 ATProto PDS(climateai.org, Gainforest.id)와 통합되는 로그인, 로그아웃, 세션 관리 또는 인증 흐름을 추가할 때 사용합니다.
명령줄에서 gainforest-oauth-setup AI 스킬을 개발 환경에 빠르게 설치
출처: gainforest/agent-skills.
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. |
Gainforest-sdk-nextjs를 사용하여 Next.js 앱 라우터 애플리케이션에서 ATProto OAuth 인증을 구현합니다. GainForest, Hypercerts 또는 ATProto PDS(climateai.org, Gainforest.id)와 통합되는 로그인, 로그아웃, 세션 관리 또는 인증 흐름을 추가할 때 사용합니다. 출처: gainforest/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/gainforest/agent-skills --skill gainforest-oauth-setupGainforest-sdk-nextjs를 사용하여 Next.js 앱 라우터 애플리케이션에서 ATProto OAuth 인증을 구현합니다. GainForest, Hypercerts 또는 ATProto PDS(climateai.org, Gainforest.id)와 통합되는 로그인, 로그아웃, 세션 관리 또는 인증 흐름을 추가할 때 사용합니다. 출처: gainforest/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/gainforest/agent-skills --skill gainforest-oauth-setup 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/gainforest/agent-skills