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. 8. 14.

설치

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

配置

- 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