PicGo/dsh-plugin4

@picgo/dsh-plugin

基于 PicGo 的 DSH 插件:支持从 DeepSeek Harness 直接上传图片和文件到指定的图床。

AI 分析

核心用途是为 DSH 提供便捷的图床上传能力。适合需要在对话中快速上传图片、截图或文件,并将其转化为在线链接供 AI 读取或分享的用户。

套件
@picgo/dsh-plugin
版本
0.1.0
最近更新
2026年8月17日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PicGo/dsh-plugin

Configuration

Every field has a working default. Override them from your profile's cordis.patch.yml:

- id: picgo
  name: '@picgo/dsh-plugin'
  config:
    silent: true
    timeoutMs: 120000
FieldDefaultMeaning
configPath''PicGo config file; empty uses PicGo's own default (~/.picgo/config.json)
silenttrueSuppress PicGo's console output and its picgo.log writes
timeoutMs120000How long to wait for one upload
registerSkilltrueRegister the bundled picgo-upload skill
registerCommandtrueRegister the /picgo command
announceSignIntrueOn startup, point a signed-out PicGo Cloud user at /picgo login

A patch replaces a row's entire config rather than merging keys, so restate every field you want to keep.