← 返回 Skills 市场
qomg

smart notes using sqlite3

作者 qomg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-memos
功能描述
智能备忘录管理系统,支持从 macOS 备忘录导入(PDF/Markdown/HTML/TXT/JSON)、 智能自动分类、语义搜索、快速记录、编辑修改和归档管理。 使用场景: - 用户说"帮我记录备忘录"、"记个笔记"、"添加备忘" - 用户说"搜索备忘录"、"查找笔记"、"回忆一下" - 用户说"导入备忘录"...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-memos
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-memos 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug smart-memos
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

smart notes using sqlite3 是什么?

智能备忘录管理系统,支持从 macOS 备忘录导入(PDF/Markdown/HTML/TXT/JSON)、 智能自动分类、语义搜索、快速记录、编辑修改和归档管理。 使用场景: - 用户说"帮我记录备忘录"、"记个笔记"、"添加备忘" - 用户说"搜索备忘录"、"查找笔记"、"回忆一下" - 用户说"导入备忘录"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 smart notes using sqlite3?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-memos」即可一键安装,无需额外配置。

smart notes using sqlite3 是免费的吗?

是的,smart notes using sqlite3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

smart notes using sqlite3 支持哪些平台?

smart notes using sqlite3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 smart notes using sqlite3?

由 qomg(@qomg)开发并维护,当前版本 v1.0.0。

💬 留言讨论