Install
openclaw skills install ai-customer-service-chatbotAI Customer Service for Shopify & E-commerce - Query conversations, analyze chatbot performance, and manage your Chaterimo AI assistant
openclaw skills install ai-customer-service-chatbotConnect your Chaterimo AI chatbot to OpenClaw. Query customer conversations, analyze chatbot performance, and get insights from your e-commerce store's customer service data.
Chaterimo is an AI-powered customer service platform that integrates with Shopify, Shoptet, Upgates, and eshop-rychle.cz e-commerce platforms. It provides 24/7 automated customer support powered by leading LLM models: ChatGPT, Claude, Gemini, and Grok.
You can use Chaterimo with your own API keys (BYOK - Bring Your Own Key) or choose a custom plan with included AI credits.
📖 Learn more: How to connect Chaterimo with Shopify
"Show me all my chatbots"
Returns all chatbots configured for your store with their AI model settings and status.
"Show me conversations from last week" "List conversations from my Shopify store"
View customer service conversations with filters by date and platform. All customer PII is automatically stripped for privacy.
"Show me conversation #123" "What did customers ask about yesterday?"
Get full conversations with messages between customers and your AI chatbot. All personally identifiable information is automatically redacted.
CHATERIMO_API_KEY=cha_your_key_here
| Endpoint | Description |
|---|---|
GET /api/v1/chatbots/ | List all chatbots (returns chatbot IDs) |
GET /api/v1/chatbots/{chatbot_id}/ | Get chatbot details |
GET /api/v1/chatbots/{chatbot_id}/conversations/ | List conversations (returns conversation IDs) |
GET /api/v1/conversations/{conversation_id}/ | Get full conversation with messages |
Your organisation is determined automatically from your API key - no need to specify it.
All conversation data returned by the API has personally identifiable information (PII) automatically stripped to protect customer privacy:
| Data Type | Example | Redacted As |
|---|---|---|
| Email addresses | john@example.com | [EMAIL] |
| Phone numbers | +1-555-123-4567 | [PHONE] |
This ensures you can analyze conversation patterns and chatbot performance without exposing sensitive customer data.
Chaterimo supports multiple LLM providers via BYOK (Bring Your Own Key) or custom plans. We regularly update to include the latest models from each provider:
User: Show me my chatbots
Assistant: You have 2 chatbots configured:
1. **Main Store Support** (GPT-4)
- Language: English
- Status: Active
2. **Czech Support** (Claude)
- Language: Czech
- Status: Active
User: Show me recent conversations from Main Store Support
Assistant: Here are the last 5 conversations:
1. Session #abc123 - 12 messages - Feb 4, 2026
2. Session #def456 - 8 messages - Feb 4, 2026
3. Session #ghi789 - 3 messages - Feb 3, 2026
...