✓ Verified 📱 Social Media ✓ Enhanced Data

Intercom Conversations

Clawhub loads this Node module and calls `default(input)`.

Rating
5 (131 reviews)
Downloads
626 downloads
Version
1.0.0

Overview

Clawhub loads this Node module and calls `default(input)`.

Complete Documentation

View Source →

Clawhub Skill: Intercom Conversations (Read)

Clawhub loads this Node module and calls default(input).

Required env

  • INTERCOM_ACCESS_TOKEN (required)

Install

bash
npm install

Inputs

List

json
{ "action": "conversations.list", "per_page": 50, "starting_after": "cursor" }

Find

json
{ "action": "conversations.find", "conversation_id": "123", "display_as": "plaintext" }

Search

json
{ "action": "conversations.search", "query": { "operator": "AND", "value": [] }, "pagination": { "per_page": 50 } }

Outputs

All successful responses include ok: true and echo the action.

  • list/search: { ok, action, conversations, next_starting_after }
  • find: { ok, action, conversation }
Errors: { ok: false, error, supported_actions? }

Contracts / metadata

  • OpenAPI spec: openapi.yaml
  • Skill registry metadata: clawhub.skill.json

Installation

Terminal bash

openclaw install intercom-conversations
    
Copied!

💻Code Examples

npm install

npm-install.txt
## Inputs

### List

Tags

#communication

Quick Info

Category Social Media
Model Claude 3.5
Complexity One-Click
Author duyeng
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install intercom-conversations