Sumo Smart Note
v1.0.0Smart note-taking skill for 蘇茉家族. When master says "記下來" (record this), automatically save development notes to both workspace AND SumoNoteBook raw/shared.
⭐ 0· 64·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, SKILL.md, and smart_note.py align: the skill collects text and writes it to a workspace memory file and to a SumoNoteBook 'raw/shared' folder. The declared functionality (save + de-dup + optional concept extraction) matches the code.
Instruction Scope
SKILL.md and the script limit actions to reading/appending a workspace note and creating/writing a file under the specified SumoNoteBook path. The script only reads the existing development_log.md (to avoid duplicates) and writes new files; it does not make network calls, spawn shells, or read unrelated system files.
Install Mechanism
No install spec or remote fetches; the skill is instruction-plus-local-Python-script only. Nothing is downloaded or extracted from external URLs.
Credentials
The skill does not request credentials. It does read the OPENCLAW_WORKSPACE environment variable if present (not listed in the registry metadata) and falls back to a hard-coded default workspace path; it also writes to a hard-coded Windows path C:/butler_sumo/library/SumoNoteBook/raw/shared. This is reasonable for a local note-sync tool, but the use of an undeclared env var and a fixed C: path can surprise users and requires filesystem write permission.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It only creates and writes files within its workspace and the configured Sumo folder and does not modify other skills or global agent settings.
Assessment
This skill appears to do only local file operations (saving notes and creating files in the SumoNoteBook folder). Before installing, check the following: (1) Confirm you are comfortable allowing the agent to write files into your workspace and into C:/butler_sumo/library/SumoNoteBook/raw/shared (or adjust the paths in smart_note.py). (2) Be aware the script reads OPENCLAW_WORKSPACE if set (this env var is not declared in the registry); if you have a different workspace path, set that env var or edit the script. (3) The code contains no network calls or secret access, so exfiltration risk is low, but it will store whatever text you send—avoid recording sensitive credentials or secrets. (4) The Sumo path is Windows-centric; on other OSes it may create odd folders—test in a safe environment first. If any of these behaviors are unexpected, request a version that exposes the storage paths as configurable parameters or removes hard-coded locations.Like a lobster shell, security has layers — review code before you run it.
knowledgevk97bs1ybqj054byam56hk6b7y184c2pflatestvk97bs1ybqj054byam56hk6b7y184c2pfsmart-notevk97bs1ybqj054byam56hk6b7y184c2pfsumonotebookvk97bs1ybqj054byam56hk6b7y184c2pf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
