返回顶部
c

crispCrisp客服

Customer support via Crisp API. Use when the user asks to check, read, search, or respond to Crisp inbox messages. Requires Crisp website ID and plugin token (authenticated via environment variables CRISP_WEBSITE_ID, CRISP_TOKEN_ID, and CRISP_TOKEN_KEY).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,837
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

crisp

Crisp 客户支持

Crisp 是一个客户支持平台。当用户需要以下操作时,可使用此技能:

  • - 查看收件箱中的新消息
  • 阅读对话历史记录
  • 搜索对话
  • 向客户发送回复
  • 查看对话状态

凭证信息

Crisp 需要通过 HTTP 标头进行身份验证,使用令牌标识符和密钥(基本认证),以及用于 API URL 的网站 ID。

请将这些设置为环境变量(安全存储,切勿记录):

  • - CRISPWEBSITEID - 您的网站标识符(例如:0f4c...)
  • CRISPTOKENID - 您的插件令牌标识符(例如:e47d...)
  • CRISPTOKENKEY - 您的插件令牌密钥(例如:a7d7...)

常见工作流程

查看收件箱状态

bash scripts/crisp.py inbox list --page 1

阅读对话

bash scripts/crisp.py conversation get

获取对话中的消息

bash scripts/crisp.py messages get

发送回复

bash scripts/crisp.py message send 在此输入您的回复文本

搜索对话

bash scripts/crisp.py conversations search 查询词 --filter unresolved --max 10

标记为已读

bash scripts/crisp.py conversation read

解决对话

bash scripts/crisp.py conversation resolve

API 参考

使用的关键端点:

  • - GET /v1/website/{websiteid}/conversations/{page} - 列出对话
  • GET /v1/website/{websiteid}/conversation/{sessionid} - 获取对话详情
  • GET /v1/website/{websiteid}/conversation/{sessionid}/messages - 获取消息
  • POST /v1/website/{websiteid}/conversation/{sessionid}/message - 发送消息
  • PATCH /v1/website/{websiteid}/conversation/{sessionid}/read - 标记为已读
  • PATCH /v1/website/{websiteid}/conversation/{session_id} - 更新/解决

基础 URL:https://api.crisp.chat

注意事项

  • - 在发送客户回复前,务必先确认语气和内容
  • 检查对话中的 meta.email 以获取客户邮箱
  • 运行命令前,请确认 CRISPWEBSITEID、CRISPTOKENID 和 CRISPTOKENKEY 已设置
  • 以编程方式解析脚本输出时,请使用 --json 标志

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 crisp-1776084371 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 crisp-1776084371 技能

通过命令行安装

skillhub install crisp-1776084371

下载

⬇ 下载 crisp v1.0.0(免费)

文件大小: 7.33 KB | 发布时间: 2026-4-14 12:09

v1.0.0 最新 2026-4-14 12:09
Initial release – integrates Crisp customer support API.

- Supports checking inbox, reading/searching conversations, sending and marking replies, and resolving conversations.
- Requires authentication via environment variables for website ID and plugin token.
- Includes example CLI workflows and key API endpoint documentation.
- Security notes: credentials are stored via environment variables and never logged.
- Recommends confirmation before sending replies and provides usage best practices.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部