hyperMoss/dsh-diary

hyperMoss★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

Diary plugin for DeepSeek Harness: daily markdown journal entries, custom templates, and a web settings section

README excerpt

dsh-diary A DeepSeek Harness plugin that gives the agent a daily markdown journal: create entries, manage the resulting .md files, use custom templates, and configure it all from a web settings section. What it adds Ten model-facing tools, registered on ctx.tools : Tool Purpose diary create Create a new entry ( YYYY-MM-DD[-slug].md ) with optional title, tags, body, and a named template diary list List entries with metadata, filterable by year/month, tag, or title/filename substring diary read Read one entry's frontmatter and full body diary update Replace or append the body, and/or change the title and tags diary delete Delete one entry file diary search Full-text search across entry bodies with line numbers and snippets diary template list List the templates available to diary create diary template read Read one template's full content diary template set Create or overwrite a template diary template delete Delete a template Custom templates Templates are markdown files under /templates/ . diary create accepts a template name and substitutes these placeholders in the template body: {{date}} {{title}} {{tags}} {{slug}} {{year}} {{month}} {{day}} {{datetime}} {{time}} When both temp…

View full README on GitHub →
Tools / Devdshdsh-pluginagentsearch

Category