Agent Plugins Marketplace
All plugins

daily-report

v0.3.4

Fieldyの音声トランスクリプト(Notion DB_FIELDY)と、Obsidian Vaultの編集ノート・LLMログ・Claude Codeセッションjsonlを横断集約し、自然言語ナラティブで日次日記を生成する。--with-album フラグで marketing-harness の vlog-album を連鎖呼び出しできる(デフォルトは女子 3 人版、--gene male で男性 Gene 版)。

Claude Code1 Skill

By OrattaLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install daily-report@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/oratta/claude-harness

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/daily-report/.

Plugin files

plugins/daily-report/
├── .claude-plugin/plugin.json
└── skills/daily-report/SKILL.md

Included Skills1

daily-reportskills/daily-report/SKILL.md

Fieldyの音声トランスクリプト(Notion DB_FIELDY)と、Obsidian Vault内の編集ノート・LLMログ・Claude Codeセッションjsonlを横断集約し、自然言語ナラティブで日次日記を生成する。「日記作って」「昨日の振り返りを作って」「Fieldyから日記を生成」で起動。`--with-album` フラグ付きで実行すると、diary 生成後に marketing-harness の `vlog-album` スキルを呼び出して diary と同じディレクトリにトイカメラ風 Vlog アルバム画像を出力する(デフォルトは 3 人とも女性版、`--gene male` で男性 Gene を opt-in)。`--force-rebuild` フラグで中間ファイル(voice.md / dailyLLM.md)を含めて再生成する。

Plugin manifests1

plugins/daily-report/.claude-plugin/plugin.json
{
  "name": "daily-report",
  "version": "0.3.4",
  "description": "Fieldyの音声トランスクリプト(Notion DB_FIELDY)と、Obsidian Vaultの編集ノート・LLMログ・Claude Codeセッションjsonlを横断集約し、自然言語ナラティブで日次日記を生成する。--with-album フラグで marketing-harness の vlog-album を連鎖呼び出しできる(デフォルトは女子 3 人版、--gene male で男性 Gene 版)。",
  "author": {
    "name": "Oratta"
  },
  "license": "MIT",
  "keywords": [
    "obsidian",
    "daily",
    "diary",
    "fieldy",
    "notion",
    "claude-code"
  ],
  "skills": [
    "./skills/daily-report"
  ],
  "commands": [
    "./commands/daily-report.md"
  ],
  "agents": [
    "./agents/llm-log-compactor.md",
    "./agents/voice-compactor.md"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[daily-report on Agent Plugins Marketplace](https://pluginsmp.com/plugins/daily-report)