Convert general documents to Markdown
beancookie/dsh-plugin-anydoc · skills
DSH plug-in: Based on @firecrawl/anydoc, convert Word, PPT, Excel, PDF, EPUB, CSV and other documents to GitHub-Flavored Markdown.
★ 5GitHub stars
0Forks
2026-08-15Last updated
JavaScriptLanguage
—License
Project overview
一个 DeepSeek Harness (DSH) 插件,将 @firecrawl/anydoc 作为 anydoc 工具注册给 Agent,把多种文档格式转换为 GitHub-Flavored Markdown。
Agent 会调用 anydoc 工具,返回转换后的 Markdown 内容。 工具参数 参数 · 类型 · 必填 · 说明 参数: filePath · 类型: string · 必填: 是 · 说明: 要转换文件的绝对或相对路径 参数: format · 类型: string · 必填: 否 · 说明: 显式指定格式(如 csv);缺省时根据文件内容自动检测 参数: outputFilePath · 类型: string · 必填: 否 · 说明: 将结果写入该文件并返回摘要,而非返回完整 Markdown 开发
Install command
dsh plugin --profile web add github:beancookie/dsh-plugin-anydoc