← All skills
Tencent SkillHub Β· AI

Echo Sales Ai

AI sales assistant that classifies leads, interprets feedback, generates quotes, and manages your manufacturing and technical sales pipeline via email integr...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

AI sales assistant that classifies leads, interprets feedback, generates quotes, and manages your manufacturing and technical sales pipeline via email integr...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, echo-skill/README.md, echo-skill/__init__.py, echo-skill/agents/__init__.py, echo-skill/agents/email_type_classifier.py, echo-skill/agents/feedback_interpreter.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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. Urgency Detector: Identifies urgent messages requiring immediate attention. 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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • echo-skill/README.md Docs
  • echo-skill/__init__.py Scripts
  • echo-skill/agents/__init__.py Scripts
  • echo-skill/agents/email_type_classifier.py Scripts
  • echo-skill/agents/feedback_interpreter.py Scripts