返回目錄

picgo-core

維護狀態: 活躍

picgo/picgo-core

強大的圖片上傳引擎,同時支援 CLI 與 API。

前往 GitHub專案首頁
$ npm install picgo -g

984

星數

101

Fork

TypeScript

語言

MIT

授權條款

2018-09-17

建立於

2026-08-27

最近推送

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)

安裝步驟

  1. 01

    Global install: `npm install picgo -g` or `yarn global add picgo`

    $ npm install picgo -g

  2. 02

    Local install (project dev dependency): `npm install picgo -D` or `yarn add picgo -D`

    $ npm install picgo -D

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合生態系相關

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 host
  • Node.js API

    `const { PicGo } = require('picgo')` (CommonJS) or ES Module importprogrammatic uploads via `picgo.upload([...])` from any Node project

    uploads images over the network to the configured remote image host
  • Standalone 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 port
  • Plugin system

    plugins from the Awesome-PicGo ecosystemextended 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.
2018-09-172026-08-17v3.0.1

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。

08資料與來源

  • 自動推斷github.comd95b0cd4cba2…

    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 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。