polar

Automate Polar resource management via the Polar CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/miketromba/screenshot-saas --skill polar-miketromba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polar
Source: https://github.com/miketromba/screenshot-saas/tree/main/.agents/skills/polar
Command: npx skills add https://github.com/miketromba/screenshot-saas --skill polar-miketromba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Polar CLI enables developers and operators to manage Polar resources from the terminal, reducing manual overhead and enabling reproducible workflows for billing, licenses, checkouts, and webhooks.

Core Features & Use Cases

  • Manage Polar resources (products, customers, subscriptions, orders, webhooks, license keys) from the command line or automation scripts.
  • Create checkouts, issue license keys, ingest events, and query usage-based billing data across multiple entities.
  • Integrate Polar operations into CI/CD pipelines and internal tooling with consistent output formats and CLI patterns.

Quick Start

Install the Polar CLI and run a basic command to list resources.

Frequently Asked Questions about polar

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

FAQPage Schema
How do I automate Polar billing and subscription management from the command line?

You can automate Polar billing and subscription management by running CLI commands to create checkouts, issue license keys, and query billing data across products and customers. This Skill wraps standard Polar CLI commands for terminal-based automation.

Can I manage Polar webhooks and license keys using terminal automation?

Yes, you can manage Polar webhooks and license keys directly from the terminal. The Skill supports creating and handling these resources through standard command-line operations, enabling reproducible automation scripts.

Do I need a Polar access token to manage resources via the command line?

Yes, you need a Polar access token to manage resources via the command line. The Skill requires the Polar CLI to be installed and authenticated using either the POLAR_ACCESS_TOKEN environment variable or a standard login flow.

How do I integrate Polar checkout creation into CI/CD pipelines?

You integrate Polar checkout creation into CI/CD pipelines by executing terminal commands within your pipeline scripts. The Skill follows standard CLI output formats, allowing consistent and reproducible billing operations across automated environments.

Can I query usage-based billing data for specific customers from the terminal?

Yes, you can query usage-based billing data for specific customers from the terminal. The Skill allows you to ingest events and query billing metrics across multiple entities, including products, customers, and subscriptions.

What are the limitations of managing Polar resources through command-line automation?

The main limitation is the dependency on the Polar CLI's installed version, as this Skill follows the CLI's standard output formats and commands. Any operational constraints or feature gaps are bound by the underlying CLI tool.