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/08/17

インストール

$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
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.