返回顶部
f

focusnote-add-to-daily-note添加到每日笔记

Add text to today's daily note in FocusNote as a new bullet point

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
922
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

focusnote-add-to-daily-note

FocusNote: Add to Daily Note

This skill adds user-provided text to today's daily note in FocusNote as a new bullet point.

How It Works

  1. 1. Reads the FocusNote documents path from INLINECODE0
  2. Generates today's date in YYYY-MM-DD format
  3. Locates or creates today's daily note
  4. Adds the user's text as a new bullet point
  5. Updates the document's JSON structure files

Prerequisites

  • - FocusNote app must be running (it creates ~/.lucia/documents-path.txt on startup)
  • Node.js installed for running the helper script

Implementation

When the user asks to add text to their daily note, follow these steps:

Step 1: Read Documents Path

CODEBLOCK0

Step 2: Generate Today's Date

CODEBLOCK1

Step 3: Locate Daily Note Folder

CODEBLOCK2

Step 4: Create Daily Note If It Doesn't Exist

CODEBLOCK3

Step 5: Create New Bullet Node

CODEBLOCK4

Step 6: Save Node to Sharded Directory

CODEBLOCK5

Step 7: Update Structure File

CODEBLOCK6

Complete Script Example

Here's a complete Node.js script you can use:

CODEBLOCK7

Usage Examples

User: "Add to my daily note: Finished the OpenClaw skill implementation"

Assistant: I'll add that to your daily note.

CODEBLOCK8

Output: ✅ Added bullet to 2026-02-11: "Finished the OpenClaw skill implementation"



User: "Add a reminder to call mom tomorrow"

Assistant: I'll add that to today's note.

CODEBLOCK9

Installation

  1. 1. Save the script as add-to-daily-note.js in your OpenClaw skills directory
  2. Install dependencies: INLINECODE4
  3. Make it executable: INLINECODE5

Notes

  • - The skill creates a new bullet point each time it's called
  • Bullets are added to the end of the daily note
  • If the daily note doesn't exist, it will be created automatically
  • The FocusNote app must be running for the documents path file to exist
  • Changes are immediately visible when you open/refresh the daily note in FocusNote

Troubleshooting

Error: "FocusNote config file not found"

  • - Make sure FocusNote is running
  • Check that ~/.lucia/documents-path.txt exists

Bullets not appearing in FocusNote

  • - Try closing and reopening the daily note
  • Check that the node files were created in .nodes/ directory
  • Verify _structure.json was updated correctly

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 focusnoteapp-1776420039 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 focusnoteapp-1776420039 技能

通过命令行安装

skillhub install focusnoteapp-1776420039

下载

⬇ 下载 focusnote-add-to-daily-note v1.0.0(免费)

文件大小: 3.46 KB | 发布时间: 2026-4-17 20:06

v1.0.0 最新 2026-4-17 20:06
FocusNote: Add to Daily Note skill, initial release.

- Adds user-provided text as a new bullet point to today's daily note in FocusNote.
- Automatically creates today's daily note if it doesn't exist.
- Ensures notes are stored and structured in FocusNote's native directory and JSON format.
- Requires Node.js and a running FocusNote app for use.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部