← Back to Skills Marketplace
92
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install notes-skill
Description
SQLite 笔记管理系统。由 AI agent(霜糖)代为管理和操作笔记。 触发场景: - 用户说"笔记..."、"记一下..."、"帮我记..."、"存一条笔记" - 用户说"找一下..."、"搜一下关于...的笔记" - 用户说"列出笔记"、"有哪些笔记" - 用户说"标记已整理"、"归档" - 用户说"备...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notes-skill - After installation, invoke the skill by name or use
/notes-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首发版本:基于 SQLite 的笔记管理技能
Metadata
Frequently Asked Questions
What is Notes Skill / 笔记技能?
SQLite 笔记管理系统。由 AI agent(霜糖)代为管理和操作笔记。 触发场景: - 用户说"笔记..."、"记一下..."、"帮我记..."、"存一条笔记" - 用户说"找一下..."、"搜一下关于...的笔记" - 用户说"列出笔记"、"有哪些笔记" - 用户说"标记已整理"、"归档" - 用户说"备... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Notes Skill / 笔记技能?
Run "/install notes-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notes Skill / 笔记技能 free?
Yes, Notes Skill / 笔记技能 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Notes Skill / 笔记技能 support?
Notes Skill / 笔记技能 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Notes Skill / 笔记技能?
It is built and maintained by CocoonOvO (@cocoonovo); the current version is v1.0.0.
More Skills