xxwj225-James/tomilite-dsh-plugin0

tomilite-dsh-plugin

DeepSeek Harness 插件:允许 DSH 智能体访问本地 TomiLite 任务、笔记和项目统计

AI 分析

核心用途是打通 DSH 与本地 TomiLite 效率工具的数据。适合使用 TomiLite 管理个人任务与笔记,并希望 AI 协助整理和分析项目进度的用户。

套件
tomilite-dsh-plugin
版本
0.1.0
授權
MIT
最近更新
2026年9月8日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xxwj225-James/tomilite-dsh-plugin

Configuration

Defaults work out of the box for the local TomiLite app. Override in your profile's cordis.patch.yml:

- id: tomilite
  name: tomilite-dsh-plugin
  config:
    baseUrl: http://localhost:3192   # default
    apiToken: ''                     # only for remote instances (Settings → API Keys)
    projectId: proj-default          # default single-user project

apiToken can also come from the TOMILITE_API_TOKEN environment variable. For remote instances prefer HTTPS — the token travels in plain HTTP otherwise.