Log Stripe Issues

🌐Community
by phrazzld · vlatest · Repository

Automatically extracts and summarizes issues from log files, organized by stripe/partition for faster troubleshooting.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add log-stripe-issues npx -- -y @trustedskills/log-stripe-issues
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "log-stripe-issues": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/log-stripe-issues"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, log-stripe-issues, allows you to extract and format information from Stripe logs. It can parse these logs to identify issues like failed payments or refunds, presenting them in a structured and readable manner. The tool is designed to simplify the process of troubleshooting and analyzing Stripe transaction data.

When to use it

  • Investigating Failed Payments: Quickly determine why a payment failed by parsing Stripe log entries related to payment attempts.
  • Analyzing Refund Activity: Get a clear overview of refund transactions, including amounts and reasons, directly from Stripe logs.
  • Troubleshooting Transaction Errors: Identify patterns or recurring errors within your Stripe transaction data for proactive problem solving.
  • Auditing Financial Transactions: Efficiently review and audit financial activity recorded in Stripe logs to ensure accuracy and compliance.

Key capabilities

  • Parses Stripe log entries.
  • Identifies failed payments.
  • Extracts refund information.
  • Formats data for readability.

Example prompts

  • "Analyze the last 24 hours of Stripe logs and show me any failed payment attempts."
  • "Summarize all refunds processed in the past week from my Stripe account."
  • "Find any log entries related to transaction errors with a status code of '500'."

Tips & gotchas

The skill requires access to your Stripe logs. Ensure that appropriate permissions are granted to the AI agent accessing this data for accurate parsing and analysis.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
phrazzld
Installs
24

🌐 Community

Passed automated security scans.