crispCustomer 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).
Install via ClawdBot CLI:
clawdbot install paul-phan/crispCrisp is a customer support platform. Use this skill when the user needs to:
Crisp requires authentication via HTTP headers with a token identifier and key (Basic Auth), plus the website ID for the API URL.
Set these as environment variables (stored securely, never logged):
CRISP_WEBSITE_ID - Your website identifier (e.g., 0f4c...)CRISP_TOKEN_ID - Your Plugin Token Identifier (e.g., e47d...)CRISP_TOKEN_KEY - Your Plugin Token Key (e.g., a7d7...)scripts/crisp.py inbox list --page 1
scripts/crisp.py conversation get <session_id>
scripts/crisp.py messages get <session_id>
scripts/crisp.py message send <session_id> "Your reply text here"
scripts/crisp.py conversations search "query terms" --filter unresolved --max 10
scripts/crisp.py conversation read <session_id>
scripts/crisp.py conversation resolve <session_id>
Key endpoints used:
GET /v1/website/{website_id}/conversations/{page} - List conversationsGET /v1/website/{website_id}/conversation/{session_id} - Get conversation detailsGET /v1/website/{website_id}/conversation/{session_id}/messages - Get messagesPOST /v1/website/{website_id}/conversation/{session_id}/message - Send messagePATCH /v1/website/{website_id}/conversation/{session_id}/read - Mark as readPATCH /v1/website/{website_id}/conversation/{session_id} - Update/resolveBase URL: https://api.crisp.chat
meta.email in conversation for customer emailCRISP_WEBSITE_ID, CRISP_TOKEN_ID, and CRISP_TOKEN_KEY are set before running commands--json flag for script output when parsing programmaticallyAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.