recur-help

List available Recur skills and their usage details.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/flsteven87/three_kingdoms_strategy --skill recur-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recur-help
Source: https://github.com/flsteven87/three_kingdoms_strategy/tree/main/.agents/skills/recur-help
Command: npx skills add https://github.com/flsteven87/three_kingdoms_strategy --skill recur-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps users quickly identify and understand all available Recur skills and how to use them, reducing discovery time and guesswork.

Core Features & Use Cases

  • recur-quickstart: Quick start for Recur integration (install SDK, configure API keys, RecurProvider)
  • recur-checkout: Implement checkout flows (modal, embedded, redirect) with appropriate handling
  • recur-webhooks: Set up webhook handlers to receive payment notifications with validation
  • recur-entitlements: Enforce paywalls and entitlements across frontend and backend
  • recur-portal: Provide a customer self-service portal for subscription management and billing

Quick Start

Start by using the quickstart trigger to learn about each skill and begin integration with the Recur SDK.

Frequently Asked Questions about recur-help

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

FAQPage Schema
How do I integrate Recur checkout flows into my application?

Recur checkout integration supports modal, embedded, and redirect flows with appropriate handling. Use the recur-checkout skill to implement the specific checkout UI and transaction logic needed for your application.

What is the best way to set up Recur webhook handlers for payment notifications?

Recur webhook setup involves creating webhook handlers to receive payment notifications with validation. The recur-webhooks skill specifies the functional details and triggers needed to securely process incoming Recur payment events.

How do I enforce entitlements and paywalls across frontend and backend with Recur?

Recur entitlements enforcement applies paywall logic across both frontend and backend environments. The recur-entitlements skill details triggers and use cases for restricting access based on subscription status.

Can I provide a customer self-service portal for Recur subscription management?

Recur supports a customer self-service portal for subscription management and billing. The recur-portal skill outlines the intended use cases and setup scenarios for allowing users to manage their own billing.

What do I need to start integrating the Recur SDK and configuring API keys?

Recur quickstart integration requires installing the SDK, configuring API keys, and setting up the RecurProvider. The recur-quickstart skill provides a concise quick-start guide to begin this initial setup process.