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

kechuang-collection

v1.0.2

Published

Claude Code Skill — 7x24 automated monitoring of global innovation & technology public information, intelligently filtering actionable leads aligned with company KPI metrics.

Readme

🔬 kechuang-collection

Innovation Lead Collection Skill for Claude Code

7×24 automated monitoring of global innovation & technology public information, intelligently filtering actionable leads aligned with company KPI metrics — replacing manual screening.

npm version License


🎯 Overview

This skill automatically monitors global innovation & technology (科创) public information channels — government platforms, industry news, and official announcements — and intelligently filters leads that match your company's KPI metrics for innovation assessment.

Who is this for?

  • Corporate S&T / Innovation Departments tracking government programs and subsidies
  • R&D teams looking for funding, certification, and award opportunities
  • Policy researchers monitoring regulatory changes and support programs
  • Executives needing a consolidated view of innovation opportunities

✨ Features

| Feature | Description | |---------|-------------| | 🕵️ Automated Scanning | Searches government and official platforms for relevant announcements | | 🎯 KPI-Driven Filtering | Maps results to your KPI dimensions (awards, certifications, funding, etc.) | | 🏷️ Smart Tagging | Auto-classifies leads by type (Policy/Application/Announcement/News/Event) | | ⭐ Priority Scoring | Urgency algorithm based on deadlines and KPI weight | | ⏰ Scheduled Monitoring | Background cron-based scanning with push notifications | | 📊 Summary Reports | Structured Markdown reports with trend analysis |


🚀 Installation

# Install via npm
npm install -g kechuang-collection

Then use the /kechuang-collection command in Claude Code.


📋 Usage

| Command | Function | |---------|----------| | /kechuang-collection scan <keywords> | Real-time scan for innovation leads | | /kechuang-collection monitor | Start scheduled monitoring | | /kechuang-collection report | Generate summary report | | /kechuang-collection list-sources | View monitoring channels | | /kechuang-collection add-source <url> | Add a monitoring source |

Examples

# Scan for high-tech enterprise certification opportunities
/kechuang-collection scan high-tech enterprise certification 2026

# Search for R&D subsidy programs in the last 7 days
/kechuang-collection scan R&D subsidy --days=7

# Start background monitoring (scan every 2 hours)
/kechuang-collection monitor

# Generate KPI-focused summary report
/kechuang-collection report --kpi=high

🎯 Collection Scope

Government Platforms

  • Science & Technology Bureaus (national & provincial) — Project applications, S&T awards, certification
  • Industry & IT Bureaus — Specialized & new enterprises, manufacturing champions, green factories
  • Development & Reform Commissions — Innovation platforms, engineering research centers
  • High-Tech Zone Authorities — Innovation vouchers, R&D subsidies, gazelle/unicorn programs
  • Intellectual Property Office — Patent awards, IP advantage enterprises
  • Market Regulation Administration — Standardization pilots, quality awards
  • Human Resources Bureaus — Postdoctoral stations, talent programs

Industry Channels

  • Vertical tech media (36Kr, TMTPost, Leiphone, etc.)
  • Enterprise innovation collaboration news
  • Technology research project announcements
  • Industry alliance and association updates

🔧 Customization

Modify KPI Weights

Edit references/kpi-criteria.md to adjust weight percentages and matching keywords per your company's actual metrics.

Modify Monitoring Sources

Edit references/monitoring-sources.md to add or remove target websites and sections.

Add Filter Words

Add or modify filter rules in the "Invalid Information Filtering" section of references/kpi-criteria.md.


📁 Package Contents

kechuang-collection/
├── SKILL.md                          # Full skill definition (core)
├── README.md                         # This file
├── package.json                      # npm package metadata
├── .claude-plugin/plugin.json        # Plugin configuration
├── LICENSE                           # MIT License
└── references/
    ├── kpi-criteria.md               # KPI criteria & matching rules
    ├── monitoring-sources.md         # Monitoring source list
    └── quick-start.md                # Quick start guide

📝 Version History

| Version | Date | Changes | |---------|------|---------| | 1.0.2 | 2026-06-10 | English version with updated npm metadata | | 1.0.1 | — | Bug fixes and improvements | | 1.0.0 | — | Initial release |


👤 Author

cryptocxf

📄 License

MIT