Learn-skills.dev 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.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/aiagentwithdhruv/skills/instantly-autoreply" ~/.claude/skills/neversight-learn-skills-dev-instantly-autoreply && rm -rf "$T"
manifest:
data/skills-md/aiagentwithdhruv/skills/instantly-autoreply/SKILL.mdsource content
Instantly Auto-Reply
Goal
Auto-generate intelligent replies to incoming emails from Instantly campaigns using campaign-specific knowledge bases.
Scripts
- Main auto-reply script./scripts/instantly_autoreply.py
How It Works
- Receives incoming email thread from Instantly webhook
- Looks up campaign ID in knowledge base sheet
- Retrieves campaign context (offers, credentials, tone)
- Generates contextual reply using Claude
- 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
| Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | Instantly thread ID to reply to |
Outputs
| Name | Type | Description |
|---|---|---|
| boolean | Whether reply was sent successfully |
Credentials
| Name | Source |
|---|---|
| .env |
| .env |
Composable With
Skills that chain well with this one:
instantly-campaigns
Cost
Claude API per reply