/install intercom-conversations
Clawhub Skill: Intercom Conversations (Read)
Clawhub loads this Node module and calls default(input).
Required env
INTERCOM_ACCESS_TOKEN(required)
Install
npm install
Inputs
List
{ "action": "conversations.list", "per_page": 50, "starting_after": "cursor" }
Find
{ "action": "conversations.find", "conversation_id": "123", "display_as": "plaintext" }
Search
{ "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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install intercom-conversations - After installation, invoke the skill by name or use
/intercom-conversations - Provide required inputs per the skill's parameter spec and get structured output
What is intercom-conversations?
Read Intercom conversations by listing, finding, or searching them using the ConversationsClient with JSON input and output. It is an AI Agent Skill for Claude Code / OpenClaw, with 639 downloads so far.
How do I install intercom-conversations?
Run "/install intercom-conversations" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is intercom-conversations free?
Yes, intercom-conversations is completely free (open-source). You can download, install and use it at no cost.
Which platforms does intercom-conversations support?
intercom-conversations is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created intercom-conversations?
It is built and maintained by duyeng (@duyeng); the current version is v1.0.1.