Agent skill · AI & Agents

Gumroad Automation

Automate Gumroad product management, sales tracking, license verification, and webhook subscriptions using natural language through the Composio MCP integration.

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill gumroad-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: composio-skills/gumroad-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gumroad Automation Automate your Gumroad storefront -- list products, track sales, verify licenses, and manage real-time webhooks -- all through natural language commands. **Toolkit docs:** [composio.dev/toolkits/gumroad](https://composio.dev/toolkits/gumroad) --- ## Setup 1. Add the Composio MCP server to your client configuration: ``` https://rube.app/mcp ``` 2. Connect your Gumroad account when prompted (API key authentication). 3. Start issuing natural language commands to manage your Gumroad store. --- ## Core Workflows ### 1. List All Products Retrieve every product in your authenticated Gumroad account to get product IDs for downstream operations. **Tool:** `GUMROAD_LIST_PRODUCTS` **Example prompt:** > "List all my Gumroad products" **Parameters:** None required -- returns all products for the authenticated account. --- ### 2. Track Sales with Filters Retrieve successful sales with optional filtering by email, date range, product, or pagination. **Tool:** `GUMROAD_GET_SALES` **Example prompt:** > "Show me all Gumroad sales from January 2025 for product prod_ABC123" **Key parameters:** - `after` -- ISO8601 date/time to filter sales after (e.g., `2025-01-01T00:00:00Z`) - `be

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. List All Products
  4. 2. Track Sales with Filters
  5. 3. Verify License Keys
  6. 4. Subscribe to Webhook Events
  7. 5. List Active Webhook Subscriptions
  8. Known Pitfalls
  9. Quick Reference
More from awesome-claude-skills
All skills →
About this skill
What does the Gumroad Automation skill do?

Automate Gumroad product management, sales tracking, license verification, and webhook subscriptions using natural language through the Composio MCP integration.

How do I install it?

Run `npx skills add ComposioHQ/awesome-claude-skills --skill gumroad-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going