← Back to Skills Marketplace
336
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tender-scraper-xiaobai
Description
爬取官网招投标采购公告,按日期和类型分组输出,支持商业情报和政府采购信息追踪分析。
Usage Guidance
This package appears coherent and small: it scrapes the declared procurement site and returns JSON, and it does not ask for credentials. Before installing, review and run the script in a controlled environment (virtualenv or sandbox), install dependencies into an isolated environment, and inspect the code yourself. Confirm that scraping this site is permitted (check robots.txt and terms of service) and be mindful of rate limits and potential privacy/legal issues if the data contains personal information. If you plan to run this repeatedly or at scale, add polite rate limiting and error/retry handling.
Capability Analysis
Type: OpenClaw Skill
Name: tender-scraper-xiaobai
Version: 1.0.0
The skill bundle is a legitimate web scraper designed to collect bidding and procurement announcements from a public trading platform (ygcg.nbcqjy.org). The code in scripts/crawl.py uses standard HTTP requests to fetch JSON data from a public API and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included code and SKILL.md. The Python script posts to the declared site API, parses results and returns structured JSON; required packages (requests, beautifulsoup4) are appropriate.
Instruction Scope
SKILL.md instructs running the included script or calling crawl_and_return_json; the code only accesses the documented target site and does not read local files, environment variables, or send data to third-party endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. It includes a small requirements.txt (requests, beautifulsoup4) — no downloads from arbitrary URLs or archive extraction.
Credentials
No environment variables, credentials, or config paths are requested. The script runs with no secret access and only performs network requests to the stated domain.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system configuration; it has no elevated or persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tender-scraper-xiaobai - After installation, invoke the skill by name or use
/tender-scraper-xiaobai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tender-scraper.
- Crawl and collect tender and procurement announcements from https://ygcg.nbcqjy.org.
- Provides both command-line and Python interfaces for data extraction.
- Returns structured data fields: title, url, publish_time, tags, tender_type.
- Includes field and tag explanations for easier data interpretation.
- Supplies recommended Markdown summary format grouped by date and type, with emojis.
Metadata
Frequently Asked Questions
What is tender-scraper-xiaobai?
爬取官网招投标采购公告,按日期和类型分组输出,支持商业情报和政府采购信息追踪分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 336 downloads so far.
How do I install tender-scraper-xiaobai?
Run "/install tender-scraper-xiaobai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tender-scraper-xiaobai free?
Yes, tender-scraper-xiaobai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tender-scraper-xiaobai support?
tender-scraper-xiaobai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tender-scraper-xiaobai?
It is built and maintained by BAI (@jiahuishao); the current version is v1.0.0.
More Skills