---
name: Content Generation
slug: content-generation
category: Writing
description: "Content Generation produces bid section text in four modes: direct LLM writing, knowledge-base assembly, template filling, or external data collection. Use it to generate chapter content and word counts for tender documents."
github: "https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/generate/content_gen"
language: Python
stars: 239
forks: 66
install: "npx degit https://github.com/guangshu100/BidMaster-Pro/tree/main/skills/generate/content_gen ~/.claude/skills/content_gen"
installs_to: ~/.claude/skills/content_gen
source_path: skills/generate/content_gen/SKILL.md
collection_size: 4
category_size: 1109
collection_url: "https://dirskills.com/collections/guangshu100/BidMaster-Pro"
added: 2026-09-03T06:03:57.951Z
last_synced: 2026-09-03T06:03:57.951Z
canonical_url: "https://dirskills.com/skills/content-generation"
---

# Content Generation

Content Generation produces bid section text in four modes: direct LLM writing, knowledge-base assembly, template filling, or external data collection. Use it to generate chapter content and word counts for tender documents.

**Install:**

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

## README

# 正文生成技能

## 模式说明
- **A模式(AI撰写)**: LLM根据大纲+招标要求直接撰写
- **B模式(材料组装)**: 从知识库检索相关材料→组装成章节
- **C模式(模板填充)**: 选择历史标书模板→填充项目信息
- **D模式(外部采集)**: 从外部数据源采集内容→整合成章节

## 输出格式
JSON: `{"content": "章节正文", "word_count": 实际字数}`
