wanghaonan3333-web/dsh-idea-jar0

dsh-idea-jar

用于 DeepSeek Harness 的悬浮创意罐,可生成、整理、编辑、优化、复制并持久化保存创意想法。

AI 分析

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

包名
dsh-idea-jar
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

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

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.