Skip to main content
Back to the directory
insforge/agent-skillsSoftware EngineeringFrontend and Design

insforge-integrations

This skill covers integrating third-party providers with InsForge. Currently two categories are supported: auth providers (RLS via JWT claims) and payment facilitators (x402 HTTP payment protocol). Each provider has its own guide under this directory.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/insforge/agent-skills --skill insforge-integrations
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, insforge-integrations has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: insforge/agent-skills. Canonical URL: https://skills.sh/insforge/agent-skills/insforge-integrations.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
This skill covers integrating third-party providers with InsForge. Currently two categories are supported: auth providers (RLS via JWT claims) and payment facilitators (x402 HTTP payment protocol). Each provider has its own guide under this directory. Auth Payment facilitators Each provider guide includes full code examples for: Refer to the specific references/ .md file for complete examples. Auth Payment facilitators (x402) Auth Payments (x402) - Provider signs or issues a JWT containing the user's ID - JWT is passed to InsForge via edgeFunctionToken in createClient() - InsForge extracts claims via request.jwt.claims in SQL - RLS policies use a requesting_user_id() function to enforce row-level security - Server returns 402 Payment Required with a JSON challenge base64-encoded in PAYMENT-REQUIRED header - Client signs an EIP-3009 authorization using the stablecoin's EIP-712 domain - Server forwards the signed payload to the facilitator's /verify + /settle endpoints - Server records the settled payment in an InsForge table with a realtime trigger for live dashboards - 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...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does insforge-integrations do?

This skill covers integrating third-party providers with InsForge. Currently two categories are supported: auth providers (RLS via JWT claims) and payment facilitators (x402 HTTP payment protocol). Each provider has its own guide under this directory.

Is insforge-integrations good?

insforge-integrations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support insforge-integrations?

insforge-integrations currently lists compatibility with Skills CLI.

Is insforge-integrations safe to install?

insforge-integrations has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to insforge-integrations?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install insforge-integrations?

Run the following command to install insforge-integrations: npx skills add https://github.com/insforge/agent-skills --skill insforge-integrations

Related skills

More from insforge/agent-skills

Related skills

Alternatives in Software Engineering