Agent skill · Data & Analytics

chatbot-analytics

Implement AI chatbot analytics and conversation monitoring. Use when adding conversation metrics, tracking AI usage, measuring user engagement with chat, or building conversation dashboards. Activates for AI analytics, token tracking, conversation categorization, and chat performance.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill chatbot-analytics-curiositech-windags-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBash(npm:*npx:*)
Path: skills/analysis/chatbot-analytics-curiositech-windags-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Chatbot Analytics This skill helps you implement analytics for the AI coaching chat feature while maintaining HIPAA compliance. ## Core Metrics to Track Based on [industry best practices](https://hiverhq.com/blog/chatbot-analytics), track these 13 key metrics: | Metric | Description | HIPAA Safe? | |--------|-------------|-------------| | Total Sessions | Number of chat sessions | Yes | | Avg Messages/Session | Messages per conversation | Yes | | Avg Session Duration | Time spent in chat | Yes | | Engagement Rate | % users who use chat | Yes | | Completion Rate | Sessions ended naturally | Yes | | Abandonment Rate | Sessions ended early | Yes | | Response Time | AI response latency | Yes | | Token Usage | Total/avg tokens consumed | Yes | | Error Rate | Failed responses | Yes | | Fallback Rate | "I don't understand" responses | Yes | | Topic Categories | What users discuss | Metadata only | | Sentiment Trend | Emotional direction | Derived only | | Crisis Triggers | Emergency detection | Metadata only | ## HIPAA-Compliant Analytics ### What to Track ```typescript // Conversation metadata (SAFE) interface ConversationAnalytics { id: string; conversationId: string; userId: strin

What's inside
Steps it walks through
  1. Core Metrics to Track
  2. HIPAA-Compliant Analytics
  3. What to Track
  4. What NOT to Track
  5. Implementation Pattern
  6. Tracking Conversation Start
  7. Tracking Message Exchange
  8. Tracking Conversation End
  9. Category Detection (Metadata-Based)
  10. Dashboard Aggregations
  11. Session Metrics
  12. Token Usage for Cost Tracking
  13. Category Breakdown
  14. Alert Configuration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the chatbot-analytics skill do?

Implement AI chatbot analytics and conversation monitoring. Use when adding conversation metrics, tracking AI usage, measuring user engagement with chat, or building conversation dashboards. Activates for AI analytics, token tracking, conversation categorization, and chat performance.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill chatbot-analytics-curiositech-windags-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going