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

openclaudia

v0.1.1

Published

Install OpenClaudia marketing skills for Claude Code

Readme

OpenClaudia

Open-source AI marketing skills for Claude Code, Codex, and other coding agents. 34 skills that turn your terminal into a full-service marketing team.

Website: openclaudia.com GitHub: OpenClaudia/openclaudia-skills

Install

# Install all 34 skills
npx openclaudia install --all

# Install a specific skill
npx openclaudia install seo-audit

# Install multiple skills
npx openclaudia install write-blog keyword-research email-sequence

Usage

After installing, open Claude Code and use any skill as a slash command:

> /write-blog "10 Tips for SaaS Growth"
> /seo-audit https://mysite.com
> /email-sequence --type welcome
> /competitor-analysis acme.com
> /social-content --platform reddit

Skills

SEO & Site Audit

| Skill | Description | |-------|-------------| | seo-audit | Full technical + on-page SEO audit with actionable fixes | | keyword-research | Keyword research via SemRush, DataForSEO, SerpAPI | | serp-analyzer | Analyze SERP results and ranking factors | | backlink-audit | Audit backlink profile via SemRush or Ahrefs | | schema-markup | Generate and validate Schema.org structured data | | programmatic-seo | Create SEO-optimized pages at scale |

Content Writing

| Skill | Description | |-------|-------------| | write-blog | SEO-optimized blog posts with Unsplash images | | write-landing | High-converting landing page copy | | copywriting | Marketing copy for any page type | | copy-editing | Line-by-line copy polish and improvement | | content-strategy | Content calendars and topic clusters |

Email Marketing

| Skill | Description | |-------|-------------| | email-sequence | Create and send drip campaigns via Resend API | | email-subject-lines | Generate, A/B test, and send subject lines |

Social Media

| Skill | Description | |-------|-------------| | social-content | Create and publish posts to Reddit, X, LinkedIn, Instagram, Facebook | | thread-writer | Write and post viral threads on X and Reddit | | content-calendar | Plan and schedule social media content |

Ads & Conversion

| Skill | Description | |-------|-------------| | google-ads | Write Google Ads copy and campaigns | | facebook-ads | Create Facebook/Meta ad campaigns | | page-cro | Landing page conversion rate optimization | | ab-test-setup | Design and implement A/B tests |

Analytics & Research (API-Powered)

| Skill | Description | API | |-------|-------------|-----| | semrush-research | SEO & competitive intelligence | SEMRUSH_API_KEY | | brand-monitor | Brand mention tracking & sentiment | BRANDDEV_API_KEY | | google-analytics | GA4 reports and insights | Google OAuth | | search-console | Google Search Console data | Google OAuth | | google-ads-report | Google Ads performance reporting | Google OAuth |

Strategy & Planning

| Skill | Description | |-------|-------------| | marketing-ideas | 139 proven marketing ideas by category | | marketing-psychology | 70+ psychological principles for marketing | | competitor-analysis | Full competitor strategy breakdown | | pricing-strategy | Pricing page and strategy optimization | | launch-strategy | Product launch planning and execution | | icp-builder | Define ideal customer profiles |

Growth & Automation

| Skill | Description | |-------|-------------| | referral-program | Design referral and viral loops | | lead-magnet | Create lead magnets and gated content | | signup-flow-cro | Optimize signup conversion funnels | | onboarding-cro | Improve user onboarding flows |

API Configuration

Skills work without API keys but provide richer results when configured. Set keys in .env or ~/.claude/.env.global:

RESEND_API_KEY=           # Send emails (email-sequence, email-subject-lines)
SEMRUSH_API_KEY=          # SEO data (keyword-research, backlink-audit, competitor-analysis)
AHREFS_API_KEY=           # Backlink data (backlink-audit)
SERPAPI_API_KEY=           # SERP data (serp-analyzer, keyword-research)
BRANDDEV_API_KEY=         # Brand monitoring (brand-monitor)
UNSPLASH_CLIENT_ID=       # Stock images (write-blog, social-content)
GOOGLE_CLIENT_ID=         # Google APIs (analytics, search-console, ads)
GOOGLE_CLIENT_SECRET=     # Google APIs
REDDIT_CLIENT_ID=         # Reddit posting (social-content)
REDDIT_CLIENT_SECRET=     # Reddit posting
SCRAPINGBEE_API_KEY=      # Web scraping (competitor-analysis)

Commands

npx openclaudia install --all          # Install all skills
npx openclaudia install <name>         # Install specific skill(s)
npx openclaudia list                   # List available skills
npx openclaudia remove <name>          # Remove a skill
npx openclaudia remove --all           # Remove all skills

How It Works

Skills are installed to ~/.claude/skills/ as Markdown files. Each skill registers as a slash command in Claude Code. When invoked, the agent follows the skill's instructions to execute marketing tasks — reading your project files, calling APIs, and writing output directly to disk.

Contributing

  1. Fork the repository
  2. Create a skill directory under skills/
  3. Add a SKILL.md with YAML frontmatter and instructions
  4. Submit a pull request

Related Projects

License

MIT — see LICENSE

Created by

Quanlai Li and the OpenClaudia community.