insforge-integrations

insforge integrations

insforge ↓ 17k
Claude Code
View source ↗

What it does

  • Clerk — Simplest setup; JWT Template handles signing, no server code needed
  • Auth0 — Flexible; uses post-login Actions for claim injection
  • WorkOS — Enterprise-focused; AuthKit middleware + server-side JWT signing
  • Kinde — Developer-friendly; built-in token customization
  • Stytch — API-first; session-based token flow
  • OKX x402 — Onchain pay-per-use via USDG on X Layer; zero gas for the payer
  • Provider dashboard configuration (API keys, application settings, etc.)

Requirements & configuration

  • | Auth0 | Auth0 Actions + InsForge RLS | Auth0 uses a post-login Action to embed claims into the access token |
  • | Kinde | Kinde + InsForge RLS | Kinde token customization for InsForge integration |
  • Kinde — Developer-friendly; built-in token customization
  • Stytch — API-first; session-based token flow
  • Verify EIP-712 domain (name, version) against the token contract's on-chain DOMAINSEPARATOR — wrong values produce Invalid Authority errors

Configuration: PAYMENTREVOKETEXTUNIQUEDOMAIN_SEPARATORMOCK_OKX_FACILITATOR

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

insforge integrations

Source

Repository: https://github.com/insforge/agent-skills

insforge-integrations FAQ

What does the insforge-integrations skill do?

>- Use when wiring an external auth provider (Clerk, Auth0, WorkOS, Kinde, Stytch, Better Auth) into InsForge for JWT-based RLS, or when adding the OKX x402 payment facilitator for onchain pay-per-use billing. Clerk — Simplest setup; JWT Template handles signing, no server code needed Auth0 — Flexible; uses post-login Actions for claim injection

What does insforge-integrations require?

| Auth0 | Auth0 Actions + InsForge RLS | Auth0 uses a post-login Action to embed claims into the access token | | Kinde | Kinde + InsForge RLS | Kinde token customization for InsForge integration | Kinde — Developer-friendly; built-in token customization Stytch — API-first; session-based token flow Verify EIP-712 domain (name, version) against the token contract's on-chain DOMAINSEPARATOR — wrong values produce Invalid Authority errors Configuration keys: PAYMENT, REVOKE, TEXT, UNIQUE, DOMAIN_SEPARATOR, MOCK_OKX_FACILITATOR.

How do I install insforge-integrations?

Run: npx -y skills add https://github.com/insforge/agent-skills --skill insforge-integrations --agent claude-code — the source lives at github.com/insforge/agent-skills.

Maintain insforge-integrations?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

insforge-integrations on getagentictools
[![insforge-integrations on getagentictools](https://getagentictools.com/badge/skills/insforge-agent-skills-insforge-integrations.svg)](https://getagentictools.com/skills/insforge-agent-skills-insforge-integrations?ref=badge)
npx agentictools info skills/insforge-agent-skills-insforge-integrations

The second line is the CLI lookup for this page — handy in READMEs and docs.