TopRank Skills

Home / Claw Skills / Recherche / chaterimo
Official OpenClaw rules 36%

chaterimo

AI Customer Service for Shopify & E-commerce - Query conversations, analyze chatbot performance, and manage your Chaterimo AI assistant

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 chaterimo 技能。 若已安装,则直接安装 chaterimo 技能。

Overview

Skill Key
caebixus/ai-customer-service-chatbot
Author
caebixus
Source Repo
openclaw/skills
Version
-
Source Path
skills/caebixus/ai-customer-service-chatbot
Latest Commit SHA
4624218abf613b176b92c92578de7b0dd85c114b

Extracted Content

SKILL.md excerpt

# Chaterimo - AI Customer Service for Shopify & E-commerce

Connect your Chaterimo AI chatbot to OpenClaw. Query customer conversations, analyze chatbot performance, and get insights from your e-commerce store's customer service data.

## What is Chaterimo?

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](https://www.chaterimo.com/en/blog/shopify-ai-customer-service/)

## What can this skill do?

### List Your Chatbots
> "Show me all my chatbots"

Returns all chatbots configured for your store with their AI model settings and status.

### Browse Conversations
> "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.

### Read Conversation Transcripts
> "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.

## Setup

1. Sign up at [chaterimo.com](https://www.chaterimo.com)
2. Connect your e-commerce platform (Shopify, Shoptet, Upgates, or eshop-rychle.cz)
3. Go to **API Keys** in your dashboard
4. Click **Create API Key** and copy the key
5. Set the environment variable:
   ```
   CHATERIMO_API_KEY=cha_your_key_here
   ```

## API Endpoints

| Endpoint | Description |
|----------|-------------|
| `GET /api/v1/chatbots/` | List all chatbots (returns chatbot IDs) |
| `GET /api/v1/chatbots/{chatbot_id}/` | Get chatbot details |
| `GET /api/v1/ch...

README excerpt

# Chaterimo OpenClaw Skill

OpenClaw/ClawHub skill for [Chaterimo](https://www.chaterimo.com) - AI Customer Service for Shopify & E-commerce.

## What is Chaterimo?

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**.

Use your own API keys (BYOK) or choose a custom plan with included AI credits.

📖 **Shopify Setup Guide:** [How to connect Chaterimo with Shopify](https://www.chaterimo.com/en/blog/shopify-ai-customer-service/)

## Features

- **List Chatbots** - View all your configured AI chatbots
- **Browse Conversations** - Search and filter customer service conversations
- **Read Transcripts** - Get full conversation history with PII automatically redacted:
  - Email addresses → `[EMAIL]`
  - Phone numbers → `[PHONE]`

## Data Security

- **Hashed API keys** - Keys stored as SHA256 hashes, never in plain text
- **Tenant isolation** - Access only your organisation's data
- **Rate limiting** - 60 req/min to prevent abuse
- **Audit logging** - All API calls logged for security
- **HTTPS only** - All traffic encrypted

## Quick Start

1. Sign up at [chaterimo.com](https://www.chaterimo.com)
2. Connect your Shopify store in Integrations section (or Shoptet, Upgates, eshop-rychle.cz)
3. Go to **API Keys** in your dashboard
4. Create an API key and set it as an environment variable:

```bash
export CHATERIMO_API_KEY=cha_your_key_here
```

## Example Usage

```
User: Show me my chatbots
Assistant: You have 2 chatbots configured:
1. Main Store Support (GPT-4) - Active
2. Czech Support (Claude) - Active

User: Show conversations from last week
Assistant: Found 47 conversations...
```

## Links

- Website: [chaterimo.com](https://www.chaterimo.com)
- Shopify Guide: [How to connect Chaterimo with Shopify](https://www.chaterimo.com/en/blog/shopif...

Related Claw Skills