Tender Bid Generator

Generate high-quality bid documents from tender documents. Use when users need to create bid proposals based on tender documents, including extracting tender...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 23 · 0 current installs · 0 all-time installs
bytender-cc@chengcheng8632
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included assets and scripts: parse_tender.py extracts key fields from PDF/DOCX/TXT and create_template.py builds a Word template — all coherent with generating bid documents.
Instruction Scope
SKILL.md instructs the agent to run the included parsing and template scripts on a provided tender file path; the scripts only read the specified input file, extract text, and produce local outputs (JSON or a .docx). There are no instructions to read unrelated system paths, environment variables, or to send data externally.
Install Mechanism
This is an instruction-only skill with no install spec. It relies on Python libraries (python-docx and PyPDF2) but does not install them automatically — user/agent must install dependencies (pip). This is reasonable but worth noting: dependencies should be installed from official package sources.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access secrets or external services.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill privileges. It writes only its own output file (assets/bid-template.docx) when run.
Assessment
This package appears coherent and limited to its stated purpose, but before installing or running it: (1) inspect the scripts yourself to confirm they won't process confidential files you don't want parsed; (2) install python-docx and PyPDF2 from official sources (pip) in a controlled environment; (3) run the parsers on non-sensitive sample files first to verify behavior; and (4) always manually review and legally verify generated bid documents (signatures, certificates, pricing) before submission.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97503pcz5741q1705ep9fdn7x8313zx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

投标文件生成器

根据招标文件自动生成专业、高质量的投标文件。

工作流程

1. 读取招标文件

支持格式:PDF、DOCX、TXT

使用脚本解析招标文件:

python3 scripts/parse_tender.py <招标文件路径>

输出为JSON格式的关键信息提取结果。

2. 分析招标要求

提取以下关键信息:

  • 项目基本信息:项目名称、编号、采购单位、预算金额
  • 资质要求:企业资质、人员资质、业绩要求
  • 技术规格:产品/服务技术要求、参数指标
  • 商务条款:交货期、付款方式、质保期
  • 评分标准:分值分布、评分细则
  • 投标文件要求:格式、份数、装订、密封要求

3. 生成投标文件结构

标准投标文件结构:

1. 投标函
2. 法定代表人授权书
3. 投标报价表
4. 资格证明文件
   - 营业执照
   - 资质证书
   - 财务报表
   - 业绩证明
5. 技术响应文件
   - 技术方案
   - 产品说明
   - 实施计划
6. 商务响应文件
   - 交货期承诺
   - 售后服务
   - 培训方案
7. 其他材料

4. 撰写内容

参考 references/writing-guide.md 撰写各章节内容:

  • 使用专业、规范的商务语言
  • 针对评分标准逐条响应
  • 突出企业优势和竞争力
  • 确保内容完整、逻辑清晰

5. 输出文档

使用 assets/bid-template.txt 模板生成最终投标文件(可导入Word使用)。

使用示例

用户: "帮我根据这个招标文件生成投标文件"

执行步骤:

  1. 确认招标文件路径
  2. 运行解析脚本提取关键信息
  3. 分析招标要求
  4. 基于模板生成投标文件
  5. 输出Word文档

注意事项

  • 生成的投标文件需人工审核后使用
  • 确保所有资质证明文件真实有效
  • 报价部分需根据实际情况填写
  • 技术方案需结合企业实际能力
  • 注意投标截止时间,预留足够准备时间

Files

5 total
Select a file
Select a file to preview.

Comments

Loading comments…