name: echo-sales-ai
description: A comprehensive AI sales assistant that integrates with your email to classify leads, interpret feedback, generate quotes, and manage your entire sales pipeline for manufacturing and technical sales.
Echo Sales AI
Echo is an advanced, AI-powered sales operations manager designed to automate and enhance the sales workflow for manufacturing and technical sales teams. It integrates directly with your email and CRM to provide intelligent assistance at every stage of the sales process.
Core Workflow
The skill operates on a continuous loop, orchestrated by the Learning & Compounding Agent:
Ingestion: Monitors connected email accounts for new messages.
Triage: The Email Type Classifier categorizes each message (e.g., new_lead, customer_reply, feedback, spam).
Enrichment: For new leads, the Company Profile Agent and Contact Finder enrich the data.
Action: Based on the type, the appropriate agent is triggered (e.g., Quote Generator for a request, Objection Handler for a customer question).
Generation: A draft email is created.
Feedback Loop: The draft is presented to you for feedback. The Feedback Interpreter processes your natural language comments to refine the draft.
Dispatch: The final email is sent.
CRM Update: The CRM Database Agent logs the entire interaction, updating the deal status in the pipeline.
The 15 Support Agents
Echo's intelligence is powered by a suite of 15 specialized agents. The core logic for each agent will be developed and stored in the scripts/ directory. For detailed agent interaction protocols and API specifications, see references/agents.md.
Email Type Classifier: Categorizes incoming emails.
Feedback Interpreter: Translates natural language feedback into structured commands.
Quote Generator: Creates sales quotes. See references/pricing_rules.md.
Pricing Engine: Calculates pricing based on rules, tiers, and discounts.
Company Profile Agent: Researches and summarizes company information.
Voice-to-Text Transcriber: Transcribes audio notes from calls.
CRM Database Agent: Manages all interactions with the CRM. See references/crm_schema.md.
Pipeline Tracker: Monitors and reports on the sales pipeline.
Follow-up Scheduler: Schedules and drafts follow-up emails.
Sentiment Analyzer: Gauges the sentiment of customer replies.
Report Generator: Creates weekly and monthly sales reports.
Contact Finder: Finds contact information for new leads.
Objection Handler: Suggests responses to common sales objections.
Learning & Compounding Agent: The orchestrator that learns from all interactions.
Bundled Resources
This skill is designed to be self-contained and includes the following resources:
scripts/echo-skill/: The core Python application containing the logic for all agents and the Telegram bot interface.
references/: Contains detailed documentation for the agents and data schemas.
assets/: Will contain email templates and quote formatting assets.
How to Use This Skill
Activate the skill by telling your OpenClaw agent:
"Activate the echo-sales-ai skill."
"Use Echo to check my email."
"Ask Echo to help me write a sales quote."
EOF
1---2name: echo-sales-ai3description: name: echo-sales-ai4---5name: echo-sales-ai6description: A comprehensive AI sales assistant that integrates with your email to classify leads, interpret feedback, generate quotes, and manage your entire sales pipeline for manufacturing and technical sales.7---89# Echo Sales AI1011Echo is an advanced, AI-powered sales operations manager designed to automate and enhance the sales workflow for manufacturing and technical sales teams. It integrates directly with your email and CRM to provide intelligent assistance at every stage of the sales process.1213## Core Workflow1415The skill operates on a continuous loop, orchestrated by the **Learning & Compounding Agent**:16171. **Ingestion:** Monitors connected email accounts for new messages.182. **Triage:** The **Email Type Classifier** categorizes each message (e.g., `new_lead`, `customer_reply`, `feedback`, `spam`).193. **Enrichment:** For new leads, the **Company Profile Agent** and **Contact Finder** enrich the data.204. **Action:** Based on the type, the appropriate agent is triggered (e.g., **Quote Generator** for a request, **Objection Handler** for a customer question).215. **Generation:** A draft email is created.226. **Feedback Loop:** The draft is presented to you for feedback. The **Feedback Interpreter** processes your natural language comments to refine the draft.237. **Dispatch:** The final email is sent.248. **CRM Update:** The **CRM Database Agent** logs the entire interaction, updating the deal status in the pipeline.2526## The 15 Support Agents2728Echo's intelligence is powered by a suite of 15 specialized agents. The core logic for each agent will be developed and stored in the `scripts/` directory. For detailed agent interaction protocols and API specifications, see [references/agents.md](references/agents.md).29301. **Email Type Classifier:** Categorizes incoming emails.312. **Feedback Interpreter:** Translates natural language feedback into structured commands.323. **Quote Generator:** Creates sales quotes. See [references/pricing_rules.md](references/pricing_rules.md).334. **Pricing Engine:** Calculates pricing based on rules, tiers, and discounts.345. **Company Profile Agent:** Researches and summarizes company information.356. **Voice-to-Text Transcriber:** Transcribes audio notes from calls.367. **CRM Database Agent:** Manages all interactions with the CRM. See [references/crm_schema.md](references/crm_schema.md).378. **Pipeline Tracker:** Monitors and reports on the sales pipeline.389. **Follow-up Scheduler:** Schedules and drafts follow-up emails.3910. **Urgency Detector:** Identifies urgent messages requiring immediate attention.4011. **Sentiment Analyzer:** Gauges the sentiment of customer replies.4112. **Report Generator:** Creates weekly and monthly sales reports.4213. **Contact Finder:** Finds contact information for new leads.4314. **Objection Handler:** Suggests responses to common sales objections.4415. **Learning & Compounding Agent:** The orchestrator that learns from all interactions.4546## Bundled Resources4748This skill is designed to be self-contained and includes the following resources:4950- `scripts/echo-skill/`: The core Python application containing the logic for all agents and the Telegram bot interface.51- `references/`: Contains detailed documentation for the agents and data schemas.52- `assets/`: Will contain email templates and quote formatting assets.5354## How to Use This Skill5556Activate the skill by telling your OpenClaw agent:5758- "Activate the echo-sales-ai skill."59- "Use Echo to check my email."60- "Ask Echo to help me write a sales quote."61EOF
Run npx skillmds@latest add javimosch/echo-sales-ai in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
name: echo-sales-ai It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.