instantly-debug-bundle

Installation
SKILL.md

Instantly Debug Bundle

Overview

Collect a comprehensive debug bundle from your Instantly workspace: campaign state, account health, warmup metrics, lead stats, webhook delivery status, and recent errors. Output is a JSON report suitable for support tickets or internal audits.

Prerequisites

  • Completed instantly-install-auth setup
  • API key with all:read scope (or individual read scopes for each resource)

Instructions

Step 1: Collect Full Debug Bundle

import { instantly } from "./src/instantly";
import { writeFileSync } from "fs";
Installs
1
GitHub Stars
2.2K
First Seen
Apr 4, 2026
instantly-debug-bundle — jeremylongshore/claude-code-plugins-plus