smart notes using sqlite3

v1.0.0

智能备忘录管理系统,支持从 macOS 备忘录导入(PDF/Markdown/HTML/TXT/JSON)、 智能自动分类、语义搜索、快速记录、编辑修改和归档管理。 使用场景: - 用户说"帮我记录备忘录"、"记个笔记"、"添加备忘" - 用户说"搜索备忘录"、"查找笔记"、"回忆一下" - 用户说"导入备忘录"...

0· 115·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (smart memo management, imports, categorization, search, edit) aligns with the included Python implementation and unit tests. Required inputs (local files, optional PDF libraries) are appropriate for the stated features. There are no unexpected cloud credentials, unrelated binaries, or unrelated service tokens requested.
Instruction Scope
SKILL.md instructs local usage (CLI and Python API), import paths, and a specific data storage location (~/.qclaw/workspace/memos). The instructions do not direct the agent to read unrelated system files, environment variables, or to transmit data to external endpoints. The documentation's claim of 'support from macOS Notes' appears to refer to importing exported files rather than accessing Apple system APIs; this should be confirmed by reviewing the import implementation but is not inherently out-of-scope.
Install Mechanism
There is no install spec (instruction-only for OpenClaw), and provided code is plain Python included in the skill bundle. Optional dependencies are standard Python packages (pdfplumber, PyPDF2) referenced in requirements/optionalDependencies — no external download URLs or extract steps are present.
Credentials
The skill does not request environment variables, credentials, or config paths for other systems. It persists data under ~/.qclaw/workspace/memos (user home), which is reasonable for a local notes tool but worth noting because the DB will be created there.
Persistence & Privilege
Flags show always:false and normal autonomous invocation settings. The skill does not request to force-enable itself or modify other skills or global agent settings.
Assessment
This skill appears coherent and local-only, but before installing: 1) skim scripts/memos.py to confirm there are no network/socket/http calls or os.system calls that would send data off-host; 2) check how import_from_notes_app is implemented (does it expect exported files or attempt to access macOS Notes directly via AppleScript/APIs); 3) be aware the skill will create a SQLite DB and files under ~/.qclaw/workspace/memos (back up any existing data there if you have it); 4) optional PDF libraries (pdfplumber/PyPDF2) are safe but are external packages — review them before pip install; 5) run the included tests in a temporary directory (tests use a temp dir) to verify behavior in your environment. If you want extra assurance, run a quick search of memos.py for network-related modules (socket, requests, urllib, http) before use.

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

latestvk97d7saap9ydvyg5hm5875zwdn83545f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments