churn-and-refund
Surface churn-risk customers from Stripe + support signals and execute refunds with receipts after explicit confirmation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Surface churn-risk customers from Stripe + support signals and execute refunds with receipts after explicit confirmation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 | churn-and-refund |
| version | 1.0.0 |
| description | Surface churn-risk customers from Stripe + support signals and execute refunds with receipts after explicit confirmation |
| trigger | churn|refund|emailed support|at risk|failed payment|cancel|stripe ops |
| tools | ["tool_search","tool_install","memory_read","memory_write","send_message"] |
When triggered, run a churn-risk + refund pass:
tool_search({ query: "stripe" }); install via Composio if missing. Refuse to proceed without it.STRIPE_GET_BALANCE, STRIPE_LIST_PAYMENTS, STRIPE_LIST_CUSTOMERS, STRIPE_LIST_INVOICES. Render the KPI grid on the Revenue Dashboard.STRIPE_REFUND_CHARGE per customer. Capture refund id and status.refunds table: refund id, charge id, customer, amount, reason, mode (test/live), approver, timestamp.send_message with the refund summary; if Slack is connected, post a parallel summary.If anything fails (Stripe error, partial batch), stop, write what succeeded, and ask the user how to proceed. Never silently retry refunds.