← Back to Skills Marketplace
georgelewi5

Intercom

by George Lewis · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install intercom-docs
Description
Create, update, improve, and review Intercom help-center and support documentation. Use when writing new Intercom articles, revising existing docs, auditing...
README (SKILL.md)

intercom

Create and maintain Intercom documentation that is clear, accurate, concise, and useful.

Scope

Use this skill for:

  • drafting new Intercom help articles
  • improving existing articles for clarity, structure, and consistency
  • converting product, support, and codebase knowledge into user-facing documentation
  • reviewing documentation gaps, duplication, stale content, and missing troubleshooting guidance
  • interacting with Intercom workspace content via the Intercom API when a private workspace access token is available

Core workflow

  1. Identify the audience: end user, admin, internal support, or mixed.
  2. Confirm the source of truth: product behavior, code, support knowledge, screenshots, existing docs, or direct guidance.
  3. State uncertainty clearly instead of inventing behavior.
  4. Prefer improving existing documentation over creating duplicates.
  5. Write for task completion first: strong headings, short paragraphs, numbered steps, concise troubleshooting.
  6. If an Intercom API token is available, inspect current content before proposing replacements.

Writing rules

  • Write for someone trying to complete a task quickly.
  • Prefer concrete steps over abstract explanation.
  • Use simple language and avoid marketing fluff.
  • Keep terminology consistent with the product UI and existing docs.
  • Call out prerequisites, permissions, limitations, and common failure cases.
  • If behavior is inferred from code, mark it as needing verification when appropriate.
  • Default to short, scannable sections rather than dense prose.

Recommended article structure

Use this structure when it fits:

  1. Title
  2. Short summary of what the article helps with
  3. Who this is for / prerequisites
  4. Step-by-step instructions
  5. Expected result
  6. Troubleshooting / common issues
  7. Related articles or next steps

Review checklist

When reviewing an existing Intercom article or help center area, check for:

  • outdated UI labels or navigation paths
  • unclear audience or prerequisites
  • missing permissions/role requirements
  • missing edge cases or limitations
  • weak troubleshooting coverage
  • duplicate or overlapping articles
  • inconsistent terminology across related docs
  • too much implementation detail for end users

Common doc tasks

Draft a new article

When asked to create a new Intercom doc:

  • define the user problem the article solves
  • choose a clear task-based title
  • write only the context needed to complete the task
  • include exact steps and expected outcomes
  • add edge cases and troubleshooting when relevant

Update an existing article

When asked to revise docs:

  • preserve the original intent if still valid
  • remove stale steps and outdated UI references
  • tighten wording and improve scanability
  • keep terminology and formatting consistent with neighboring docs
  • note any product ambiguity that should be verified

Turn code/product context into docs

When the source material is code, tickets, or notes:

  • extract actual user-visible behavior
  • ignore implementation detail unless it affects setup, troubleshooting, limits, or expected outcomes
  • translate technical behavior into user-facing language
  • separate confirmed behavior from assumptions

Gap review

When reviewing an Intercom knowledge base:

  • identify missing onboarding docs
  • identify missing troubleshooting articles
  • identify duplicate or overlapping articles
  • identify confusing naming or inconsistent terminology
  • suggest the smallest useful set of changes first

Intercom API usage

Use the Intercom API only when an access token for the user's own workspace is available.

Authentication

Intercom private workspace access uses a bearer token in the Authorization header.

Example:

curl -s https://api.intercom.io/help_center/collections \
  -H 'Authorization: Bearer \x3Caccess_token>' \
  -H 'Accept: application/json'

Notes:

  • Treat the access token like a password.
  • Do not write the token into docs, commits, or skill files.
  • Prefer read-only inspection first, then propose changes before writing.
  • For public third-party apps, Intercom expects OAuth rather than asking users for access tokens.

API-first doc review workflow

If an Intercom access token is available:

  1. List current help-center collections and articles.
  2. Sample the relevant article bodies before rewriting.
  3. Identify stale content, overlap, and missing coverage.
  4. Draft the improved content.
  5. Show the proposed delta clearly before applying changes unless the user explicitly asks for direct updates.

Minimum output when reviewing live Intercom docs

Provide:

  • article or collection reviewed
  • what is working
  • what is unclear/outdated/missing
  • proposed improved title if needed
  • proposed revised body
  • assumptions / items to verify

Output preference

Unless asked otherwise, provide:

  • a suggested article title
  • the article body in publishable markdown/plain text
  • a short review summary
  • a short note listing assumptions or items to verify
Usage Guidance
This skill is coherent and instruction-only. Before installing or using it: (1) do not supply an Intercom access token unless you trust the agent and want live workspace inspection/updates; (2) if you must provide a token, prefer a least-privilege/read-only token and monitor Intercom API logs; (3) require the agent to show proposed edits and get explicit approval before applying changes (the SKILL.md already recommends this); and (4) avoid storing tokens in commits, docs, or skill files. If you need tighter controls, use an OAuth app or a temporary scoped token for one-off reviews.
Capability Analysis
Type: OpenClaw Skill Name: intercom-docs Version: 1.0.1 The skill bundle provides instructions for an AI agent to manage Intercom help-center documentation, including drafting, auditing, and using the Intercom API. It contains standard technical writing guidelines and explicitly includes security best practices, such as treating API tokens as passwords and avoiding their inclusion in logs or files (SKILL.md).
Capability Assessment
Purpose & Capability
The skill's name and description match the SKILL.md: it focuses on drafting, reviewing, and improving Intercom help-center content. The only capability beyond pure writing is optional Intercom API interaction, which is appropriate for a tool that can inspect or update workspace content.
Instruction Scope
SKILL.md stays on-topic: it prescribes writing/review workflows and only references the Intercom API when a private workspace access token is available. It explicitly recommends read-only inspection first, showing changes before applying them, and warns not to write tokens into docs/commits/skill files.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk and no external packages are pulled in.
Credentials
The skill does not require any environment variables, binaries, or config paths. The only external credential discussed is an Intercom workspace access token, and the doc treats it as optional and sensitive—appropriate and proportional for the described API interactions.
Persistence & Privilege
always is false and the skill does not request persistent system presence or elevated privileges. It also instructs caution around token handling and prefers showing deltas before applying changes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install intercom-docs
  3. After installation, invoke the skill by name or use /intercom-docs
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Improve Intercom skill with API-aware review workflow, safer token guidance, and stronger documentation audit structure.
v1.0.0
Initial release: Intercom documentation writing and update skill.
Metadata
Slug intercom-docs
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Intercom?

Create, update, improve, and review Intercom help-center and support documentation. Use when writing new Intercom articles, revising existing docs, auditing... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Intercom?

Run "/install intercom-docs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Intercom free?

Yes, Intercom is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Intercom support?

Intercom is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Intercom?

It is built and maintained by George Lewis (@georgelewi5); the current version is v1.0.1.

💬 Comments