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

@intentsolutionsio/serpapi-pack

v1.0.0

Published

Claude Code skill pack for SerpApi - 18 skills covering search engine scraping, SERP data, and structured results

Readme

SerpApi Skill Pack

18 production-ready Claude Code skills for SerpApi -- real search scraping code for Google, Bing, YouTube, News, Shopping, and Maps.

What This Is

A complete skill pack for building search-powered applications with SerpApi. Every skill contains real SerpApi code: serpapi.Client, getJson, multi-engine search (Google, Bing, YouTube, News, Shopping, Maps), structured result parsing, credit-based cost management, and SERP monitoring pipelines. No placeholder imports, no fake patterns.

Installation

/plugin install serpapi-pack@claude-code-plugins-plus

Skills

Standard Skills (S01-S12)

| # | Skill | What It Does | |---|-------|-------------| | S01 | serpapi-install-auth | Install serpapi package, configure API key, verify with Account API | | S02 | serpapi-hello-world | Google search with organic results, answer box, knowledge graph parsing | | S03 | serpapi-local-dev-loop | Record fixtures from real API, mock client, offline testing | | S04 | serpapi-sdk-patterns | Cached client, multi-engine abstraction, async search, typed results | | S05 | serpapi-core-workflow-a | Google Search: organic results, PAA, local pack, filters, pagination | | S06 | serpapi-core-workflow-b | YouTube, Bing, Google News, Shopping, Maps -- engine-specific params | | S07 | serpapi-common-errors | Fix invalid key, exhausted credits, empty results, CAPTCHA issues | | S08 | serpapi-debug-bundle | Account status, recent searches archive, test search diagnostics | | S09 | serpapi-rate-limits | Plan tiers, credit monitoring, request throttling, archive retrieval | | S10 | serpapi-security-basics | Backend proxy pattern, never expose key to frontend, rate limit proxy | | S11 | serpapi-prod-checklist | Credit budget, caching, health check with remaining credits | | S12 | serpapi-upgrade-migration | google-search-results to serpapi package, callback to async migration |

Pro Skills (P13-P18)

| # | Skill | What It Does | |---|-------|-------------| | P13 | serpapi-ci-integration | Fixture-based unit tests (0 credits), live integration on main only | | P14 | serpapi-deploy-integration | Vercel/Cloud Run search proxy, health check with credit status | | P15 | serpapi-webhooks-events | Async search polling, SERP monitoring pipeline, keyword rank tracking | | P16 | serpapi-performance-tuning | Multi-layer caching (LRU + Redis), Google Light API, parallel search | | P17 | serpapi-cost-tuning | Credit calculator, cache hit rate analysis, archive API for free retrieval | | P18 | serpapi-reference-architecture | Search service facade, rank tracker, credit budget manager |

Key SerpApi Concepts Covered

  • Engines: google, google_light, bing, youtube, google_news, google_shopping, google_maps
  • Parameters: q (most engines), search_query (YouTube), num, start, location, hl, gl
  • Results: organic_results, answer_box, knowledge_graph, related_questions, local_results
  • Pricing: 1 credit/search, Free (100/mo) to Enterprise (50K+/mo)
  • Archive: Free retrieval of previous searches by search_id

License

MIT