Self Improvement Cyber Bye

v1.0.0

Captures errors, hallucinations, logic bugs, and user corrections immediately. Runs a nightly 11 PM IST review to attempt self-fixes. Failed fixes escalate t...

2· 48·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (capture errors, nightly review, attempt self-fixes) match the SKILL.md and included hooks: the skill only requires creating and updating workspace files (errors/, fixes/, soul/, crons/, etc.), which a self‑improvement feature legitimately needs.
Instruction Scope
All runtime instructions are local: immediate writes to errors/raw/, nightly review reading those files, pattern detection, and reports to the workspace owner. One notable behavior: the skill mandates writing a 'minimum viable entry' to disk immediately BEFORE finishing the current response. That is unusual and can cause sensitive user text to be persisted automatically; it is coherent with the stated purpose but worth noting for privacy/audit reasons.
Install Mechanism
Instruction-only skill with no install spec, no binaries, and no external downloads — minimal installation risk.
Credentials
The skill declares no required environment variables, no credentials, and no external endpoints. It reads and writes workspace files and a memory index (memory/schema.json) only — proportionate to a self‑improvement logfile/memory feature.
Persistence & Privilege
The skill creates a permanent nightly cron (nightly-review) and may create temporary auto‑deleting crons. 'always' is false, and model invocation is allowed (the platform default). The persistent cron grants ongoing behavior in normal use (scheduled work each session), which matches the purpose but means it will run nightly unless removed. Temp crons auto-delete after firing — useful but could be used to hide one‑off actions, so review created cron files after use.
Assessment
This skill appears to be what it says: it logs mistakes, runs a nightly local review, and attempts one self‑fix before escalating to the workspace owner. Before installing, consider: 1) It will persist immediate error entries (and any quoted user text) to workspace files — review storage location and retention/policy for sensitive content. 2) It creates a permanent nightly cron and may create temp auto‑deleting crons; if you prefer tighter control, disable or inspect crons before they run. 3) Test the skill in an isolated workspace first to verify the exact contents it logs and the escalation messages it will send. If you want stronger privacy, ask the author to add redaction/opt-out for sensitive data and/or to require owner approval before creating temp crons or escalating.

Like a lobster shell, security has layers — review code before you run it.

latestvk978wnd2dnn65enhpqb183vffs84tjan

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis

Comments