npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

kai-skills

v1.0.10

Published

Portable skill library for Kai - works with Claude, ChatGPT, and other AI assistants

Downloads

743

Readme

Kai Skills

21 AI-powered tools for social media analytics and automation.

Connect YouTube, Instagram, Twitter, and more to Claude and ChatGPT. No coding required.

Get Started · Documentation · Discord


Works With Claude

Kai skills integrate directly with Claude Desktop and Claude Code via MCP (Model Context Protocol).

Using kai-skills (Recommended)

No Kai CLI required! Just install the helper and go:

# Install kai-skills helper
npm install -g kai-skills

# Install skills from GitHub
kai-skills install

# Add all skills to Claude
kai-skills add all

# Or add individually
kai-skills add youtube
kai-skills add instagram
kai-skills add twitter

Then restart Claude Desktop and use natural language:

  • "Get my YouTube stats for this week"
  • "Show my Instagram follower growth"
  • "Create a social media report comparing all platforms"
  • "Start my dashboard and add my YouTube account"

Manual MCP Setup

If you prefer to add skills manually:

# Add individual skills
claude mcp add kai-youtube -- node ~/.kai/skills/youtube/handler.js
claude mcp add kai-instagram -- node ~/.kai/skills/instagram/handler.js
claude mcp add kai-twitter -- node ~/.kai/skills/twitter/handler.js

Claude Code (CLI)

Same skills work in your terminal:

claude
# Then type: "Fetch my Twitter analytics"
# Or: "Add my Instagram account to the dashboard"


21 Skills Included

Social Media Analytics

| Skill | Actions | Setup | |-------|---------|-------| | Dashboard | Unified analytics dashboard for all platforms | 2 min | | YouTube | Channel stats, video metrics, trending | 2 min | | Instagram | Followers, posts, hashtags, insights | 2 min | | Twitter/X | Tweet search, user analysis, posting | 2 min | | Facebook | Page analytics, publishing, insights | 2 min | | LinkedIn | Professional network analytics | 2 min | | TikTok | Video stats, hashtag research | 2 min | | Threads | Posting, replies, engagement | 2 min | | Bluesky | AT Protocol social analytics | 2 min |

Automation

| Skill | Actions | |-------|---------| | OpenRouter | AI image generation, chat completions | | Google Sheets | Export reports to spreadsheets | | Slack | Send team notifications | | Webhook | Trigger Zapier, Make, custom endpoints | | Notion | Query databases, create pages | | Email | Send reports via SMTP |

Utilities

| Skill | Actions | |-------|---------| | Browser | Web scraping, screenshots | | Database | Store analytics data | | Data Storage | Read/write JSON, CSV, Markdown | | Docker | Deploy containers | | Git | Version control | | Web Tools | Web search, page fetching |


API Key Setup

Two ways to get API keys:

1. Interactive Wizard (Easiest)

npx kai-api-setup

Step-by-step guide that opens browsers and validates keys automatically.

2. Manual Setup

Visit our setup guide for platform-specific instructions.

Quick links for API keys:


Example Use Cases

Marketing Manager:

"Create a weekly report with YouTube views, Instagram engagement, and Twitter impressions. Export to Google Sheets and Slack it to #marketing."

Content Creator:

"Analyze my top 10 YouTube videos. What's working? Generate a thumbnail for my next video."

Social Media Agency:

"Monitor 5 client Instagram accounts. Alert me in Slack if any account loses followers this week."


Full Documentation

Visit tmoreton.github.io/kai-skills for:

  • Visual setup guides with screenshots
  • Platform-specific instructions
  • API key walkthroughs
  • Troubleshooting help

Support


License

MIT - Use freely for personal and commercial projects.

Built for marketers who want AI superpowers.