DeepSeek Harness plugin

dsh-plugin-anydoc

DSH plugin: convert documents to GitHub-Flavored Markdown via @firecrawl/anydoc

Jump to install

Source facts

Repository
beancookie/dsh-plugin-anydoc
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
6
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/beancookie/dsh-plugin-anydoc
Plugin: dsh-plugin-anydoc
Author: beancookie

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-plugin-anydoc

一个 DeepSeek Harness (DSH) 插件,将 @firecrawl/anydoc 作为 anydoc 工具注册给 Agent,把多种文档格式转换为 GitHub-Flavored Markdown。

基于 @firecrawl/anydoc(Rust 原生绑定,napi-rs),在 libuv 线程池中执行,不阻塞事件循环,无需任何外部进程或 Python 环境。

支持的格式

类别扩展名
Word.doc .docx .docm
PowerPoint.ppt .pps .pot .pptx .pptm .ppsx .ppsm
Excel.xls .xlsx .xlsm .xlsb
OpenDocument.odt .ods .odp
Rich Text.rtf
EPUB.epub
CSV.csv
PDF.pdf

> 不支持 HTML、JSON、XML、图片与音频。

安装

dsh plugin --profile web add github:beancookie/dsh-plugin-anydoc

安装完成后直接启动:

dsh web

卸载

dsh plugin --profile web remove dsh-plugin-anydoc

使用

启动 DSH Web 后,向 Agent 发送类似指令:

请将 /path/to/report.docx 转换为 Markdown

Agent 会调用 anydoc 工具,返回转换后的 Markdown 内容。

工具参数

参数类型必填说明
filePathstring要转换文件的绝对或相对路径
formatstring显式指定格式(如 csv);缺省时根据文件内容自动检测
outputFilePathstring将结果写入该文件并返回摘要,而非返回完整 Markdown

开发

# 安装依赖
pnpm install

# 编译 TypeScript 到 lib/
pnpm build

本地加载(--patch 开发模式):

pnpm dsh web --patch "/path/to/dsh-plugin-anydoc/dev.cordis.patch.yml"

社区

本项目积极支持并感谢 LINUX DO 社区——一个面向技术爱好者的友好交流空间。

许可

MIT