tender-analysis

tender-analysis is a skill for Claude Code, Codex from Amalia6767/curator-skills. It costs 85 tokens per session (3,238 once invoked), scanned A, original, MIT.

A workflow for reviewing tender documents, which are formal project requests that describe requirements and bidding rules. It extracts project details, technical and business conditions, deadlines, scoring rules, risks, and questions for clarification.

In plain words
What is it for?
Analysing PDF, Word, spreadsheet, or image-based tender files; preparing clarification questions; and creating a structured design proposal after answers are received.
Why use it?
It helps teams find mandatory requirements, unclear clauses, risks, and important dates before preparing a bid.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Analysing PDF, Word, spreadsheet, or image-based tender files; preparing clarification questions; and creating a structured design proposal after answers are received.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amalia6767/curator-skills/tender-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Amalia6767/curator-skills --skill tender-analysis
Clone the repo
git clone --depth 1 https://github.com/Amalia6767/curator-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tender-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/amalia6767/curator-skills/tender-analysis/github.svg)](https://agentmods.dev/skills/amalia6767/curator-skills/tender-analysis)
Your own site
<a href="https://agentmods.dev/skills/amalia6767/curator-skills/tender-analysis"><img src="https://agentmods.dev/badge/skills/amalia6767/curator-skills/tender-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tender-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/amalia6767/curator-skills/tender-analysis"><img src="https://agentmods.dev/badge/skills/amalia6767/curator-skills/tender-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,238 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.03238
Opus 5 $0.00043 $0.01619
Sonnet 5 $0.00017 $0.00648
Haiku 4.5 $0.00009 $0.00324

Measured 11d ago against content hash 79132fa37eee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

tender-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/extract_doc.py, scripts/extract_docx.py, scripts/extract_excel.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/tender-analysis/SKILL.md · 350 lines

How it starts

The opening of the file, as written. The whole thing — 350 lines — stays where its author put it; the contents beside it link to each section on GitHub.

投标文件分析与方案设计

工作流程

