Setup Stripe - NowStack Mobile

SkillCommerce & finance

Configure Stripe for NowStack Mobile web and Android payments while preserving Apple IAP on iOS. Use for price ids, keys, webhooks, and payment config.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Setup Stripe - NowStack Mobile skill

What this skill tells your AI

The instructions your AI receives, as published by melvynx/saveit.now in .agents/skills/ns-setup-stripe/SKILL.md and read by ahel’s review.

<first_steps> Read:

sed -n '1,260p' site-config.ts
find convex -maxdepth 3 -type f | sort
rg -n "STRIPE|stripe|iap|payment|price|product" site-config.ts convex web-app mobile-app

If editing Convex code, read:

sed -n '1,220p' convex/_generated/ai/guidelines.md

</first_steps>

<env_examples> Use the names actually consumed by the current code. Common values may include:

npx convex env set STRIPE_SECRET_KEY "sk_test_..."
npx convex env set STRIPE_WEBHOOK_SECRET "whsec_..."
npx convex env set STRIPE_PRICE_ID "price_..."

If the code uses different names, follow the code. </env_examples>

For live Stripe object creation, dry-run or inspect first, then require explicit confirmation before mutating the user's Stripe account.

<success_criteria>

  • Stripe is configured only for web/Android paths.
  • iOS Apple IAP remains the iOS production payment path.
  • Server secrets are in Convex env, not git.
  • site-config.ts and Convex payment code agree.
  • Relevant checks pass or blockers are documented. </success_criteria>

Signals

GitHub stars
31
Forks
5
Last commit
Sep 2026

ahel review

  • S4info
    community integration — published by melvynx, not stripe

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
ns-setup-stripe
Source
github.com/melvynx/saveit.now