← 返回 Skills 市场
jini92

Obsidian Daily Note

作者 jini92 · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
555
总下载
1
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install obsidian-daily-mai
功能描述
Create and manage Obsidian daily notes. Use when asked to write daily notes, record today's work, log session activities, or create daily summaries. Triggers...
使用说明 (SKILL.md)

Obsidian Daily Note

Configuration

Set these to match your vault:

  • Base path: path to your DAILY folder inside the vault
  • Sync: adjust if using OneDrive / iCloud / Obsidian Sync

File Naming

YYYY-MM-DD_short-summary.md

Examples:

  • 2026-02-18_fix-env-gsudo-chrome.md
  • 2026-02-19_maibotalks-app-submit.md

The title should briefly summarize the day's main activities.

Template

# YYYY-MM-DD (Day) — Daily Note

## Completed Today

### [Category]
- **Task** → Result
  - Details

## Tomorrow's Actions

- [ ] Action 1
- [ ] Action 2

Category emoji prefixes: 🔧 Dev, 📱 Mobile, 🚀 Deploy, 🔗 Integration, 📝 Docs, 💡 Ideas, 📋 Planning

Encoding

CRITICAL on Windows: Never use Set-Content. Always use:

[System.IO.File]::WriteAllText($path, $content, [System.Text.Encoding]::UTF8)

Workflow

  1. Collect today's activities from session context
  2. Group by category
  3. Generate filename with descriptive title
  4. Write using UTF-8 encoding
  5. Include tomorrow's action items from pending tasks

Vault Structure (PARA)

  • 00.DAILY/ — daily notes
  • 01.PROJECT/ — project dashboards and kanban
  • 02.AREA/ — ongoing areas of interest
  • 03.RESOURCES/ — reference material
  • 04.ARCHIVE/ — archived notes

Project docs live in PROJECT_ROOT/docs/ with A/D/I/T prefixes (Analysis / Design / Implementation / Test).\r

安全使用建议
This skill appears coherent with its stated purpose. Before installing or using it, decide how you will supply the vault/base path (so the agent only writes where you expect), and limit the agent's filesystem permission to that vault if possible. Review generated notes before saving if you are concerned about sensitive content being pulled from broader conversation history. On Windows, follow the provided UTF-8 write guidance to avoid encoding problems. If you want tighter control, require the agent to output note content for manual saving rather than allow automatic writes.
功能分析
Type: OpenClaw Skill Name: obsidian-daily-mai Version: 1.1.0 The skill bundle defines an OpenClaw skill for managing Obsidian daily notes. The `SKILL.md` file provides instructions for the AI agent on file naming, template structure, and a critical directive regarding UTF-8 encoding for file writes on Windows. All instructions and content are aligned with the stated purpose of creating daily notes and show no evidence of malicious intent, data exfiltration, unauthorized command execution, or prompt injection designed to subvert the agent's purpose.
能力评估
Purpose & Capability
Name/description (Obsidian daily notes) match the SKILL.md content: templates, filename conventions, vault layout, and write workflow. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
The workflow instructs the agent to "collect today's activities from session context" and to write files to a user-specified vault path. This is consistent with the feature but is a bit vague: it gives the agent broad discretion over what conversational/contextual data to use and instructs writing files to disk. The skill does not instruct reading arbitrary system files, shell history, or external endpoints.
Install Mechanism
No install spec or code — instruction-only. This minimizes the risk of arbitrary code being downloaded or executed on install.
Credentials
No environment variables, credentials, or config paths are requested. The only implicit requirement is that the user supplies the vault/base path and that the agent has permission to write files there, which is proportional to the skill's purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or modification of other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install obsidian-daily-mai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /obsidian-daily-mai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Full English rewrite: removed personal paths, generic template
v1.0.0
Initial release: auto-create daily notes with PARA structure and session summaries
元数据
Slug obsidian-daily-mai
版本 1.1.0
许可证
累计安装 5
当前安装数 4
历史版本数 2
常见问题

Obsidian Daily Note 是什么?

Create and manage Obsidian daily notes. Use when asked to write daily notes, record today's work, log session activities, or create daily summaries. Triggers... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 555 次。

如何安装 Obsidian Daily Note?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-daily-mai」即可一键安装,无需额外配置。

Obsidian Daily Note 是免费的吗?

是的,Obsidian Daily Note 完全免费(开源免费),可自由下载、安装和使用。

Obsidian Daily Note 支持哪些平台?

Obsidian Daily Note 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Obsidian Daily Note?

由 jini92(@jini92)开发并维护,当前版本 v1.1.0。

💬 留言讨论