설치
npx -y @deepseek-ai/dsh plugin --profile web add github:JarszmLovesAI/dsh_upload_file이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
dsh-inbox-paste
DSH web bundle: paste or pick files in the composer, store under {session.cwd}/inbox/, show thumbnails before/after send. Agents use list_inbox / read_inbox for text; image understanding requires your own vision skill or model (see below).

Requirements
- DeepSeek Harness with the web profile
- Node.js ≥ 22,
dshCLI
Install
dsh plugin --profile web add github:JarszmLovesAI/dsh_upload_file
dsh web
Remove: dsh plugin --profile web remove dsh-inbox-paste
Usage
- Paste (Ctrl+V / Cmd+V) or use the paperclip in the composer.
- Pending thumbnails appear above the input; remove with × before send (no disk write yet).
- On send, files land in
inbox/; the bubble can show thumbnails (see config). - Agent:
list_inbox→read_inboxfor text; for images, use the bundled image-reader skill or your own vision tooling.
Upload ≠ multimodal understanding
This plugin does not use Harness native image attachments. The main model only gets path markers unless you add vision:
- Install the optional image-reader skill and set
ARK_API_KEYin~/.dsh/.env, or - Bring your own vision MCP / skill / multimodal model.
Configuration
~/.dsh/profiles/web/cordis.patch.yml (adjust profile name):
- id: inbox-paste
config:
uploadMaxBytes: 26214400
inboxDirName: inbox
allowedExtensions: []
customizeUserBubble: true # false = built-in user bubble (may show raw paths)
Restart dsh web after changes.
vs dsh-file-upload
| dsh-inbox-paste | dsh-file-upload | |
|---|---|---|
| Paste | ✅ | ❌ |
| Storage | {cwd}/inbox/ | {cwd}/.dsh-uploads/ |
| Built-in PDF | ❌ | ✅ |
Tests
npm test
License
MIT
프로젝트 파일 및 신호
표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.
저장소 정보
- 언어
- JavaScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 16. 오전 5:43
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.