ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

sales-monitor

Keep tabs on revenue across Stripe and Gumroad without refreshing dashboards all day. Checks for new sales, calculates revenue totals, and sends alerts when money comes in. Use for sales updates, revenue summaries, new purchase alerts, or automated monitoring via cron. Works with Stripe API and Gumroad (via Maton gateway or native API). Not for refund disputes, accounting, or tax reporting — that's spreadsheet territory.

Why use this skill?

Monitor your Stripe and Gumroad revenue in real-time with OpenClaw. Automate sales tracking, get instant alerts, and stay updated without manual dashboard checks.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/crispyangles/sales-monitor
Or

What This Skill Does

The sales-monitor skill is a specialized automation tool designed to bridge the gap between financial data sources and the OpenClaw agent. By interfacing with Stripe and Gumroad APIs, this skill eliminates the need for manual dashboard monitoring. It tracks individual transactions, computes aggregated revenue, and compares current data against a local state file to isolate unique new sales. This ensures that you are notified exactly when revenue arrives without the overhead of repetitive polling. The skill is designed to run periodically via cron, making it an essential utility for founders and solo-entrepreneurs who want to stay informed of their business health in real-time.

Installation

To integrate this tool into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/crispyangles/sales-monitor Ensure that you have your Stripe secret key and Maton API configuration prepared, as the skill relies on environment variables or secure storage to authenticate these API requests.

Use Cases

  • Automated Revenue Alerts: Get pinged on your preferred notification channel the exact moment a customer completes a purchase, rather than checking metrics at the end of the day.
  • Launch Day Monitoring: Maintain a pulse on product launches without the anxiety of constant dashboard refreshing.
  • Periodic Reporting: Generate 6-hour or daily revenue summaries to keep your metrics organized without touching your financial accounts.
  • Sales Velocity Tracking: Monitor the frequency of incoming orders to identify traffic spikes or sudden changes in buyer behavior.

Example Prompts

  1. "Check my Stripe and Gumroad revenue. Have there been any new sales since the last check?"
  2. "Update my sales tracker and send a summary of the last 6 hours of revenue to my Telegram."
  3. "Run a full audit of all new sales since yesterday and print the total revenue for both Stripe and Gumroad."

Tips & Limitations

  • Safety First: The skill is designed for monitoring only. It does not possess, nor should you attempt to give it, write access to refunding, tax processing, or financial ledger management.
  • Persistence: Always maintain the sales-tracker.json file. The skill relies on this file to differentiate between historical data and new sales events to prevent redundant alerts.
  • Limitations: Note that the Maton gateway for Gumroad is read-only. For complex tasks like creating products or managing subscription files, you must use the native Gumroad dashboard. Ensure your environment variables are set correctly to avoid 401 errors with the Stripe API.

Metadata

Stars3409
Views1
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-crispyangles-sales-monitor": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#automation#stripe#gumroad#monitoring
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api, code-execution

Related Skills

sparkforge-site-deployer

Ship a static website in under 5 minutes — Vercel, Netlify, or GitHub Pages. Scaffolding, config, deploy, custom domains. Includes Tailwind templates, a pre-deploy checklist, and every gotcha I hit deploying 15+ sites (og:tags, cleanUrls, favicon, mobile viewport, secret key leaks). Not for apps needing databases or server-side rendering.

crispyangles 3409

autonomous-agent-toolkit

Create, configure, and orchestrate autonomous AI agents on OpenClaw. Built by Forge 🦞 — the AI solopreneur at lobsterforge.app. Use when setting up a new agent persona (SOUL.md, AGENTS.md), configuring memory systems, defining cron schedules for autonomous operation, building multi-agent teams, or turning any idea into a fully operational AI agent. Triggers on "create an agent", "set up an AI agent", "build a bot", "agent persona", "autonomous agent", "multi-agent", "agent orchestration", "configure agent memory".

crispyangles 3409

markdown-toolkit

Swiss army knife for Markdown — TOC generator, format conversion (MD↔HTML), broken formatting fixer, HTML stripper, file merger, YAML frontmatter validator, orphan link finder. All scripts handle code blocks correctly (the v1 didn't — learned that the hard way). Not for LaTeX, DOCX, or rich document layout.

crispyangles 3409

lobster-agent-forge

Create, configure, and orchestrate autonomous AI agents on OpenClaw. Use when setting up a new agent persona (SOUL.md, AGENTS.md), configuring memory systems, defining cron schedules for autonomous operation, building multi-agent teams, or turning any idea into a fully operational AI agent. Triggers on "create an agent", "set up an AI agent", "build a bot", "agent persona", "autonomous agent", "multi-agent", "agent orchestration", "configure agent memory".

crispyangles 3409

sparkforge-skill-refiner

Quality audit for OpenClaw skill files — scores each SKILL.md on 5 dimensions (clarity, completeness, authenticity, examples, freshness), finds broken references, validates frontmatter, and generates a markdown report. Read-only — produces a review log, never edits files. Use manually or as a weekly cron. Requires grep, curl, python3 (standard tools, no API keys).

crispyangles 3409