MCP HubMCP Hub
スキル一覧に戻る

crisp

majiayu000
更新日 2 days ago
19 閲覧
58
9
58
GitHubで表示
コミュニケーションai

について

Crispスキルは、ブラウザ自動化を通じてClaudeがCrispプラットフォーム上でカスタマーサポート業務を自動化できるようにします。ライブチャット管理、ヘルプデスクチケット、CRM機能を扱い、カスタマーコミュニケーションワークフローを構築する開発者にとって有用です。設定には認証のための環境変数が必要で、プライバシー強化のための手動ブラウザログインもサポートしています。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/crisp

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Crisp Skill

Overview

Automates Crisp customer messaging platform operations including live chat management, helpdesk tickets, knowledge base, and CRM features through browser automation.

Quick Install

curl -sSL https://canifi.com/skills/crisp/install.sh | bash

Or manually:

cp -r skills/crisp ~/.canifi/skills/

Setup

Configure via canifi-env:

# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash

canifi-env set CRISP_EMAIL "[email protected]"
canifi-env set CRISP_PASSWORD "your-password"

Privacy & Authentication

Your credentials, your choice. Canifi LifeOS respects your privacy.

Option 1: Manual Browser Login (Recommended)

If you prefer not to share credentials with Claude Code:

  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password

Option 2: Environment Variables

If you're comfortable sharing credentials, you can store them locally:

canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"

Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.

Capabilities

  • Respond to live chat conversations
  • Manage helpdesk tickets
  • Access visitor and contact data
  • Use canned responses
  • Create knowledge base articles
  • Set operator availability
  • View conversation analytics
  • Manage chatbot flows

Usage Examples

Example 1: Respond to Live Chat

User: "Reply to the visitor asking about pricing on Crisp"
Claude: I'll respond to that chat.
- Navigate to Crisp inbox
- Find pricing inquiry conversation
- Review visitor context and history
- Compose helpful pricing response
- Send message
- Confirm delivery

Example 2: Create Ticket

User: "Convert this chat to a helpdesk ticket for follow-up"
Claude: I'll create that ticket.
- Open current conversation
- Click convert to ticket
- Set priority and category
- Assign to appropriate team
- Confirm ticket created

Example 3: Use Canned Response

User: "Send the business hours canned response"
Claude: I'll send that response.
- Open active conversation
- Access canned responses shortcut
- Select "business hours" response
- Insert and send
- Confirm message sent

Example 4: Update Knowledge Base

User: "Add a new FAQ article about returns to Crisp"
Claude: I'll create that article.
- Navigate to Knowledge Base section
- Click create new article
- Set category as FAQ
- Write returns policy content
- Publish article
- Confirm live

Authentication Flow

  1. Navigate to app.crisp.chat via Playwright MCP
  2. Enter email and password from canifi-env
  3. Select website if multiple
  4. Handle 2FA if enabled (notify user via iMessage)
  5. Verify inbox access
  6. Maintain session cookies

Error Handling

  • Login Failed: Verify credentials, check for CAPTCHA
  • Session Expired: Re-authenticate automatically
  • 2FA Required: iMessage for verification code
  • Website Not Found: List available websites for selection
  • Conversation Closed: Cannot send to closed chats
  • Visitor Offline: Message will be delivered when they return
  • Rate Limited: Implement backoff for rapid messages
  • Permission Denied: Check operator permissions

Self-Improvement Instructions

When encountering new Crisp features:

  1. Document new chat UI elements
  2. Add support for new message types
  3. Log successful response patterns
  4. Update for new helpdesk features

Notes

  • Free plan has limited features
  • Chatbot flows require Pro plan or higher
  • Visitor data depends on tracking setup
  • Knowledge base requires appropriate plan
  • Multiple operators can view same conversation
  • Mobile app notifications may duplicate
  • Campaign features have separate interface

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/crisp

関連スキル

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る