Skip to content

Instantly share code, notes, and snippets.

@grandeand
grandeand / index.ts
Created March 1, 2026 02:06
OpenClaw Google Antigravity Auth Plugin (v2026.2.22 source)
import { createHash, randomBytes } from "node:crypto";
import { createServer } from "node:http";
import {
buildOauthProviderAuthResult,
emptyPluginConfigSchema,
isWSL2Sync,
type OpenClawPluginApi,
type ProviderAuthContext,
} from "openclaw/plugin-sdk";