MIT 授權的圖片上傳引擎(CLI + Node API),具外掛系統;獨立生態工具——README 未記載與 DeepSeek Harness 的直接整合,可於任何工作流程中以 shell 指令呼叫。
DSH 整合
生態系相關
自動推斷
安全稽核
未稽核
最後核實
2026-08-21
授權條款
MIT
01它能幫你完成什麼?
Upload images from a local path or clipboard to an image host and get hosted URLs back
Images uploaded to the configured uploader (SM.MS(S.EE) by default), returning hosted image URLs for Markdown documents and READMEs
Developers and technical writers who maintain docs, READMEs and markdown notes and need fast, scriptable image hosting
Automate image uploading inside scripts, build pipelines and Node.js projects
Programmatic uploads via the PicGo Node API (CommonJS and ES Module), plus CLI options for config path, proxy, debug and silent mode
Tooling engineers wiring image upload into pipelines, editors or agent-driven workflows
Serve image uploading as a local server for editors and other tools
A standalone local PicGo server (`picgo server -p 36677 -h 127.0.0.1`) that tools like Typora can call natively
Users of Typora and other local tools that integrate with a PicGo server endpoint
02如何將外掛接入 DeepSeek Harness?
先決條件
- Node.js >= 20.19.0 or >= 22.12.0 (older PicGo versions <= v1.5.x only need Node.js >= 16)
安裝步驟
- 01
Global install: `npm install picgo -g` or `yarn global add picgo`
$ npm install picgo -g
- 02
Local install (project dev dependency): `npm install picgo -D` or `yarn add picgo -D`
$ npm install picgo -D
驗證整合成功
作者未說明
03DSH 整合程度與能力邊界
Standalone image-uploading CLI/API with no documented DeepSeek Harness integration; usable from any agent shell workflow as a regular npm command
CLI & clipboard upload
image file path or clipboard content (`picgo upload [input...]`)→image uploaded to the configured host; clipboard captures are converted to png
uploads images over the network to the configured remote image hostNode.js API
`const { PicGo } = require('picgo')` (CommonJS) or ES Module import→programmatic uploads via `picgo.upload([...])` from any Node project
uploads images over the network to the configured remote image hostStandalone server mode
`picgo server -p 36677 -h 127.0.0.1`→local PicGo server that editors like Typora can call natively
opens a local network portPlugin system
plugins from the Awesome-PicGo ecosystem→extended uploaders/transformers managed via `picgo install/uninstall/update`
installs third-party plugin packages and modifies PicGo module configuration
04適合誰?何時不該用?
適合
- Developers and technical writers who maintain docs, READMEs and markdown notes and need fast, scriptable image hosting
- Tooling engineers wiring image upload into pipelines, editors or agent-driven workflows
- Users of Typora and other local tools that integrate with a PicGo server endpoint
不適合
- Requires Node.js >= 20.19.0 or >= 22.12.0 because of ES Module stability requirements; older Node versions cannot run current PicGo releases.
- Uploads are sent over the network to the configured image host — SM.MS(S.EE) by default — so image data leaves the local machine for a third-party service.
05相容性、維護與安全提醒
- Requires Node.js >= 20.19.0 or >= 22.12.0 because of ES Module stability requirements; older Node versions cannot run current PicGo releases.
- Uploads are sent over the network to the configured image host — SM.MS(S.EE) by default — so image data leaves the local machine for a third-party service.
- The README documents no DeepSeek Harness integration; PicGo is a standalone ecosystem tool, so any usage alongside DSH is limited to plain shell or Node API invocation.
MIT · actively maintained (latest release v3.0.1, 2026-07-12)
06常見問題
PicGo-Core 如何與 DeepSeek Harness 搭配使用?
README 未記載任何 DeepSeek Harness 整合。PicGo 是獨立的 npm CLI 與 Node.js 函式庫,在代理工作流程中可像一般 shell 指令一樣呼叫(例如 `picgo upload /xxx/xx.jpg`),無需 DSH 外掛或 MCP 設定。
安裝前需要什麼前置條件?
Node.js >= 20.19.0 或 >= 22.12.0(PicGo <= v1.5.x 舊版只需 Node.js >= 16)。可用 `npm install picgo -g` 全域安裝,或用 `npm install picgo -D` 作為專案開發相依套件。
上傳的圖片去了哪裡?
圖片會透過網路上傳到目前設定的圖床,預設圖床是 SM.MS(S.EE)。上傳器設定透過 `picgo set uploader <type>` 管理,用 `picgo use uploader` 切換。
PicGo 支援外掛嗎?
支援——外掛透過 `picgo install / uninstall / update` 管理,社群外掛可以在 Awesome-PicGo 儲存庫中找到。
可以作為本機服務供編輯器呼叫嗎?
可以——`picgo server -p 36677 -h 127.0.0.1` 讓 PicGo 以獨立本機伺服器執行,Typora 原生支援 PicGo-Core。
07相關的 DSH 工作流程
dsh-plugin-radar
作者 adamplatin123
DSH Plugin Radar — 開源可自部署的 DSH 外掛生態雷達:自動發現 15900+ 候選、k8s 執行級實測管線;自動索引可用Plugin List
helloagents
作者 hellowind777
一個自主的高階智慧夥伴,不僅分析問題,更持續工作直到完成實現和驗證。
k8e
作者 xiaods
開源的 Agentic AI 沙箱矩陣,基於 Kubernetes 的沙箱實驗場。
dsh-purge
作者 yujunzhixue
DeepSeek Harness 破甲:讓所有模型都能破甲,不同模型可換不同提示詞;預設提示詞面向國模「小碼醬」。Jailbreak for every model — swap prompts per model. 求 Star 收藏 ⭐
08資料與來源
A tool for image uploading. Both CLI & api supports. It also supports plugin system, please check [Awesome-PicGo](https:…
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
