check-responses

Checks email and SNS replies to outbound outreach and records them in the LeadAce database.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/aitit-inc/leadace --skill check-responses-aitit-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-responses
Source: https://github.com/aitit-inc/leadace/tree/main/plugin/skills/check-responses
Command: npx skills add https://github.com/aitit-inc/leadace --skill check-responses-aitit-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Manually checking Gmail, scheduling notifications, bounce messages, and SNS DMs for replies to outbound sales outreach is slow and error-prone. This Skill automates the collection of responses across channels and records them in the LeadAce project database with sentiment and response-type classification. ## Core Features & Use Cases - Multi-channel reply detection: Searches Gmail for direct replies, scheduling-service notifications (e.g. Calendly), and bounce messages, plus X (Twitter) and LinkedIn DMs via browser automation. - Structured response recording: Classifies each response by sentiment and type (reply, bounce, meeting request, rejection), captures structured rejection feedback for PMF analysis, and updates prospect statuses automatically. - Automatic reply drafts: Creates Gmail reply drafts for positive responses following the project's sales strategy tone, without sending anything automatically. - Use Case: After a week of outreach, ask the agent to check responses for a project; it reports reply counts, response rates, leads from the inquiry landing page, and drafts replies to interested prospects. ## Quick Start Ask the agent to check responses for project <project-id> and report replies, bounces, and new leads.

Frequently Asked Questions about check-responses

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

FAQPage Schema
How do I check replies to outbound sales emails automatically?

Run the check-responses skill with a project ID. It searches Gmail for direct replies, scheduling notifications, and bounces from the last four days, matches them to outreach logs, and records each response with sentiment and type in the LeadAce database.

How to check LinkedIn and Twitter DM replies from prospects?

The skill uses claude-in-chrome to open the X messages page and LinkedIn messaging screen, then checks for replies from prospects contacted via SNS channels. If the browser extension is not connected, it reports the count of unconfirmed SNS DMs instead.

Does the skill send replies to prospects automatically?

No. It only creates Gmail drafts for positive or neutral replies, following the project's sales strategy tone and signature. Sending is always done manually by the user after reviewing the drafts.

What happens when a prospect asks to unsubscribe or opts out?

Replies containing opt-out intent are recorded with markDoNotContact set to true, which applies across all projects. Structured rejection feedback with unsubscribe_request or consent flags also forces do-not-contact status automatically.

Why are some responses reported as unconfirmed or needing confirmation?

Low-confidence matches, such as domain-only matches without body evidence, are flagged as needing confirmation for user judgment. SNS and platform replies are reported as unconfirmed when the browser extension is not connected to check them.