Self-Improving Conversation
v1.1.0Captures dialogue learnings, tone mismatches, escalation failures, and conversation quality issues for continuous improvement. Use when: (1) A user expresses...
⭐ 0· 55·0 current·0 all-time
byJosé I. O.@jose-compu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (capture dialogue learnings and produce skill scaffolds) match the provided files: markdown templates, scripts to create .learnings entries and to scaffold skills, and OpenClaw hook handlers that inject a reminder. No unrelated credentials, binaries, or network-only installers are requested.
Instruction Scope
Runtime instructions and scripts create and update .learnings/* files in the workspace (or ~/.openclaw workspace when following OpenClaw guidance). The error detector reads the CLAUDE_TOOL_OUTPUT environment variable (a platform-provided output variable) to detect patterns; SKILL.md explicitly warns about not logging PII. The scripts will write files to disk when run (extract-skill.sh, activator, etc.) and the hook injects a virtual reminder file at bootstrap—these behaviours are within the stated scope but will modify local workspace state if enabled.
Install Mechanism
There is no opaque network install: recommended installs are via clawdhub or a git clone from GitHub. No downloads from untrusted shorteners or personal IP addresses are used. There is no install spec that silently fetches/extracts arbitrary archives.
Credentials
The skill declares no required env vars or credentials. Scripts reference CLAUDE_TOOL_OUTPUT (used by the PostToolUse hook) and event objects in hook handlers—these are platform integration values rather than secrets. No sensitive credentials (API keys, AWS, tokens) are requested. Be aware that CLAUDE_TOOL_OUTPUT may contain sensitive tool output depending on your configuration; the docs even warn not to forward it verbatim.
Persistence & Privilege
always is false and the skill is opt-in. Hook behaviour is optional: enabling hooks copies files into ~/.openclaw/hooks or similar and the handler injects a virtual reminder into bootstrapFiles. The skill does not attempt to change other skills' configs or escalate privileges.
Assessment
This skill appears coherent for its stated purpose. Before installing: (1) review the shell scripts (activator, error-detector, extract-skill) to confirm you accept local file writes (they create .learnings/ and may scaffold skills under ./skills or ~/.openclaw); (2) only enable the optional OpenClaw hooks if you trust the source—hooks inject a reminder on every agent bootstrap and run with the agent's permissions; (3) note the error-detector reads CLAUDE_TOOL_OUTPUT (platform-provided) which can contain sensitive output—ensure your environment won't leak secrets into that variable; (4) verify the GitHub repo and author if you plan to clone automatically. If you want lower risk, use the scripts manually or keep the hook disabled.Like a lobster shell, security has layers — review code before you run it.
latestvk974xwq6vbpgvdvj9vqsq8m0j584tcze
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
