qiuyiwu1989-star/dsh-yingnao0

dsh-yingnao

硬脑(Yingnao)本地磁盘治理插件,支持Agent检索本地未索引区域、关联搜索,并分发可逆且成本可控的磁盘治理任务。

AI 分析

核心用途是让Agent安全地管理和整理本地混乱的文件夹与文件。适合需要AI协助进行本地文件归档、去重和清理,同时要求操作可逆的用户。

套件
dsh-yingnao
版本
0.1.0
授權
MIT
最近更新
2026年9月7日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qiuyiwu1989-star/dsh-yingnao

Configuration

- insert:
    - id: yingnao
      name: 'dsh-yingnao'
      config:
        endpoint: 'http://127.0.0.1:5050'   # Yingnao's local index service
        timeoutMs: 60000                    # queries cross an SSH tunnel; can be slow
        passthrough: true                   # false = don't register yingnao_call
        allowGovern: true                   # false = yingnao_govern becomes read-only

YINGNAO_ENDPOINT overrides the endpoint if you'd rather not put it in config.