GooDAnDReaDY/dsh-clinebot0

@goodandready/dsh-clinebot

ClineBot / ClinePass 专属配套插件,提供专用设置页、实时额度限制仪表盘、凭据保存及模型选择器控制。

AI 分析

核心用途是无缝集成 Cline 服务。适合使用 ClineBot/ClinePass 渠道,并需要在 DSH 界面内直观管理 API 密钥、监控额度和切换模型的用户。

包名
@goodandready/dsh-clinebot
版本
0.2.0
许可证
MIT
最近更新
2026年9月4日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-clinebot

⚙️ Configuration Reference (settings.yaml)

dsh-clinebot:
  enabled: true
  baseUrl: https://api.cline.bot/api/v1
  apiKeyEnv: CLINEBOT_API_KEY
  defaultModel: cline-pass/deepseek-v4-flash
  timeoutMs: 15000
  smokeTimeoutMs: 25000
  enabledModels:
    - cline-pass/deepseek-v4-flash
    - cline-pass/deepseek-v4-pro
    - cline-pass/kimi-k3
    - cline-pass/qwen3.7-max
  customModels: []