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.
npx skills add Get00/BiaoShu-SKILL --skill biaoshu-writer-progit clone --depth 1 https://github.com/Get00/BiaoShu-SKILLWrote 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.
[](https://agentmods.dev/skills/get00/biaoshu-skill/biaoshu-writer-pro)<a href="https://agentmods.dev/skills/get00/biaoshu-skill/biaoshu-writer-pro"><img src="https://agentmods.dev/badge/skills/get00/biaoshu-skill/biaoshu-writer-pro/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.
<a href="https://agentmods.dev/skills/get00/biaoshu-skill/biaoshu-writer-pro"><img src="https://agentmods.dev/badge/skills/get00/biaoshu-skill/biaoshu-writer-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00112 | $0.08982 |
| Opus 5 | $0.00056 | $0.04491 |
| Sonnet 5 | $0.00022 | $0.01796 |
| Haiku 4.5 | $0.00011 | $0.00898 |
Grade A, and why
bid-writer-pro 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 12d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 805 lines — stays where its author put it; the contents beside it link to each section on GitHub.
标书智能生成专家 v2.2 - 通用行业版
投标技术标文档自动生成工具。发送招标文件 → 自动转换Markdown → 生成符合行业标准格式的Word标书文档。
功能概述
核心能力
- 招标文件解析 - 支持PDF/DOCX/DOC/TXT/XLSX格式
- 文档转Markdown - 自动将PDF/Word转换为Markdown格式,方便AI阅读和处理
- 行业自动检测 - 自动识别招标文件所属行业,生成符合行业特点的投标文件
- 评分标准提取 - 自动识别评分项、分值、权重
- 关键要求识别 - 提取资质、技术、商务要求
- 标书名称提取 - 从招标文件和内容中自动提取项目名称
- 标书大纲生成 - 根据评分标准生成4级标题大纲
- 标书内容生成 - 按章节并发编写内容
- 字数检查 - 公式化字数检查,确保达标
- AI去痕处理 - 去除AI生成痕迹,使内容更自然
- 占位符生成 - 标记需要插入图片/表格/资质的位置
- Word文档生成 - 输出符合行业标准格式的.docx文件
支持行业
- IT/信息化:信息技术、软件开发、系统集成、数据中心等
- 建筑工程:建筑施工、工程总承包、装饰装修、市政工程等
- 医疗健康:医疗设备、医疗服务、健康管理、医药等
- 教育服务:教育信息化、教学设备、培训服务、校园建设等
- 制造业:设备制造、工业自动化、智能制造、供应链等
- 物流运输:物流服务、运输服务、仓储服务、供应链管理等
- 咨询服务:管理咨询、技术咨询、审计服务、法律服务等
- 通用行业:适用于未指定行业的通用模板
Markdown转换优势
- 保留结构:自动识别标题层级(一、二级标题等)
- 表格转换:将Word/PDF表格转换为Markdown表格格式
- 方便AI阅读:Markdown格式更适合AI理解和处理
- 调试友好:转换后的文件保存在
debug/bid_document.md,便于查看
输出特点
- 文件命名:自动从招标文件提取项目名称,格式为
{项目名称}技术标.docx - 占位符规范:非文字内容用统一格式的占位符标记
- 格式标准:符合政府/企业标书行业标准格式
- 行业适配:根据检测到的行业自动生成专业内容
环境安装
依赖库
pip install python-docx pdfplumber openpyxl PyPDF2 jieba pandas pywin32
字体要求
- 宋体(SimSun) - 正文默认字体
- 黑体(SimHei) - 标题字体
- 仿宋_GB2312 - 政府标书正文字体
将字体文件复制到系统字体目录:
- Windows:
C:\Windows\Fonts\ - Mac:
~/Library/Fonts/
快速使用
基础用法
# 1. 发送招标文件(PDF/DOCX)给AI
# 2. AI自动解析并生成大纲
# 3. 确认大纲后AI并发编写各章节
# 4. 字数检查 + AI去痕处理
# 5. 生成占位符标记
# 6. 转换生成Word文档
命令行用法(CLI)
# 完整流程
python scripts/bid_writer_pipeline.py "招标文件.pdf" --output-dir ./output
# 带企业资质信息
python scripts/bid_writer_pipeline.py "招标文件.docx" \
--company-profile "企业资质.json" \
--output-dir ./标书输出
# 指定格式标准
python scripts/bid_writer_pipeline.py "招标文件.pdf" \
--format-standard government \
--output-dir ./output
在AI IDE中使用
# 直接导入使用
import sys
sys.path.insert(0, '/path/to/bid-writer-pro/scripts')
from bid_writer_pipeline import BidWriterPipeline
pipeline = BidWriterPipeline(
bid_file="招标文件.pdf",
output_dir="./output",
format_standard="government"
)
result = pipeline.run()
What ships with it
53 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _meta.json 2.1 KB
- install.py 5.1 KB runs code
- references/industry_configs.json 7.6 KB
- requirements.txt 323 B
- scripts/__init__.py 1.6 KB runs code
- scripts/bid_writer_pipeline.py 25 KB runs code
- scripts/check_environment.py 8.4 KB runs code
- scripts/check_word_count.py 7.6 KB runs code
- scripts/convert_doc_to_md.py 4.9 KB runs code
- scripts/convert_pdf_to_md.py 3.6 KB runs code
- scripts/convert_to_docx.py 11 KB runs code
- scripts/convert_to_md.py 14 KB runs code
- scripts/extract_bid_name.py 5.4 KB runs code
- scripts/extract_requirements.py 10 KB runs code
- scripts/extract_scoring.py 12 KB runs code
- scripts/extract_templates.py 6.3 KB runs code
- scripts/format_docx.py 8.1 KB runs code
- scripts/generate_content.py 27 KB runs code
- scripts/generate_cover.py 4.2 KB runs code
- scripts/generate_outline.py 10 KB runs code
- scripts/generate_placeholder.py 9.3 KB runs code
- scripts/generate_toc.py 4.9 KB runs code
- scripts/humanizer.py 6.6 KB runs code
- scripts/industry_content_generator.py 16 KB runs code
- scripts/industry_detector.py 7.4 KB runs code
- scripts/parse_bid_file.py 9.6 KB runs code
- templates/00_标书制作指南.md 8.6 KB
- templates/bid_doc_XX公司投标书范本.md 37 KB
- templates/bid_doc_如何编好投标文件.md 23 KB
- templates/bid_doc_投标书格式范本.md 28 KB
- templates/bid_doc_投标书模版 (完整版).md 21 KB
- templates/bid_doc_投标书模版--(完整版).md 21 KB
- templates/bid_doc_投标函(格式).md 8.0 KB
- templates/bid_doc_投标函范本.md 19 KB
- templates/bid_doc_投标文件(范本).md 28 KB
- templates/bid_doc_招标书范本完整版.md 15 KB
- templates/bid_doc_招标标书范本.md 36 KB
- templates/bid_doc_政府采购--投标书.md 18 KB
- templates/bid_doc_政府采购投标文件范本.md 39 KB
- templates/bid_doc_新投标用标书密封条格式范本.md 8.8 KB
- templates/bid_doc_新政府采购评标报告范本(公开招标).md 14 KB
- templates/bid_doc_论ZF采购投标书的 商务部分及一些细节的 重要性.md 13 KB
- templates/bid_knowledge_如何制作投标书.md 20 KB
- templates/bid_knowledge_如何制作投标书(19).md 22 KB
- templates/bid_knowledge_如何制作投标书步骤.md 20 KB
- templates/bid_knowledge_标书制作流程与技巧.md 16 KB
- templates/bid_knowledge_标书制作流程完整版.md 18 KB
- templates/industry_制造业.md 3.2 KB
- templates/industry_医疗健康.md 3.3 KB
- templates/industry_咨询服务.md 3.2 KB
- templates/industry_建筑工程.md 3.7 KB
- templates/industry_教育服务.md 3.2 KB
- templates/industry_物流运输.md 3.3 KB
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.
- 12d ago First seen · 805 lines · 112 tokens per session scan A 2276a5c85740
bid-writer-pro is a skill published in the GitHub repository Get00/BiaoShu-SKILL (150 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 112 tokens to every session and 8,982 once invoked, about $0.0006 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-30.
Other skills, from other repositories
baoyu-youtube-transcript
A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
instrument-data-to-allotrope
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
read
Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…
overleaf-sync
A two-way connection between a local paper folder and Overleaf, a web-based LaTeX editor for writing research papers. It lets you move changes between the local files and the shared Overleaf project.