Groq Debug Bundle

🌐Community
by jeremylongshore · vlatest · Repository

Analyzes Groq model execution traces to identify performance bottlenecks and debugging insights from jeremylongshore.

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 groq-debug-bundle npx -- -y @trustedskills/groq-debug-bundle
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "groq-debug-bundle": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/groq-debug-bundle"
      ]
    }
  }
}

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

About This Skill

What it does

The groq-debug-bundle skill provides tools for debugging and analyzing AI agent interactions with the Groq language model. It allows you to inspect request payloads, response headers, and other relevant data points during execution. This facilitates identifying issues related to prompt formatting, API integration, or unexpected behavior within the Groq environment.

When to use it

  • Troubleshooting Unexpected Results: When an AI agent produces incorrect or nonsensical outputs from Groq, this skill helps pinpoint the source of the problem in the request-response cycle.
  • API Integration Debugging: When integrating with the Groq API, you can use this skill to verify that requests are being formatted correctly and responses are received as expected.
  • Performance Analysis: Examine response headers to understand latency and resource utilization during Groq model inference.
  • Prompt Engineering Refinement: Inspect request payloads to ensure prompts are structured in a way that maximizes the effectiveness of the Groq model.

Key capabilities

  • Inspects request payloads sent to Groq.
  • Examines response headers received from Groq.
  • Provides visibility into API interaction details.

Example prompts

  • "Show me the last request payload sent to Groq."
  • "Display the HTTP headers in the most recent Groq response."
  • "What was the content type of the last Groq response?"

Tips & gotchas

This skill requires access to the underlying AI agent's execution environment and API calls. Ensure proper permissions are configured for debugging purposes.

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
jeremylongshore
Installs
11

🌐 Community

Passed automated security scans.