wanghaonan3333-web/dsh-idea-jar0

dsh-idea-jar

A floating idea jar for DeepSeek Harness that generates, organizes, edits, optimizes, copies, and persistently saves creative ideas.

AI 分析

核心用途是提供一个悬浮的创意收集与优化工具。适合文案策划、头脑风暴等需要频繁记录、优化和管理 AI 生成创意的文字工作者。

パッケージ
dsh-idea-jar
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wanghaonan3333-web/dsh-idea-jar

ドキュメント

README 全文を読む ↗

Usage

  1. Click the transparent jar in the lower-right corner.
  2. Favorite a generated idea with the star in its bubble.
  3. Open the library with the star button attached to the jar.
  4. Edit, copy, optimize, delete, or assign a status from each paper card.

Copy writes category|idea to the system clipboard and reports browser permission failures on the card.

Configuration

Override the complete idea-jar row config in the profile's cordis.patch.yml:

- id: idea-jar
  config:
    maxFavorites: 200
    maxRequestChars: 2000
    maxIdeaChars: 1000
    maxTokens: 320
FieldDefaultPurpose
maxFavorites200Maximum saved favorites.
maxRequestChars2000Maximum extra-requirement length.
maxIdeaChars1000Maximum saved idea length.
maxTokens320Output-token cap for generation and optimization.