Firecrawl Debug Bundle

🌐Community
by jeremylongshore · vlatest · Repository

Generates comprehensive debug bundles including logs, metrics, and traces to pinpoint performance bottlenecks in firecrawl deployments.

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

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

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

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

About This Skill

What it does

The firecrawl-debug-bundle skill provides debugging capabilities for AI agents, specifically focused on interacting with and inspecting Firecrawl environments. It allows you to step through code execution within a Firecrawl context, examine variable states, and identify the root cause of issues in automated tasks or agent workflows. This skill streamlines troubleshooting and improves the reliability of AI agent deployments.

When to use it

  • Debugging failing automation: When an AI agent's automated task fails unexpectedly in a Firecrawl environment, this skill helps pinpoint the exact step causing the problem.
  • Understanding complex agent behavior: If you need to understand why an agent is making certain decisions or taking specific actions within a Firecrawl simulation.
  • Validating code changes: After modifying an AI agent's code, use this skill to verify that the changes behave as expected in a Firecrawl environment.
  • Reproducing edge cases: When encountering rare or difficult-to-reproduce issues, this skill can help isolate and debug them within a controlled Firecrawl setting.

Key capabilities

  • Step-through execution within Firecrawl environments
  • Variable state inspection during debugging
  • Root cause analysis of agent failures
  • Debugging automated tasks

Example prompts

  • "Debug the last 5 steps of my agent's run in Firecrawl."
  • "Show me the value of current_location at step 12."
  • "Step through this function and pause before each line."

Tips & gotchas

This skill requires a running Firecrawl environment to be effective. Ensure that your AI agent is properly configured to interact with Firecrawl for debugging to work correctly.

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
8

🌐 Community

Passed automated security scans.