Surface workflow for billing in Grida — Stripe (subscriptions) + Metronome (AI credit ledger). The stable contracts: `grida_billing.*` is not REST-exposed (views/RPCs only), `fn_billing_apply_*` are the single mutation points, webhook receivers are `GRIDA-SEC-001`, BYOK is the `GRIDA-SEC-003` carve-out. Use when touching `editor/lib/billing/`, `editor/scripts/billing/`, the `grida_billing` schema, the webhook receivers, or the entitlement gate. Companion to `ee`.
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Security
2 findings: 1 critical severity, 1 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
Documented BYOK environment variables (BYOK_OPENROUTER_API_KEY / BYOK_AI_GATEWAY_API_KEY) intentionally bypass billing and the org-id sanity gate when set, creating a privileged bypass/backdoor risk if enabled on hosted or preview deployments.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill explicitly integrates with payment systems: it references Stripe for subscriptions/payment processing, a Metronome AI-credit ledger, a mutation RPC (public.fn_billing_apply_stripe_event) that is "the _only_ place Stripe-driven subscription state mutates", webhook receivers (/webhooks/stripe, /webhooks/metronome), and service functions (editor/lib/billing/metronome.ts: provisionOrg, addStripeChargedCommit, setAutoReload, ingestUsageEvent). It also includes provisioning scripts for Stripe/Metronome. These are specific billing/payment APIs and functions (not generic automation), so the skill grants direct financial execution capability.
2e0d276
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.