Skip to content
Skillv1.0.0

leak

Stripe health monitor. Spec: the Build Leak plan (`build_leak_e855f005.plan.md`).

by auxon(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from auxon/leak (AGENTS.md). Install upstream with npx skills add auxon/leak. Copyright stays with the author.

Leak

Stripe health monitor. Spec: the Build Leak plan (build_leak_e855f005.plan.md).

  • Public URL: https://entangleit.com/leak/
  • Worker strips /leak then serves /api/* or static assets
  • Restricted customer keys only (rk_), never sk_
  • Do not log customer keys
  • Cookie: leak_session, Path=/leak
  • Copy billing/auth patterns from /Users/rah/ASLTutor/apps/billing

Production secrets (from /Users/rah/leak):

npx wrangler secret put STRIPE_SECRET_KEY
npx wrangler secret put RESEND_API_KEY

Use a restricted key for Leak’s own billing (Checkout + portal + webhook). The platform webhook is https://entangleit.com/leak/api/stripe/webhook.

Do not expand into Connect, Slack, Shopify, or yearly plans unless asked.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/auxon-leak-leak/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

auxon-leak-leak.ocm.jsonjson
{
  "ocm": "1",
  "id": "auxon-leak-leak",
  "kind": "skill",
  "name": "leak",
  "description": "Stripe health monitor. Spec: the Build Leak plan (`build_leak_e855f005.plan.md`).",
  "publisher": "auxon",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Stripe health monitor. Spec: the Build Leak plan (`build_leak_e855f005.plan.md`)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/auxon/leak",
      "path": "AGENTS.md",
      "ref": "e4434217289ae559449ff6f02e2b3c066d468253",
      "url": "https://github.com/auxon/leak/blob/e4434217289ae559449ff6f02e2b3c066d468253/AGENTS.md",
      "key": "auxon/leak/AGENTS.md"
    }
  },
  "instructions": "# Leak\n\nStripe health monitor. Spec: the Build Leak plan (`build_leak_e855f005.plan.md`).\n\n- Public URL: `https://entangleit.com/leak/`\n- Worker strips `/leak` then serves `/api/*` or static assets\n- Restricted customer keys only (`rk_`), never `sk_`\n- Do not log customer keys\n- Cookie: `leak_session`, Path=`/leak`\n- Copy billing/auth patterns from `/Users/rah/ASLTutor/apps/billing`\n\nProduction secrets (from `/Users/rah/leak`):\n\n```\nnpx wrangler secret put STRIPE_SECRET_KEY\nnpx wrangler secret put RESEND_API_KEY\n```\n\nUse a restricted key for Leak’s own billing (Checkout + portal + webhook). Th",
  "cost": {
    "context_tokens": 186
  }
}

Fetch it by URL: GET /api/v1/registry/auxon-leak-leak/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.