Back to home@welay21312312321

dsh-pitch-doc-generator

Feishu/Lark bid-proposal document generator skill for DeepSeek Harness (dsh) — structured pitch docs with cover, background, solution, pricing, team & cases. 飞书讲标方案文档生成器(DeepSeek Harness 技能插件):封面/背景/需求/方案/报价/团队/案例等章节。

Stars
0
Language
JavaScript
Created
Aug 20, 2026
Updated
Aug 20, 2026
GitHub repo

Introduction

@tezign/dsh-pitch-doc-generator

Generate structured Feishu / Lark bid-proposal documents — cover, background, requirement analysis, solution, pricing, team & case chapters — as a one-command-install skill for DeepSeek Harness (dsh).

飞书讲标方案文档生成器:自动生成封面/项目背景/需求分析/解决方案/服务内容/报价明细/团队介绍/案例展示等 9 大章节的飞书云文档。DeepSeek Harness 一键安装的技能插件。

dsh-plugin npm Downloads License: MIT


这是什么 / What is this

一个 DeepSeek Harness (dsh) 插件包(bundle):安装后,lark-pitch-doc-generator 技能自动注册进你的 AI 技能目录,AI 就能帮你生成结构化的飞书讲标方案文档——交互式收集项目信息后,自动创建飞书云文档并填充封面、背景、需求、方案、报价、团队、案例等 9 大章节。

It is a dsh plugin bundle: after install, the lark-pitch-doc-generator skill is auto-registered, so your AI agent can generate structured Feishu/Lark bid-proposal documents — collecting requirements interactively, then creating a cloud doc with cover, background, analysis, solution, pricing, team and case chapters.

安装 / Install

需要已安装 DeepSeek Harnessdsh)与 pnpm

# 在你的 web profile 中安装本插件
dsh plugin --profile web add @tezign/dsh-pitch-doc-generator

# 重启 dsh web 后生效(技能自动出现在 AI 技能目录)

前置依赖 / Prerequisites

本插件本身零依赖,但生成讲标文档需要飞书能力,请确保你的环境中已有:

  1. lark-cli — 飞书命令行工具(全部文档操作经由它执行)
  2. lark-cli 认证lark-cli auth login,需 docx:document 权限域

使用方法 / Usage

装好后直接对 AI 说:

"帮我做一份讲标方案,客户某某集团,AI 内容生产平台项目,预算 80 万,周期 8 周"

AI 会引导你补齐必填信息(项目名称 / 客户 / 行业 / 核心需求 / 预算 / 周期),然后自动生成 9 大章节的飞书云文档。

安全与隐私 / Security & Privacy

  • 包内无任何密钥:本插件不包含、不读取、不写入任何 API Key / token / 凭据。
  • 凭据留在本机:飞书认证由你本机的 lark-cli 管理(环境变量 / $DSH_HOME/.credentials.yaml / .env),插件与技能代码不接触密钥。
  • 数据不出你的账号:所有文档操作发生在你授权登录的飞书账号内,本插件不收集、不上传任何数据。

开发 / Development

git clone https://github.com/welay21312312321/dsh-pitch-doc-generator
cd dsh-pitch-doc-generator
# 本地调试:用 --patch 覆盖层直接加载本目录,无需发布
dsh --profile web --patch ./cordis.patch.yml

发布 / Publishing

npm login
npm publish --access public

License

MIT © Tezign Technology