Skip to main content
AI/MLplurigrid

flowglad-integration

Zero-webhook billing for AI agents

Stars
23
Source
plurigrid/asi
Updated
2026-04-26
Slug
plurigrid--asi--flowglad-integration
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/plurigrid/asi/HEAD/plugins/asi/skills/flowglad-integration/SKILL.md -o .claude/skills/flowglad-integration.md

Drops the SKILL.md into .claude/skills/flowglad-integration.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Flowglad Integration

Trit: +1 (PLUS) - Generates billing flows

Zero-webhook billing platform for AI agent subscriptions.

Overview

Resolves credit balance friction via polling-based checkout.

GF(3) Triad

Trit Skill Role
-1 amp-skill Validates credit
0 unified-reafference Coordinates state
+1 flowglad-integration Generates checkout

Patterns That Work

  • Polling-based checkout (no webhooks)
  • Usage metering via ledger
  • Multi-tenant with RLS

Patterns to Avoid

  • Webhook-dependent flows
  • Synchronous payment confirmation

Related Skills

  • amp-skill
  • unified-reafference
  • aptos-trading