@picgo/dsh-plugin
Upload images and files to your image host from DeepSeek Harness, powered by PicGo
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PicGo/dsh-plugin说明文档
阅读完整 README ↗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
| Field | Default | Meaning |
|---|---|---|
configPath | '' | PicGo config file; empty uses PicGo's own default (~/.picgo/config.json) |
silent | true | Suppress PicGo's console output and its picgo.log writes |
timeoutMs | 120000 | How long to wait for one upload |
registerSkill | true | Register the bundled picgo-upload skill |
registerCommand | true | Register the /picgo command |
announceSignIn | true | On 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.