skills$openclaw/memory-to-obsidian
franky06173.7k

by franky0617

memory-to-obsidian – OpenClaw Skill

memory-to-obsidian is an OpenClaw Skills integration for coding workflows. 将重要内容记录到 Obsidian Memory 文件夹,自动按日期整理并添加时间戳

3.7k stars979 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namememory-to-obsidian
description将重要内容记录到 Obsidian Memory 文件夹,自动按日期整理并添加时间戳 OpenClaw Skills integration.
ownerfranky0617
repositoryfranky0617/memory-to-obsidian
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @franky0617/memory-to-obsidian
last updatedFeb 7, 2026

Maintainer

franky0617

franky0617

Maintains memory-to-obsidian in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
292 B
SKILL.md
1.7 KB
SKILL.md

name: memory-to-obsidian description: 将重要内容记录到 Obsidian Memory 文件夹,自动按日期整理并添加时间戳 description_en: Save important notes to Obsidian Memory folder with timestamps. Organize by date automatically.

Memory to Obsidian 记忆同步

快速将重要想法、笔记和灵感记录到 Obsidian vault 的 Memory 文件夹,自动按日期整理。

Quickly save important thoughts, ideas, and notes to your Obsidian vault's Memory folder with automatic timestamp organization.

使用方法 | Usage

单条记录 | Single Note

记忆 <内容>

多条记录 | Multiple Notes

合并多条记录后一次性保存:

记忆 今天完成的事项:
1. 掌握了【发布】指令
2. 掌握了【api】指令
3. 掌握了【安装】指令

示例 | Examples:

记忆 今天完成了项目开发
Save today completed the project development

记忆 掌握的指令:
- 【发布】自动发布 skill 到 clawhub
- 【api】查询 API 用量
- 【安装】安装 clawhub skill

输出格式 | Output Format

保存到 Obsidian/Javis/Memory/YYYY-MM.md(按年月整理):

### 2026-01-31
- 掌握了【发布】指令 - 自动整理中英文双语描述,发布 skill 到 clawhub.ai
- 掌握了【api】指令 - 通过 minimax-coding-plan-usage skill 查询 API 用量
- 掌握了【安装】指令 - 自动安装 clawhub.ai 链接中的 skill

功能特点 | Features

  • 📝 快速记录 | Quick note taking
  • ⏰ 自动时间戳 | Automatic timestamps
  • 📅 按日期整理 | Organized by date
  • 🔄 增量追加 | Append only, no overwrites
  • 📋 多条合并 | Merge multiple notes into single entry
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install memory-to-obsidian?

Run openclaw add @franky0617/memory-to-obsidian in your terminal. This installs memory-to-obsidian into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/franky0617/memory-to-obsidian. Review commits and README documentation before installing.