---
name: Tender Interpretation
slug: tender-interpretation
category: AI Engineering
description: Tender Interpretation extracts key information from tender documents and returns a 15-dimension JSON analysis. Use it when you need to read bidding files and summarize relevant context for procurement workflows.
github: "https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/interpret/tender_interpret"
language: Python
stars: 239
forks: 66
install: "npx degit https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/interpret/tender_interpret ~/.claude/skills/tender_interpret"
installs_to: ~/.claude/skills/tender_interpret
source_path: skills/interpret/tender_interpret/SKILL.md
collection_size: 4
category_size: 2793
collection_url: "https://dirskills.com/collections/guangshu100/BidMaster-Pro"
added: 2026-09-03T06:03:58.173Z
last_synced: 2026-09-03T06:03:58.173Z
canonical_url: "https://dirskills.com/skills/tender-interpretation"
---

# Tender Interpretation

Tender Interpretation extracts key information from tender documents and returns a 15-dimension JSON analysis. Use it when you need to read bidding files and summarize relevant context for procurement workflows.

**Install:**

```bash
npx degit https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/interpret/tender_interpret ~/.claude/skills/tender_interpret
```

## README

# 招标文件解读技能

## 触发条件
当用户需要解读招标文件、提取关键信息时触发。

## 工作流程
1. 接收招标文件文本
2. 按关键词提取相关上下文
3. 15个维度并发调用LLM解读
4. 聚合结果返回

## 输出格式
JSON格式的15维度解读结果，每个维度包含提取的关键信息。
