vibeinging/dsh-desktop--packages-dsh-office-tools ↗★ 585
@vibeinging/dsh-office-tools
为 DSH 代理提供 Office 文档构件工具,支持审查、创建与编辑 Office 格式文件。
AI 分析
核心用途是赋予 AI 代理处理办公文档的能力。适合需要 AI 协助生成、修改或分析 Office 构件,且宿主实现了对应接口的用户。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vibeinging/dsh-desktop#ba68de0b694688bac59c2fe360ddfe5a55cc3ee0&path:packages/dsh-office-tools说明文档
阅读完整 README ↗@vibeinging/dsh-office-tools
This DSH Profile Bundle contributes artifact_office_inspect, artifact_office_create, and artifact_office_edit to every Agent scope. It consumes the narrow officeArtifactHost service instead of importing the desktop server, Renderer, database, Electron bridge, or IPC transport.
The current package is a desktop-adapter: @vibeinging/dsh-work-product-host-ipc provides the session-addressed Host service, while this Bundle owns tool schemas, DSH registration, approval for writes, and lifecycle cleanup. Another DSH host can reuse the same feature by providing officeArtifactHost. The package can become portable after that Host contract and a non-desktop provider are published independently and pass an unmodified official Web Profile test.