Asi flowglad-integration

Zero-webhook billing for AI agents

install
source · Clone the upstream repo
git clone https://github.com/plurigrid/asi
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/plurigrid/asi "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/flowglad-integration" ~/.claude/skills/plurigrid-asi-flowglad-integration-38487b && rm -rf "$T"
manifest: skills/flowglad-integration/SKILL.md
source content

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

TritSkillRole
-1amp-skillValidates credit
0unified-reafferenceCoordinates state
+1flowglad-integrationGenerates 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

SDF Interleaving

This skill connects to Software Design for Flexibility (Hanson & Sussman, 2021):

Primary Chapter: 10. Adventure Game Example

Concepts: autonomous agent, game, synthesis

GF(3) Balanced Triad

flowglad-integration (−) + SDF.Ch10 (+) + [balancer] (○) = 0

Skill Trit: -1 (MINUS - verification)

Secondary Chapters

  • Ch4: Pattern Matching

Connection Pattern

Adventure games synthesize techniques. This skill integrates multiple patterns.