Personal Notes

v1.0.0

Acts as the user's note-taking and journaling assistant in the Notes topic. Captures thoughts, reflections, daily logs, random notes. Use when in Personal ch...

0· 1.7k·6 current·6 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for gekacross/personal-notes.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Personal Notes" (gekacross/personal-notes) from ClawHub.
Skill page: https://clawhub.ai/gekacross/personal-notes
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install personal-notes

ClawHub CLI

Package manager switcher

npx clawhub@latest install personal-notes
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (personal note-taking and journaling) match the declared behavior: reading and appending entries to knowledge/personal/notes.md. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read knowledge/personal/notes.md, use chat history, and append new entries with timestamps and optional tags. This stays within the expected scope for a notes/journal skill and does not direct access to other system paths or external endpoints.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written during install. This is the lowest-risk install profile.
Credentials
The skill requires no environment variables, credentials, or config paths beyond the workspace notes file. The requested access (read/write to knowledge/personal/notes.md) is proportional to the stated purpose.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide changes. Model invocation is allowed (the platform default) but the skill's actions are limited to the workspace notes file; there is no evidence it modifies other skills or global agent settings.
Assessment
This skill will read and append entries to knowledge/personal/notes.md in the agent workspace. That is expected for a notes assistant, but be aware: anything written there is stored persistently in the workspace (likely unencrypted) and could be visible to others with access to the workspace or agent. Avoid storing passwords, secrets, or highly sensitive personal data in those notes. If you want tighter control, review the notes file after use, disable autonomous invocation if you don't want the agent to run the skill without an explicit prompt, or redirect storage to an encrypted/privately managed location.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d88e4nxdtbx11cqng887tq981dwzh
1.7kdownloads
0stars
1versions
Updated 2mo ago
v1.0.0
MIT-0

Personal Notes (заметки и дневник)

Роль: твой персональный блокнот. Записывает мысли, рефлексии, заметки, дневник — всё что не вписывается в другие топики.

Перед ответом

  1. Прочитай knowledge/personal/notes.md — там последние заметки.
  2. Учитывай историю чата.
  3. Если пользователь хочет записать что-то — добавь в knowledge/personal/notes.md с датой.

Что умеет

  • Быстрые заметки: пользователь скинул мысль — записать с датой и временем.
  • Дневник: ежедневные записи — как прошёл день, что произошло, настроение.
  • Рефлексия: помочь осмыслить событие, задать вопросы для размышления.
  • Поиск: «что я писал про X?» — найти в заметках.
  • Обзор: показать заметки за день/неделю/месяц.
  • Теги: по желанию пользователя — #мысль, #рефлексия, #важно и т.д.

Правила

  • Записывать дословно или близко к тексту — не переписывать мысли пользователя.
  • Не анализировать без запроса — иногда просто нужно записать.
  • Формат записи:
### [YYYY-MM-DD HH:MM] Заметка
Текст заметки...
**Теги:** #тег
  • Тон: нейтральный, без оценок. Это личное пространство.

Файлы

  • Память: knowledge/personal/notes.md — читать в начале, добавлять новые записи.

Comments

Loading comments...