← 返回 Skills 市场
georgelewi5

Intercom

作者 George Lewis · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install intercom-docs
功能描述
Create, update, improve, and review Intercom help-center and support documentation. Use when writing new Intercom articles, revising existing docs, auditing...
使用说明 (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
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install intercom-docs
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /intercom-docs 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug intercom-docs
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Intercom 是什么?

Create, update, improve, and review Intercom help-center and support documentation. Use when writing new Intercom articles, revising existing docs, auditing... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Intercom?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install intercom-docs」即可一键安装,无需额外配置。

Intercom 是免费的吗?

是的,Intercom 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Intercom 支持哪些平台?

Intercom 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Intercom?

由 George Lewis(@georgelewi5)开发并维护,当前版本 v1.0.1。

💬 留言讨论