PicGo/dsh-plugin4

@picgo/dsh-plugin

Upload images and files to your image host from DeepSeek Harness, powered by PicGo

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.