阶段一:投标文件分析

  1. 识别文件类型并提取内容

    • PDF文件:使用 pdfplumber 提取文本和表格(推荐脚本:scripts/extract_pdf.py
    • Word文件(.docx):使用 python-docx 提取文本和表格(推荐脚本:scripts/extract_docx.py
    • Word文件(.doc):使用 docx2txt 或系统工具提取(推荐脚本:scripts/extract_doc.py
    • Excel文件(.xls/.xlsx):使用 openpyxlxlrd 提取数据
    • 图片文件:使用 OCR(如 pytesseract)提取文字
  2. 提取关键信息 按照以下结构提取信息:

    ## 项目基本信息
    - 项目名称:
    - 招标编号:
    - 招标单位:
    - 项目预算:
    - 投标截止时间:
    - 开标时间:
    
    ## 技术要求
    - 技术规格:
    - 性能指标:
    - 质量标准:
    - 认证要求:
    
    ## 商务要求
    - 付款方式:
    - 交付周期:
    - 质保要求:
    - 其他商务条款:
    
    ## 评分标准
    - 技术分占比:
    - 商务分占比:
    - 价格分占比:
    - 加分项:
    
    ## 关键时间节点
    - 答疑截止:
    - 投标截止:
    - 开标时间:
    - 合同签订:
    
  3. 识别重点和难点

    • 标注必须满足的硬性要求(★ 必须满足)
    • 标注加分项(+ 加分项)
    • 标注潜在风险点(⚠ 风险点)

阶段二:疑问梳理(答疑会议前)

在收到投标文件后、答疑会议前,必须梳理所有疑问细项。这是保护乙方权益、明确项目要求的关键步骤。

  1. 梳理疑问的原则

    • 识别模糊不清的条款
    • 识别可能不利于乙方权益的条款
    • 识别技术规格不明确的地方
    • 识别商务条款有歧义的地方
    • 识别评分标准不清晰的地方
  2. 疑问分类

    • 🔴 关键疑问:影响投标决策或方案设计,必须澄清
    • 🟡 重要疑问:影响报价或实施计划,建议澄清
    • 🟢 一般疑问:有助于优化方案,可选澄清
  3. 疑问清单格式 使用 question-template.md 模板生成结构化疑问清单

  4. 疑问表述要求

    • 明确引用招标文件的具体章节和条款
    • 说明疑问的具体内容
    • 说明疑问可能造成的影响
    • 提出建议的解决方案(如适用)
  5. 答疑会议后处理

    • 整理甲方回复,更新到分析文档中
    • 根据回复调整方案设计方向
    • 识别甲方回复中的新信息或要求

阶段三:方案设计生成(答疑会议后)

基于提取的信息和答疑回复,生成投标设计方案:

基于提取的信息,生成投标设计方案:

# [项目名称] 投标设计方案

## 一、项目理解

### 1.1 项目背景
[基于招标文件描述的项目背景]

### 1.2 项目目标
[明确项目要实现的目标]

### 1.3 核心需求分析
- 需求1:[对应技术要求]
- 需求2:[对应技术要求]
- 需求3:[对应技术要求]

## 二、技术方案

### 2.1 总体架构
[技术架构图和说明]

### 2.2 核心技术选型
| 技术项 | 选型 | 理由 |
|--------|------|------|
| 技术1 | 方案A | 满足XX要求 |
| 技术2 | 方案B | 满足XX要求 |

### 2.3 关键技术实现
[详细说明关键技术如何实现,确保满足所有技术要求]

### 2.4 创新点与优势
- 创新点1:[说明]
- 创新点2:[说明]

## 三、实施方案

### 3.1 项目组织架构
[项目团队结构]

### 3.2 实施计划
| 阶段 | 时间 | 主要工作 | 交付物 |
|------|------|----------|--------|
| 阶段1 | X天 | 工作内容 | 交付物1 |
| 阶段2 | X天 | 工作内容 | 交付物2 |

### 3.3 质量保证措施
- 措施1:[说明]
- 措施2:[说明]

### 3.4 风险控制
| 风险 | 应对措施 | 责任人 |
|------|----------|--------|
| 风险1 | 措施1 | 责任人1 |
| 风险2 | 措施2 | 责任人2 |

## 四、商务方案

### 4.1 报价说明
[报价结构和说明]

### 4.2 付款方式
[符合招标要求的付款方式]

### 4.3 售后服务
[质保和售后服务方案]

## 五、优势总结

### 5.1 技术优势
- 优势1
- 优势2

### 5.2 服务优势
- 优势1
- 优势2

### 5.3 成功案例
[相关成功案例]

## 六、承诺与保证

[对招标要求的响应和承诺]

Read the full file on GitHub · 350 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 350 lines · 85 tokens per session scan A 79132fa37eee

Subscribe to this mod's changes

tender-analysis is a skill published in the GitHub repository Amalia6767/curator-skills (4 stars, last pushed 3mo ago), licensed MIT. It adds 85 tokens to every session and 3,238 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

note-organizer

Use this skill whenever the user wants to organize course materials, lecture notes, PPT/PDF/DOCX files, textbooks, personal notes, senior-student notes, historical exams, review questions, standards, manuals, or scattered study resources into a structured Markdown note library. Use it even when the user only says…

Renakoni/note-organizer · 228 tokens

wps-batch-convert

A batch document-conversion workflow for changing many files between formats such as Word, PDF, text, Excel, CSV, PowerPoint, and Markdown. It takes files from a folder and writes converted copies to a target folder.

Bwkyd/wps-skills · 95 tokens

wps-pdf-extract

A PDF content extractor that copies text, tables, and images into editable Word documents, Excel files, or separate image files. It can distinguish ordinary PDFs from scanned pages that need OCR, or text recognition.

Bwkyd/wps-skills · 96 tokens

wps-pdf-merge-split

A PDF page editor for combining files, splitting pages, extracting selected pages, changing page order, and rotating pages.

Bwkyd/wps-skills · 96 tokens

wps-watermark

A document watermarking tool for Word and PDF files. It adds text, image, date, or personal-use marks such as “Confidential,” “Draft,” or “For [name] only,” with adjustable appearance.

Bwkyd/wps-skills · 97 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

lingxling/awesome-skills-cn · 92 tokens