← Back to Skills Marketplace
hxiaom

Notes Know You

by hxiaom · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ Security Clean
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install notes-know-you
Description
Sync Evernote notebooks to local Markdown, analyze your notes, and update USER.md + Memory files so the AI truly understands who you are
Usage Guidance
This skill appears to do what it says: it syncs Evernote, converts notes to Markdown, analyzes them locally, and updates USER.md / memory files. Before installing or running it: 1) verify NOTES_DB_PATH points to the correct local backup and back up your existing USER.md and memory directories (e.g., .openclaw/, ~/.claude/...); 2) confirm you trust the upstream evernote-backup package (pip install evernote-backup) because it will perform network calls to your Evernote/Yinxiang account; 3) review the optional NOTES_MEMORY_DIR and NOTES_EXPORT_DIR to ensure files are written where you want (avoid writing into other projects' memory directories you don't control); 4) run the tool interactively the first time (not as an autonomous background job) to inspect outputs; and 5) if you have sensitive notes, consider running in an isolated environment or ensure your local analysis environment (and any AI model usage) does not inadvertently transmit data externally.
Capability Assessment
Purpose & Capability
Name/description match what is requested and included: python + pandoc are needed for conversion, NOTES_DB_PATH points at the local Evernote backup DB used by the evernote-backup tool, and the included scripts perform syncing, export, and ENEX→Markdown conversion. Declared optional env vars (token, export dir, memory dir) are relevant to the workflow.
Instruction Scope
SKILL.md instructs the agent to run evernote-backup to sync with Evernote, export .enex, convert to Markdown, analyze notes, and update USER.md plus per-insight memory files. This stays within the described purpose, but it explicitly reads existing USER.md and various memory directories (including ~/.claude/... and project .openclaw/) and writes new memory files — i.e., it will modify local profile/memory data outside the scripts' directory. The workflow runs subprocesses (python -m evernote_backup, pandoc) which is expected here.
Install Mechanism
Instruction-only skill with no installer; README recommends installing standard packages via pip/brew/winget. No arbitrary remote download or extraction specified in the skill bundle. The lack of an automated install is lower risk but means the user must install dependencies themselves.
Credentials
Only NOTES_DB_PATH is required (primaryEnv). Optional NOTES_TOKEN is reasonable for Evernote auth. It is slightly unusual to label a filesystem path as the 'primary credential', but functionally the DB path is required for operation. No unrelated credentials or broad environment access are requested.
Persistence & Privilege
always:false and agent-autonomy not disabled (normal). The skill will write to USER.md and create multiple memory files and may target multiple memory locations (project .openclaw/, ~/.claude/... or fallback .memory/). That write access is necessary for its purpose but gives it the ability to modify existing profile/memory files — the user should confirm those target paths before running.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install notes-know-you
  3. After installation, invoke the skill by name or use /notes-know-you
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Sync and analyze your Evernote/Yinxiang notes to create a truly personalized AI experience. - Syncs Evernote notebooks to local Markdown files and analyzes their content for structured insights. - Updates USER.md and generates memory files, helping the AI understand your identity, habits, goals, and interests. - Supports flexible configuration (database path, export directories, backend type, tokens). - Step-by-step workflow: sync, convert, analyze, and report, with guidance for authentication and troubleshooting. - Includes setup for scheduled automatic syncs via a simple cron command. - All data processing is fully local for maximum privacy.
Metadata
Slug notes-know-you
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Notes Know You?

Sync Evernote notebooks to local Markdown, analyze your notes, and update USER.md + Memory files so the AI truly understands who you are. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install Notes Know You?

Run "/install notes-know-you" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Notes Know You free?

Yes, Notes Know You is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Notes Know You support?

Notes Know You is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Notes Know You?

It is built and maintained by hxiaom (@hxiaom); the current version is v1.0.0.

💬 Comments