ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

echo-ai

Connect to Echo AI — the customer interaction platform. List assistants, retrieve knowledge bases, and chat with AI-powered Echos built by businesses and creators. Get an API key at https://echoai.so

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/darthdens/echo-ai
Or

What This Skill Does

The echo-ai skill provides a robust bridge between your OpenClaw agent and the Echo AI ecosystem. Echo AI is a specialized platform for creating, managing, and interacting with AI assistants (referred to as Echos) that are custom-tailored for business, support, and sales workflows. By integrating this skill, your agent gains the ability to discover available Echos associated with your account, fetch detailed configurations—including FAQs and personality profiles—and engage in dynamic, context-aware conversations. This is particularly useful for delegating specialized tasks to domain-specific AIs, such as querying a company's internal knowledge base or handling complex customer support inquiries without manual oversight.

Installation

To integrate the Echo AI skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal:

clawhub install openclaw/skills/skills/darthdens/echo-ai

Once installed, you must authenticate the skill to interact with your Echo AI account. Navigate to your Echo AI settings dashboard to generate an API key, then assign it to the environment variable ECHO_API_KEY. Without this key, the agent will be unable to list assistants or initiate chat sessions.

Use Cases

  • Automated Customer Support: Route complex user questions to specific support Echos that contain pre-configured FAQ data.
  • Sales Lead Qualification: Use a dedicated 'Sales Assistant' Echo to interact with potential customers and determine their needs based on predefined topics.
  • Knowledge Management: Quickly pull institutional knowledge or policy information from a curated Echo without needing a search engine or external database access.
  • Multi-Persona Interaction: Switch between different Echos to provide specialized responses depending on the user's inquiry topic.

Example Prompts

  1. "List all my available Echos and tell me what they are designed to do."
  2. "Get the details for my 'Support Bot' and see if it can answer my question about our refund policy from its FAQs."
  3. "Start a conversation with my 'Sales Assistant' and ask it about our current pricing tiers for the Pro plan."

Tips & Limitations

  • Efficiency: Always check an Echo's FAQs using the GET /api/assistant/{id} endpoint before initiating a chat. Answering directly from FAQs saves your account credits.
  • Context Persistence: Ensure that you always capture and pass the session_id provided in the API response when continuing a conversation to prevent the AI from losing track of the dialogue history.
  • Credits: Note that while listing Echos and retrieving profiles is free, the actual POST /api/chat calls consume your Echo AI platform credits. Monitor your usage to ensure service continuity.

Metadata

Author@darthdens
Stars3376
Views1
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-darthdens-echo-ai": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#ai#chatbot#customer-support#sales#knowledge-base#conversational-ai
Safety Score: 4/5

Flags: network-access, external-api