From tawk
Use when asked to manage tawk.to knowledge base articles, widget appearance, departments, triggers, shortcuts, or other account settings — explains what is and is not possible via API and guides dashboard workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tawk:kb-and-settingsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Be honest with the user about API coverage. tawk.to exposes only a small REST surface;
Be honest with the user about API coverage. tawk.to exposes only a small REST surface; most management is dashboard-only. Never pretend an API exists when it doesn't.
tawk_list_chats) — full per-chat transcripts are not yet available (endpoint unverified)tawk_list_tickets)tawk_list_properties), agent identity (tawk_me)| Area | Where in the dashboard |
|---|---|
| Knowledge base articles | Administration → Knowledge Base |
| Widget appearance/behavior | Administration → Channels → Chat Widget |
| Departments | Administration → Departments |
| Triggers (proactive messages) | Administration → Settings → Triggers |
| Shortcuts (canned replies) | Administration → Settings → Shortcuts |
| Webhook registration | Administration → Settings → Webhooks |
| Agents & roles | Administration → Property Members |
For these, give the user precise click-paths and, where useful, draft the CONTENT for them (e.g. write the KB article text, trigger copy, or shortcut messages) so they only have to paste it in.
Community reverse-engineering suggests additional RPC methods exist behind the same API (knowledge base, widget config). This plugin does NOT call them:
scripts/spike.mjs as a
probing pattern, and make clear it is at their own risk and outside what this plugin
supports.tawk_list_chats, identify recurring questions, write the article, give the user
paste-ready content.tawk_list_tickets by status, summarize, propose canned
replies (shortcuts) the user can add in the dashboard.npx claudepluginhub beyrakin/tawk-plugin --plugin tawkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.