Automated government procurement bid discovery engine. Scans multiple Chinese procurement platforms, matches configurable keywords, tracks bid statuses, and delivers deadline-aware reports. Users configure their own keywords and monitoring targets; built-in adapters cover 5 major platforms with an extensible plugin model for adding more.
Coding
Gx Bidding Monitor
Try itMulti-platform bidding monitor: scan 50+ sites and filter power/electric bidding notices only.
What it does
Multi-platform bidding monitor: scan 50+ sites and filter power/electric bidding notices only.
The skill document
Multi-Platform Bidding Monitor
Monitor bidding notices across 50+ Chinese procurement platforms, filtered to power/electric industry only.
How It Works
Scans government public resource centers, power grid platforms, energy/conglomerate procurement portals, real estate group bidding systems, and industry vertical platforms. Uses keyword matching to retain only power/electric notices.
Prerequisites
- Python 3.8+
- OpenClaw (browser/chromium for page scanning)
pip install httpx beautifulsoup4 lxml
Power Industry Keywords
配电, 供配电, 扩容, 线路, 迁改, 增容, 一户一表, 10kV, 35kV, 110kV, 变压器, 箱变, 开闭所, 配电房, 配电室, 电缆, 电力, 供电, 用电, 配网, 电网, 输变电, 变电站, 供电所, 充电桩, 充电站, 新能源, 光伏, 储能, 风电, 高压, 低压, 开关柜, 断路器, 母线, 桥架, 接地, 电气安装, 电气工程, 电气设备, 成套设备, 无功补偿, 防雷, 计量, 互感器, 避雷器
Supported Platform Categories
| Category | Count | Examples |
|---|---|---|
| 🏛️ Gov Public Resource Centers | 9 | Nanning, Guangxi, Hechi, Huanjiang, Guilin, etc. |
| ⚡ Power Grid Platforms | 5 | CSG E-bidding, ECSG, SPIC, Huadian, Datang |
| 🔋 Energy & State-owned | 4 | NEEP, CHN Energy, China Tower, PipeChina |
| 🏗️ Real Estate Groups | 13 | Jinke, Zhangtai, Wanda, CR Land, Sunac, etc. |
| 🏢 Provincial SOEs | 7 | Beibu Gulf, Guangxi Communications, Road & Bridge, etc. |
| 🏭 Central Enterprises | 7 | CRCC, CCCC, PowerChina, China ComService, etc. |
| 🌐 Vertical Platforms | 7 | Gov Procurement Cloud, Yunzhu, BQPoint, etc. |
| 📦 Others | 5 | China Mobile, Dahua, China Southern Airlines, etc. |
Configuration
Edit references/gx_websites.json to add/remove platforms and your own credentials.
Usage
# Scan default categories (today's rotation)
python3 scripts/gx_bidding_monitor.py
# Scan a specific category
python3 scripts/gx_bidding_monitor.py --category power_grid
# Scan all categories (takes 20-30 min)
python3 scripts/gx_bidding_monitor.py --all
# List auth-required platforms
python3 scripts/gx_bidding_monitor.py --auth-only
Rotation Strategy
- Daily: Gov public resource centers + Power grid platforms
- Rotating: Energy / Real estate / SOEs / Central enterprises / Industry / Others
Ensures full coverage of all 50+ platforms within a week.
Files
| File | Description |
|---|---|
scripts/gx_bidding_monitor.py | Main scanning script |
references/config-guide.md | Configuration guide |
references/gx_websites.json | Website list (add your own credentials) |
Notes
- Depends on OpenClaw browser/chromium tool
- Government sites may restructure URLs periodically
- Auth-required platforms need manual login or automation setup
- Passwords and credentials are not included — add yours in
gx_websites.json
Related skills
招投标商机采集 — 监控全网公开招投标信息,按业务赛道智能筛选高价值商机线索。能力与副作用完整披露:(1) 通过 WebSearch/WebFetch 向各级政府公共资源交易平台、国企采购平台、行业招投标网站及第三方聚合平台发起出站 HTTP 请求,仅采集公开信息,不读取用户环境变量/API Key/敏感配置;(2) scan/monitor 结果默认写入本地 leads-output/bid/ 目录(HTML/JSON/Markdown/log),不静默写入其他位置;(3) monitor 子命令通过 CronCreate 创建定时任务(会修改宿主调度),周期性发起出站请求并发送 PushN
国央企招投标信息监控与研判技能。自动采集多平台公告,按资质规则比对可投性(可投/不可投/需确认),生成带研判简报并多通道推送。v1.5 起新增:资质匹配度评分(0-100)、投标日历与开标倒计时、金额/地区/行业多维筛选、零代码规则编辑器、诊断中心、示例模式、集中FAQ、统一命令入口;v2.0 本地AI增强(招标文件AI速读+风险条款识别,零云成本);v2.5 投标策略建议生成;v3.0 本地开放API+签名webhook。边界感知智能匹配防子串误匹配,规则库健康检查,钉钉/企业微信/邮件推送。触发词:抓招投标、今日哪些能投、标讯监控、标书研判、招投标公告、央企招标、投标资质匹配、AI读标书、投标建议。
竞品/站点变更监控技能。定期抓取目标页面,与历史快照 diff,发现价格/文案/上新/结构变化并告警。复用 web-fetch 抓取能力,内置快照比对脚本。适用于电商竞品监控、行业资讯追踪、合规变更巡查。
投标人侧政府采购盲投参谋:基于公开数据做商机发现(采购公告采集+企业画像匹配排序)与投标决策(资格/能力/利润/风险 go-no-go 结构化判断),内置投标人防御视角风险自查(废标雷区+排他性/萝卜坑条款扫描)。纯本地+公开数据采集,零 API Key;可选挂载 IMA 知识库做检索增强。
招投标数据查询雷达。作为招投标数据追踪雷达,当用户询问最新商机、临期项目预测、特定品牌/型号历史价格、或潜在投标供应商推荐时必须调用此技能。擅长处理招投标大数据平台级的海量数据挖掘需求,必须以图表或Markdown表格形式输出清晰的数据统计和市场趋势洞察。