← 返回 Skills 市场
336
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tender-scraper-xiaobai
功能描述
爬取官网招投标采购公告,按日期和类型分组输出,支持商业情报和政府采购信息追踪分析。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tender-scraper-xiaobai - 安装完成后,直接呼叫该 Skill 的名称或使用
/tender-scraper-xiaobai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
tender-scraper-xiaobai 是什么?
爬取官网招投标采购公告,按日期和类型分组输出,支持商业情报和政府采购信息追踪分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 336 次。
如何安装 tender-scraper-xiaobai?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tender-scraper-xiaobai」即可一键安装,无需额外配置。
tender-scraper-xiaobai 是免费的吗?
是的,tender-scraper-xiaobai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tender-scraper-xiaobai 支持哪些平台?
tender-scraper-xiaobai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tender-scraper-xiaobai?
由 BAI(@jiahuishao)开发并维护,当前版本 v1.0.0。
推荐 Skills