revenue-truth

Solid

Fetch live ThumbGate revenue, paid orders, and funnel telemetry from production billing endpoints. Use BEFORE answering any question about money, conversion, traffic, or "why we didn't make X." Never quote planning documents as actuals.

AI & Automation 26 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Revenue Truth — Live Data Before Any Money Claim ## Why this exists On 2026-05-26 the CTO answered "why didn't we make money?" three times in a row by quoting *planning documents* and *stale March snapshots* as if they were current telemetry. The CEO had to push back with "are you sure?" three times before the CTO admitted he had never queried the live billing endpoint. This skill exists so that never happens again. The first version of this skill (written same day) referenced an env var named `THUMBGATE_ADMIN_KEY` that does not exist anywhere in the codebase — a name I invented without grepping. The CEO caught it with another "are you sure?". The skill now defers to the canonical `scripts/revenue-status.js` pipeline so it cannot drift again. ## Hard rule **Before claiming any revenue, visitor, conversion, or funnel number, you MUST run `node scripts/revenue-status.js` and quote its output. If no credentials are configured, say so — do not fall back to planning docs.** ## Canonical command ```bash node scripts/revenue-status.js ``` Reads credentials in this exact priority order (same as `scripts/operational-summary.js` and `scripts/operational-dashboard.js`): 1. `$THUMBGATE_OPERATOR_KEY` — read-only billing-summary access, recommended for agents 2. `~/.config/thumbgate/operator.json` — created by `node bin/cli.js billing:setup` 3. `$THUMBGATE_API_KEY` — full admin, only when operator unavailable Output sections (quote these directly, never paraphrase): - `Source:`...

Details

Author
IgorGanapolsky
Repository
IgorGanapolsky/ThumbGate
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category