Sumo Smart Note

v1.0.0

Smart note-taking skill for 蘇茉家族. When master says "記下來" (record this), automatically save development notes to both workspace AND SumoNoteBook raw/shared.

0· 103·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sumo0221/sumo-smart-note.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Sumo Smart Note" (sumo0221/sumo-smart-note) from ClawHub.
Skill page: https://clawhub.ai/sumo0221/sumo-smart-note
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install sumo-smart-note

ClawHub CLI

Package manager switcher

npx clawhub@latest install sumo-smart-note
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
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
103downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Sumo Smart Note Skill 📝

智能筆記技能 - 當老爺說「記下來」時,自動同步到 SumoNoteBook

觸發關鍵字

  • 「記下來」
  • 「記錄這個」
  • 「把這個記錄下來」
  • 「寫下來」
  • 「存檔這個」
  • 「/sumo_note」

功能

當老爺說要記下來時,蘇茉會:

  1. 保存到本地 workspace

    • 路徑:memory/YYYY-MM-DD.mdmemory/development_log.md
    • 包含:時間戳、對話內容、開發過程、問題、解法
  2. 同步到 SumoNoteBook

    • 路徑:C:/butler_sumo/library/SumoNoteBook/raw/shared/
    • 檔名格式:{timestamp}__{source}>_{title}.md
  3. 自動提取摘要

    • 建立概念到 Sumo_wiki(可選)

輸出格式

# 開發記錄 - {timestamp}

## 主題
{標題}

## 過程
{開發過程描述}

## 問題
{遇到的問題}

## 解法
{解決方案}

## 標籤
#development #problem-solving #sumo家族

## 来源
{source workspace}

使用方式

老爺:蘇茉,記下來,我剛剛解決了...
蘇茉:好的,已記錄!
  - 保存到 memory/development_log.md
  - 同步到 SumoNoteBook/raw/shared/

技術細節

  • 使用 Python 指令碼同步檔案
  • 自動去重(根據檔名和內容 hash)
  • 保留原始時間戳

Comments

Loading comments...