grep-upgrade

Automate GREP subscription management with Stripe checkout sessions.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Parcha-ai/grep-research-skills --skill grep-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grep-upgrade
Source: https://github.com/Parcha-ai/grep-research-skills/tree/main/skills/grep-upgrade
Command: npx skills add https://github.com/Parcha-ai/grep-research-skills --skill grep-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Simplifies subscription management by handling waitlists, current plan status, and billing flows for GREP upgrades and plan changes.

Core Features & Use Cases

  • Plan selection and upgrades: guides users from free/waitlisted status to Pro/Ultra or Pay As You Go.
  • Billing and checkout automation: creates Stripe checkout sessions and directs users to payment completion.
  • Account activation and status checks: verifies activation after payment and updates the user's plan accordingly.

Quick Start

Run /grep-upgrade to start the upgrade flow and follow prompts to select a plan and complete the checkout.

Frequently Asked Questions about grep-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade my GREP subscription to a paid plan?

To upgrade your GREP subscription, run the `/grep-upgrade` command to select a plan and complete the checkout flow. The process checks your current plan status, generates a Stripe checkout session, and directs you to payment completion.

What does Stripe checkout automation handle for GREP plan upgrades?

Stripe checkout automation for GREP upgrades handles generating checkout sessions, directing users to payment completion, polling checkout status, and confirming plan activation. It streamlines the billing flow from plan selection through final account status verification.

Can I switch from a free GREP plan to Pay As You Go through automated checkout?

Yes, you can switch from a free GREP plan to Pay As You Go or Pro/Ultra tiers through automated checkout. The upgrade flow guides users from free or waitlisted status to their selected paid plan using Stripe checkout sessions.

Do I need a Stripe integration to manage GREP subscription billing?

Yes, Stripe integration is required to manage GREP subscription billing. The checkout automation depends on a scripts/billing.js module and Stripe integration to create checkout sessions, poll payment status, and confirm plan activation.

What happens if my GREP account is on a waitlist during a plan upgrade?

If your GREP account is on a waitlist during a plan upgrade, the automation checks your waitlist status before proceeding. It handles waitlist logic to determine eligibility and guides you through the checkout flow from your current status to plan activation.