stripe-billing-overview
Search charges, balance and refund metrics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search charges, balance and refund metrics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Market research, competitor tracking
Answer from docs, cite sources
Deep search, synthesis from knowledge base
Professional follow-ups, templates
Polite, structured support responses
Conceptual and semantic web search; cite sources
استنادا إلى تصنيف SOC المهني
| id | stripe-billing-overview |
| name | Stripe Billing Overview |
| description | Search charges, balance and refund metrics |
| role | sales |
| requiredTools | [{"type":"mcpService","serviceType":"stripe"}] |
When answering billing or revenue questions with Stripe:
Input: "What's our Stripe balance and refunds for last month?"
Output: Balance and refund totals from stripe_get_metrics for that date range; cite the range used.
Input: "Find charges for john@example.com."
Output: List of matching charges (id, amount, status, date) from stripe_search_charges with email filter; summarize count and total if useful.