awol2005ex3/dsh-md-table-export ↗★ 0
dsh-md-table-export
DeepSeek Harness (dsh) plugin: export Markdown pipe-tables found in conversation content into Excel (.xlsx). Ships a host tool plus a Web client bundle.
AI 分析
核心用途是快速提取对话中的数据表格。适合经常让 AI 生成数据对比、统计表格,并需要导入到 Excel 中进行后续处理的数据分析用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:awol2005ex3/dsh-md-table-exportドキュメント
README 全文を読む ↗4. 把当前插件加入 web profile(同时作为 bundle 层进入配置树)
npx @deepseek-ai/dsh plugin --profile web add .
配置(overlay / cordis.yml)
- id: dsh-md-table-export
name: dsh-md-table-export
config:
defaultOutputDir: "/tmp/dsh-exports"
sheetPerTable: false
注意:patch 是按
id整体替换config(非深合并),overlay 需写全字段。