instantly-autoreply

Auto-generate intelligent replies to incoming Instantly email threads using knowledge bases. Use when user asks about email auto-replies, Instantly responses, or automated email handling.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "instantly-autoreply" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-instantly-autoreply

Instantly Auto-Reply

Goal

Auto-generate intelligent replies to incoming emails from Instantly campaigns using campaign-specific knowledge bases.

Scripts

  • ./scripts/instantly_autoreply.py - Main auto-reply script

How It Works

  1. Receives incoming email thread from Instantly webhook
  2. Looks up campaign ID in knowledge base sheet
  3. Retrieves campaign context (offers, credentials, tone)
  4. Generates contextual reply using Claude
  5. Sends reply through Instantly API

Knowledge Base

Spreadsheet: 1QS7MYDm6RUTzzTWoMfX-0G9NzT5EoE2KiCE7iR1DBLM

Each row contains:

  • Campaign ID
  • Campaign Name
  • Knowledge Base (service details, offers, credentials)
  • Reply Examples (tone/style guidance)

Usage

# Process incoming thread
python3 ./scripts/instantly_autoreply.py --thread_id <id>

Environment

INSTANTLY_API_KEY=your_key
ANTHROPIC_API_KEY=your_key

Schema

Inputs

NameTypeRequiredDescription
thread_idstringYesInstantly thread ID to reply to

Outputs

NameTypeDescription
reply_sentbooleanWhether reply was sent successfully

Credentials

NameSource
INSTANTLY_API_KEY.env
ANTHROPIC_API_KEY.env

Composable With

Skills that chain well with this one: instantly-campaigns

Cost

Claude API per reply

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

literature-research

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review