Chatwoot captain
Agent skills for Chatwoot. Integrate Chatwoot into any system — channels, live chat, Captain AI, webhooks, API, and migrations.
npx -y skills add fxckcode/chatwoot-skills --skill chatwoot-captainAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Set up and use Captain AI — Chatwoot's built-in AI agent for automated customer support. Use when configuring AI assistants, FAQ bots, copilot features, or custom tools for Captain.
SKILL.md
2.4 KB, as published. Nobody here has run it
Chatwoot Captain AI
Captain is Chatwoot's built-in AI assistant for automated customer support.
Setup
- Settings → Captain → Enable
- Create an assistant with personality/prompt
- Connect to an inbox
- Configure auto-resolution
See articles/captain/captain-_-introduction.md.
See articles/captain/creating-an-assistant-with-captain.md.
Knowledge Base (FAQ)
Upload documents for Captain to reference:
- Supported: PDF, DOCX, TXT, MD
- Create Q&A pairs manually
See articles/captain/creating-an-faq-with-captain.md.
See articles/captain/creating-a-document-in-captain.md.
Memories
Captain remembers facts about contacts across conversations:
- Automatically extracted from chat history
- Manually addable via Memories panel
See articles/captain/how-to-use-captain-memories.md.
Copilot
Agents use Captain as a copilot:
- Suggest replies
- Summarize conversations
- Research from connected sources
See articles/captain/how-to-use-captain-copilot.md.
Custom Tools
Extend Captain with API-connected tools:
- Navigate to Captain → Tools → Create
- Define: name, description (most important!), method, endpoint URL
- Add parameters for data extraction
- Configure auth (Bearer, Basic, API Key, or None)
Context Sent to Your API
Captain includes metadata headers with every tool call:
X-Chatwoot-Account-Id,X-Chatwoot-Conversation-IdX-Chatwoot-Contact-Email,X-Chatwoot-Contact-IdX-Chatwoot-Contact-Inbox-Verified(HMAC check)
Limits
- Max 15 tools per account (recommended ≤ 10)
- 30-second timeout, 1 MB response cap
- HTTPS only, no localhost/private IPs
See articles/captain/v2-_-how-to-set-up-custom-tools-for-captain.md.
Self-Hosted Captain
Requires OpenAI API key or Ollama endpoint:
See articles/captain/how-to-enable-captain-on-self_hosted-installations.md.
AI Credits
AI operations consume credits. Purchase credits or subscribe.
See articles/captain/how-ai-credits-work-in-captain.md.
Website Crawling
Allow Captain to crawl your site:
Update robots.txt to allow FirecrawlAgent.
See articles/captain/updating-robots-txt-to-allow-chatwoot-assistant-to-crawl-your-website.md.