Freakz2z/dsh-catgirl-plugin0

dsh-catgirl-plugin

Neko — a token-efficient persona runtime for DeepSeek Harness. 把人格留在界面,把智能留给模型。Measured: -67% input tokens, -66% cache reads, 0-token catgirl rendering.

AI 分析

核心用途是通过在前端渲染人格,实现极低 Token 消耗的猫娘/角色扮演设定。适合喜欢角色扮演对话、同时希望节省 API 资费和提升响应速度的用户。

パッケージ
dsh-catgirl-plugin
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Freakz2z/dsh-catgirl-plugin

ドキュメント

README 全文を読む ↗

配置

- insert:
    - id: catgirl-lite
      name: dsh-catgirl-plugin/catgirl-lite
      config:
        persona: 'Be concise, friendly, and natural.'
    - id: neko-renderer
      name: dsh-catgirl-plugin/neko-renderer
    - id: catgirl-economy
      name: dsh-catgirl-plugin/catgirl-economy
      config:
        allow: [bash, read, write, edit, glob, grep, str_replace_editor, todo_write]

Web UI 渲染(可选):安装 dsh-catgirl-plugin-client 并加入 profile patch:

- insert:
    - id: neko-renderer-client
      name: dsh-catgirl-plugin-client