Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

TaskNotes AI Reporter

telecomshytelecomshy38 downloads

Generate weekly, monthly, yearly, or custom reports from TaskNotes tasks using custom templates and any OpenAI-compatible model.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

Generate weekly, monthly, yearly, or fully custom reports from TaskNotes tasks. Pick the tasks, choose a template, and let any OpenAI-compatible model write the report into a new note in your vault.

Features

  • Use any OpenAI-compatible model (DeepSeek, Qwen, Doubao, Kimi, OpenAI, …).
  • Auto-select tasks by date, then add or remove tasks manually in the picker.
  • Calendar range picker plus quick shortcuts (this week / month / year).
  • Write each report to a new note; existing notes are never overwritten.
  • Bilingual UI (English / Chinese) with a separate report output language.

Requirements

  • Obsidian 1.12.2 or newer.
  • The TaskNotes plugin enabled (this plugin reads tasks through its public API and does not modify it).

Installation

From the community plugins directory

  1. Open Settings → Community plugins → Browse.
  2. Search for TaskNotes AI Reporter and install it.
  3. Enable the plugin.

Manual

  1. Build (or use the built artifacts):

    npm install
    npm run build
    
  2. Copy main.js, manifest.json, and styles.css into <your vault>/.obsidian/plugins/tasknotes-aireporter/.

  3. Enable TaskNotes AI Reporter in Settings → Community plugins.

Setup

Open Settings → Community plugins → TaskNotes AI Reporter:

  1. Model provider — pick a preset (DeepSeek, Qwen, Kimi, MiniMax) or add a custom OpenAI-compatible provider with its base URL. For the API key, select an existing secret or create a new one; keys are kept in Obsidian's SecretStorage, not in the plugin's data.
  2. Current model — choose the model used to generate reports.
  3. Report folder — where reports are written (default TaskNotes/Reports).
  4. Date fields — which date fields participate in auto-filtering (completed / due / scheduled / created).
  5. UI language and report language — set independently.

Usage

  1. Click the ✨ ribbon icon or run Generate task report from the command palette.
  2. Select tasks (by date or by title), or add them manually.
  3. Optionally pick a report template, then click Generate report and save.

Network use

This plugin talks only to the OpenAI-compatible endpoint(s) you configure (built-in presets such as DeepSeek, Qwen, Kimi, MiniMax, or a custom base URL). It sends the selected task data and the generated prompt to that endpoint to produce the report, and fetches the model list from it. No data is sent anywhere else, and the plugin collects no telemetry.

API keys are stored in Obsidian's SecretStorage; the plugin's own data.json stores only the secret's name.

Development

npm install        # install dependencies
npm run dev        # watch build
npm run build      # production build (with type checking)
npm run deploy     # build, then copy the artifacts into your local test vault
npm test           # run unit tests

npm run deploy copies main.js / manifest.json / styles.css into the vault's plugin folder (never data.json). It finds your vault via $OBSIDIAN_VAULT, or the open vault in Obsidian's obsidian.json.

Pure logic (date ranges, task filtering, filenames, prompts) lives in src/core/ and is covered by unit tests.

中文说明

从 TaskNotes 任务生成 AI 报告:选择任务与模板,用任意 OpenAI 兼容模型生成周报 / 月报 / 年报或自定义报告,并写入 vault 新笔记。

  • 按日期自动筛选任务,也可在界面中手动添加 / 删除。
  • 日历区间选择 + 本周 / 本月 / 本年等快捷方式。
  • API 密钥保存在 Obsidian 的 SecretStorage 中(设置里只保存密钥名),不在插件数据文件中明文保存。

网络用途:插件只会访问你自己配置的 OpenAI 兼容端点(内置 DeepSeek、通义千问、Kimi、MiniMax 预设,或自定义 Base URL),把所选任务数据与提示词发送过去以生成报告,并从该端点拉取模型列表;不会发送到其它地方,也不收集任何遥测。

安装:在「设置 → 第三方插件 → 浏览」中搜索 TaskNotes AI Reporter 安装并启用(需先启用 TaskNotes 插件)。

HealthExcellent
ReviewSatisfactory
About
Generate weekly, monthly, yearly, or custom reports from TaskNotes tasks with any OpenAI-compatible model and write each report to a new note without overwriting existing files. Auto-select tasks by date using a calendar range picker, adjust selections manually, pick templates, and set UI and report languages independently.
AITasksTemplating
Details
Current version
0.3.0
Last updated
19 hours ago
Created
2 weeks ago
Updates
5 releases
Downloads
38
Compatible with
Obsidian 1.12.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
telecomshytelecomshytelecomshy
GitHubtelecomshy
  1. Community
  2. Plugins
  3. AI
  4. TaskNotes AI Reporter

Related plugins

Smart Templates

AI powered templates for generating structured content. Works with Local Models, Anthropic Claude, Gemini, OpenAI & more.

Whisper

Speech-to-text using OpenAI Whisper.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

ChatGPT MD

A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into your notes.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Copilot

Run AI agents such as Claude Code, Codex, and OpenCode inside your vault. Turn your second brain into a smart assistant that gets knowledge work done.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.