deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
Generate DeepSeek Harness session reports (daily / weekly / monthly / any date range) with one-click sync to flomo (浮墨笔记).
~/.dsh/sessions (active sessions, user/assistant messages, tool calls,
token usage, top tools, per-session details) and ask the deployment's
default model for an AI-narrated digest (今日数据 / 今日主线 / 今日回顾 /
明日建议).#write/dsh (your existing tag — the plugin
never creates new tags);# in the report body is automatically stripped before sending.~/.dsh/dsh-flomo.json webhook), auto-sync on generate, custom
report-save directory (pick any local folder with the native folder
dialog, or type a path), daily reminder (time + report range), and a live
preview of the memo body.日报-YYYY-MM-DD.md
to the configured directory (default ~/.dsh/dsh-flomo-report/reports/).~/.dsh/dsh-flomo-report/reports/ and announced with a system notification
(macOS Notification Center / Linux notify-send).| Tool | Description |
|---|---|
flomo_report |
Generate a report for [startDate, endDate] (default today) and optionally sync it to flomo (defaults to syncOnGenerate). |
flomo_report_config |
View / update sync + reminder config (tag, stripHash, webhookUrl, syncOnGenerate, language, narrate, reminder). |
flomo_report_test |
Send a test memo to verify webhook connectivity and the tag. |
Persisted at ~/.dsh/dsh-flomo-report.json (mode 0600):
{
"language": "zh", // zh | en
"narrate": true, // AI narrative digest
"tag": "write/dsh", // flomo tag, no '#' prefix
"stripHash": true, // strip all '#' from the memo body
"webhookUrl": "", // flomo API URL; empty = reuse dsh-flomo config
"syncOnGenerate": true, // auto-sync when generating
"reportDir": "", // report save dir; empty = ~/.dsh/dsh-flomo-report/reports
"reminder": { // daily reminder
"enabled": false,
"hour": 22,
"minute": 0,
"range": "previous" // previous | current
}
}
# local development
dsh plugin --profile web add link:/path/to/dsh-flomo-report
# from GitHub (repo tagged with the `dsh-plugin` topic)
dsh plugin --profile web add github:zhengjy01/dsh-flomo-report
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。