qiuyiwu1989-star/dsh-yingnao0

dsh-yingnao

Yingnao (硬脑) plugin for DeepSeek Harness: let your agent govern a local disk — see what's still dark, search it, find what's related, and dispatch governance jobs that are reversible and cost-aware

AI 分析

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

パッケージ
dsh-yingnao
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/07

インストール

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

ドキュメント

README 全文を読む ↗

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.