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.
Maintainers
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.
🎯 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-collectionThen 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
📄 License
MIT
