← 返回 Skills 市场
92
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install notes-skill
功能描述
SQLite 笔记管理系统。由 AI agent(霜糖)代为管理和操作笔记。 触发场景: - 用户说"笔记..."、"记一下..."、"帮我记..."、"存一条笔记" - 用户说"找一下..."、"搜一下关于...的笔记" - 用户说"列出笔记"、"有哪些笔记" - 用户说"标记已整理"、"归档" - 用户说"备...
安全使用建议
Before installing or enabling: 1) Confirm where ~/.agents/skills/notes-skill/scripts/init.py and backup.py come from — inspect their source code. Do NOT run the skill if those scripts are not provided or you cannot review them. 2) Verify the scripts do not contact external endpoints or exfiltrate data and that they run with least privilege. 3) Check that database and backups are stored with appropriate filesystem permissions (restrict access to your user). 4) If the agent will execute SQL, ensure queries are parameterized (avoid building raw SQL with unescaped user input). 5) If you want stronger isolation, run the skill in a sandboxed account or container. 6) If the missing scripts are supposed to be installed by the platform, ask the publisher/platform for the install manifest and full script sources; missing runtime code is the main reason this skill is marked suspicious.
功能分析
Type: OpenClaw Skill
Name: notes-skill
Version: 1.0.0
The notes-skill bundle describes a standard SQLite-based note management system. It includes instructions for an AI agent to optimize note formatting, perform CRUD operations via SQL, and manage backups using local Python scripts (init.py and backup.py). No indicators of data exfiltration, malicious execution, or harmful prompt injection were found; all functionality is consistent with the stated purpose of a note-taking utility.
能力评估
Purpose & Capability
Name/description match the behavior: a local SQLite-based note manager storing data under ~/.openclaw/workspace/notes. The requested capabilities (create, search, list, archive, backup) align with a notes skill. However, the SKILL.md instructs the agent to run scripts at ~/.agents/skills/notes-skill/scripts/*.py even though no install spec and no code files are provided in the package—this discrepancy reduces coherence.
Instruction Scope
Instructions stick to note management (optimize content, insert/search/update the DB, perform backups). They reference only local paths (~/.openclaw/... and ~/.agents/...), and do not instruct network exfiltration. Concern: the agent is told to run arbitrary local Python scripts (init.py, backup.py) whose contents are not present for review; also SQL examples are shown as literal INSERTs (no guidance on parameterized queries), which could lead to unsafe SQL construction if not handled carefully.
Install Mechanism
No install spec (instruction-only) is lowest-risk normally. But the skill expects scripts to exist at ~/.agents/skills/notes-skill/scripts/*.py and provides no mechanism to install or audit them. That absence means either (a) the platform provides these scripts out-of-band (should be documented), or (b) required code is missing—both are concerns because runtime behavior depends on unseen code.
Credentials
The skill requests no environment variables, no credentials, and uses only local file paths. This is proportionate to a local notes manager.
Persistence & Privilege
always:false and user-invocable:true (default) — no elevated persistence is requested. Scheduled backups are described as triggered by OpenClaw cron, which is appropriate for a backup feature.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notes-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/notes-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首发版本:基于 SQLite 的笔记管理技能
元数据
常见问题
Notes Skill / 笔记技能 是什么?
SQLite 笔记管理系统。由 AI agent(霜糖)代为管理和操作笔记。 触发场景: - 用户说"笔记..."、"记一下..."、"帮我记..."、"存一条笔记" - 用户说"找一下..."、"搜一下关于...的笔记" - 用户说"列出笔记"、"有哪些笔记" - 用户说"标记已整理"、"归档" - 用户说"备... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Notes Skill / 笔记技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notes-skill」即可一键安装,无需额外配置。
Notes Skill / 笔记技能 是免费的吗?
是的,Notes Skill / 笔记技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Notes Skill / 笔记技能 支持哪些平台?
Notes Skill / 笔记技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notes Skill / 笔记技能?
由 CocoonOvO(@cocoonovo)开发并维护,当前版本 v1.0.0。
推荐 Skills