revenue-snapshot
Pull revenue metrics from Stripe and build a financial dashboard on canvas
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Pull revenue metrics from Stripe and build a financial dashboard on canvas
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Collect a local business's REAL details in one pass, then fill the site — so nothing is ever invented
Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented
Switch on the store's real Stripe payments — the hosted-checkout route already ships; this wires the owner's key and verifies it
Fetch GitHub developer activity (commits, PRs, reviews) and build an activity dashboard
Monitor GitHub repos — fetch PRs, issues, CI status via Composio and display on canvas
Track daily habits on a canvas kanban board with streaks
| name | revenue-snapshot |
| version | 2.0.0 |
| description | Pull revenue metrics from Stripe and build a financial dashboard on canvas |
| trigger | revenue|mrr|payments|balance|stripe|financial|how much |
| tools | ["tool_search","tool_install","write_file"] |
When triggered, pull financial data and build a revenue dashboard:
tool_search. If not:
tool_install({ name: "stripe" }) to connect via Composio OAuthSTRIPE_GET_BALANCE for current balanceSTRIPE_LIST_PAYMENTS for recent transactionssend_messageIf Stripe isn't available, ask the user to provide revenue data manually or suggest connecting another payment tool via tool_search("payments").