Install
openclaw skills install tender-bid-generatorGenerate high-quality bid documents from tender documents. Use when users need to create bid proposals based on tender documents, including extracting tender requirements, generating bid document structure, writing section content, and outputting Word format documents. Supports parsing tender documents in PDF, Word, TXT formats, automatically identifying key information such as project details, qualification requirements, technical specifications, and evaluation criteria to generate complete bid documents that meet standards. 适用于:招标文件、投标文件、标书制作、投标书生成、招投标文档。
openclaw skills install tender-bid-generator根据招标文件自动生成专业、高质量的投标文件。
支持格式:PDF、DOCX、TXT
使用脚本解析招标文件:
python3 scripts/parse_tender.py <招标文件路径>
输出为JSON格式的关键信息提取结果。
提取以下关键信息:
标准投标文件结构:
1. 投标函
2. 法定代表人授权书
3. 投标报价表
4. 资格证明文件
- 营业执照
- 资质证书
- 财务报表
- 业绩证明
5. 技术响应文件
- 技术方案
- 产品说明
- 实施计划
6. 商务响应文件
- 交货期承诺
- 售后服务
- 培训方案
7. 其他材料
参考 references/writing-guide.md 撰写各章节内容:
使用 assets/bid-template.txt 模板生成最终投标文件(可导入Word使用)。
用户: "帮我根据这个招标文件生成投标文件"
执行步骤: