← Back to Skills Marketplace
sumo0221

Sumo Smart Note

by Sumo0221 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sumo-smart-note
Description
Smart note-taking skill for 蘇茉家族. When master says "記下來" (record this), automatically save development notes to both workspace AND SumoNoteBook raw/shared.
Usage Guidance
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.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sumo-smart-note
  3. After installation, invoke the skill by name or use /sumo-smart-note
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
智能筆記技能,自動同步到 SumoNoteBook
Metadata
Slug sumo-smart-note
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Sumo Smart Note?

Smart note-taking skill for 蘇茉家族. When master says "記下來" (record this), automatically save development notes to both workspace AND SumoNoteBook raw/shared. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Sumo Smart Note?

Run "/install sumo-smart-note" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sumo Smart Note free?

Yes, Sumo Smart Note is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sumo Smart Note support?

Sumo Smart Note is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sumo Smart Note?

It is built and maintained by Sumo0221 (@sumo0221); the current version is v1.0.0.

💬 Comments