← Back to Skills Marketplace
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-memos
Description
智能备忘录管理系统,支持从 macOS 备忘录导入(PDF/Markdown/HTML/TXT/JSON)、 智能自动分类、语义搜索、快速记录、编辑修改和归档管理。 使用场景: - 用户说"帮我记录备忘录"、"记个笔记"、"添加备忘" - 用户说"搜索备忘录"、"查找笔记"、"回忆一下" - 用户说"导入备忘录"...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: smart-memos
Version: 1.0.0
The smart-memos skill bundle is a legitimate memo management system that uses a local SQLite database for storage. The code in scripts/memos.py implements standard CRUD operations, automated categorization based on keyword weights, and file import functionality for various formats (PDF, Markdown, HTML). While it uses subprocess.run to call external PDF utilities, it does so safely using argument lists rather than shell strings, and there is no evidence of data exfiltration, unauthorized network access, or malicious prompt injection instructions in SKILL.md.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-memos - After installation, invoke the skill by name or use
/smart-memos - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of smart-memos — an intelligent memo management system.
- Add, search, list, and categorize memos
- Import memos from macOS Notes (supports PDF/Markdown/HTML/TXT/JSON)
- Automatic categorization with smart rules
- Semantic search functionality
Metadata
Frequently Asked Questions
What is smart notes using sqlite3?
智能备忘录管理系统,支持从 macOS 备忘录导入(PDF/Markdown/HTML/TXT/JSON)、 智能自动分类、语义搜索、快速记录、编辑修改和归档管理。 使用场景: - 用户说"帮我记录备忘录"、"记个笔记"、"添加备忘" - 用户说"搜索备忘录"、"查找笔记"、"回忆一下" - 用户说"导入备忘录"... It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install smart notes using sqlite3?
Run "/install smart-memos" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is smart notes using sqlite3 free?
Yes, smart notes using sqlite3 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does smart notes using sqlite3 support?
smart notes using sqlite3 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created smart notes using sqlite3?
It is built and maintained by qomg (@qomg); the current version is v1.0.0.
More Skills