instantly-autoreply

Generate contextual HTML email replies for incoming Instantly threads.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ezjonline/ezj-automations --skill instantly-autoreply-ezjonline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instantly-autoreply
Source: https://github.com/ezjonline/ezj-automations/tree/main/skills/instantly-autoreply
Command: npx skills add https://github.com/ezjonline/ezj-automations --skill instantly-autoreply-ezjonline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, google-auth, google-api-python-client, anthropic, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual work of replying to inbound sales emails by generating context-aware responses from a campaign knowledge base and sending them through Instantly.

Core Features & Use Cases

  • Campaign-specific replies: Matches each incoming thread to the right campaign and pulls the relevant offers, credentials, and tone guidance.
  • Conversation-aware automation: Reviews recent email history so replies can answer follow-up questions naturally and avoid unnecessary responses.
  • Safe send controls: Skips replies for unsubscribe requests, finished conversations, and dry-run tests to reduce errors.
  • Use Case: A lead asks about pricing in reply to an outbound campaign, and the Skill drafts a concise HTML response that reflects the campaign context and sends it automatically.

Quick Start

Ask the Skill to process an incoming Instantly email thread and generate the best reply using the matching campaign knowledge base.

Frequently Asked Questions about instantly-autoreply

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate email replies for Instantly campaigns using Claude?

Automating email replies for Instantly campaigns using Claude involves matching incoming threads to a campaign knowledge base, retrieving recent conversation history, generating contextual HTML replies, and delivering them through authenticated Instantly webhooks.

Can I automatically handle pricing questions and unsubscribe requests in outbound sales emails?

Yes, you can automatically handle pricing questions and unsubscribe requests by generating campaign-specific replies from a knowledge base while applying safe send controls to skip unsubscribe requests and finished conversations automatically.

How does conversation-aware email automation work for lead follow-ups?

Conversation-aware email automation for lead follow-ups works by retrieving recent email history for each incoming thread, allowing the system to answer follow-up questions naturally based on previous context and avoid sending unnecessary responses.

Do I need a knowledge base to generate contextual sales replies through Instantly?

Yes, you need a campaign knowledge base to generate contextual sales replies through Instantly, as the system matches each incoming thread to the correct campaign to pull relevant offers, credentials, and tone guidance for the response.

What is the best way to skip finished conversations in automated email replies?

The best way to skip finished conversations in automated email replies is to use safe send controls that detect finished conversation states and unsubscribe requests, preventing the system from generating unnecessary responses to those threads.

Why does my automated email reply lack context from previous campaign interactions?

Automated email replies lack context from previous campaign interactions when recent conversation retrieval is not performed, so the system must retrieve email history and look up campaign knowledge base data before generating contextual HTML responses.