npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/instantly-pack

v1.0.2

Published

Claude Code skill pack for Instantly - 24 skills covering cold email outreach and sequences

Readme

Instantly Skill Pack

Cold email outreach automation via Instantly.ai API v2 — campaigns, leads, warmup, analytics, and webhooks (24 skills)

Instantly.ai is a cold email outreach platform that manages sending infrastructure, email warmup, campaign sequencing, and reply detection at scale. This skill pack provides production-ready patterns for the Instantly API v2 (https://api.instantly.ai/api/v2/), covering the full campaign lifecycle from account warmup through lead import, sequence creation, launch, analytics, and webhook-driven CRM sync.

API Version: v2 (v1 deprecated January 2026) Auth: Bearer token with scoped API keys Plan Required: Hypergrowth ($97.95/mo) for full API + webhooks

Installation

/plugin install instantly-pack@claude-code-plugins-plus

Skills Included

Standard Skills (S01-S12)

| Skill | Description | |-------|-------------| | instantly-install-auth | API v2 authentication, scoped key generation, client wrapper setup | | instantly-hello-world | First API call — list campaigns, check accounts, pull analytics | | instantly-local-dev-loop | Mock server, integration tests, local webhook testing with ngrok | | instantly-sdk-patterns | Type-safe client, retry logic, cursor pagination, multi-tenant factory | | instantly-core-workflow-a | Full campaign launch: create sequences, add leads, assign accounts, activate | | instantly-core-workflow-b | Email warmup lifecycle, warmup analytics, campaign & step-level analytics | | instantly-common-errors | HTTP error reference, campaign status codes, lead/account diagnostics | | instantly-debug-bundle | Collect workspace-wide debug evidence (campaigns, accounts, warmup, webhooks) | | instantly-rate-limits | 429 handling, exponential backoff, request queue, throttled email fetcher | | instantly-security-basics | Scoped keys, secret management, key rotation, webhook auth, audit logs | | instantly-prod-checklist | 5-phase pre-launch validation: accounts, config, leads, test, launch | | instantly-upgrade-migration | API v1 to v2 migration: endpoint map, auth change, pagination, new features |

Pro Skills (P13-P18)

| Skill | Description | |-------|-------------| | instantly-ci-integration | GitHub Actions CI with mock server, scope validation, deploy pipeline | | instantly-deploy-integration | Deploy webhook receivers to Vercel, Cloud Run, or Fly.io | | instantly-webhooks-events | All 16 event types, webhook CRUD, event routing, CRM sync handlers | | instantly-performance-tuning | Caching, batch lead import, prefetch pagination, connection pooling | | instantly-cost-tuning | Plan comparison, account utilization audit, campaign efficiency analysis | | instantly-reference-architecture | Project layout, modular client design, campaign template system |

Flagship Skills (F19-F24)

| Skill | Description | |-------|-------------| | instantly-multi-env-setup | Dev/staging/prod workspace isolation, environment guards, webhook routing | | instantly-observability | Campaign health monitor, warmup alerts, webhook delivery tracking | | instantly-incident-runbook | P1-P4 response procedures: unhealthy accounts, bounce protect, rate storms | | instantly-data-handling | Lead CRUD, list management, block lists, GDPR deletion, CAN-SPAM compliance | | instantly-enterprise-rbac | Workspace members, scoped API keys, custom tags, audit logging | | instantly-migration-deep-dive | Platform migration: account import, CSV leads, parallel run, cutover |

Key API Endpoints Covered

| Category | Endpoints | |----------|----------| | Campaigns | POST/GET/PATCH/DELETE /campaigns, activate, pause, analytics, variables | | Accounts | POST/GET/PATCH /accounts, warmup/enable, warmup-analytics, test/vitals, pause, resume | | Leads | POST/GET/PATCH/DELETE /leads, leads/list, leads/move, update-interest-status | | Lead Lists | POST/GET/PATCH/DELETE /lead-lists | | Webhooks | POST/GET/PATCH/DELETE /webhooks, test, resume, webhook-events/summary | | Email | GET /emails, POST /emails/reply, POST /emails/test, unread/count | | Block Lists | POST/GET/DELETE /block-lists-entries, bulk-create, bulk-delete | | Analytics | campaigns/analytics, analytics/daily, analytics/steps, analytics/overview | | Admin | api-keys, audit-logs, workspace-members, custom-tags, background-jobs |

Usage

Skills trigger automatically when you discuss Instantly topics:

  • "Set up Instantly API" triggers instantly-install-auth
  • "Create a cold email campaign" triggers instantly-core-workflow-a
  • "Enable warmup on my accounts" triggers instantly-core-workflow-b
  • "Handle Instantly webhooks" triggers instantly-webhooks-events
  • "Debug Instantly errors" triggers instantly-common-errors

License

MIT