Jump to related tools in the same category or review the original source on GitHub.

Git & GitHub @vladchatware Updated 7/20/2026 938 downloads 0 stars Security: Pass

Gumroad Analytics OpenClaw Plugin & Skill | ClawHub

Looking to integrate Gumroad Analytics into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate git & github tasks instantly, without having to write custom tools from scratch.

What this skill does

Pull daily Gumroad product/sales analytics safely (no raw PII persistence by default).

Install

ClawHub CLI
openclaw skills install @vladchatware/gumroad-analytics
Node.js (npx)
npx clawhub@latest install gumroad-analytics

Full SKILL.md

Open original
Metadata table.
namedescription
gumroad-analyticsPull daily Gumroad product/sales analytics safely (no raw PII persistence by default).

SKILL.md content below is scrollable.

Gumroad Analytics

Collect Gumroad analytics in a privacy-conscious way.

What this skill does

  • Fetches sales and products from Gumroad API
  • Produces a daily summary JSON (counts + revenue totals)
  • Does not store raw API payloads by default

Credentials

Expected file: ~/.config/gumroad/credentials.json

Example:

{
  "access_token": "YOUR_GUMROAD_ACCESS_TOKEN"
}

Harden permissions:

chmod 600 ~/.config/gumroad/credentials.json

Run

bash skills/gumroad-analytics/scripts/fetch_metrics.sh

Optional raw storage (explicit opt-in):

bash skills/gumroad-analytics/scripts/fetch_metrics.sh --store-raw

Output

Summary file (default):

  • memory/metrics/gumroad/YYYY-MM-DD-summary.json

Raw files (only with --store-raw):

  • memory/metrics/gumroad/YYYY-MM-DD-raw-sales-redacted.json
  • memory/metrics/gumroad/YYYY-MM-DD-raw-products.json

Notes

  • Sales raw output is redacted before writing (email and buyer name fields removed).
  • If you do not need raw data, avoid --store-raw.
ClawHub Registry URL: https://clawhub.ai/vladchatware/skills/gumroad-analytics

Related skills

If this matches your use case, these are close alternatives in the same category.