Chat

v1.1.0

Learns communication preferences from explicit feedback. Adapts tone, format, and style.

2· 1.4k·7 current·7 all-time
byIván@ivangdavila
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
Name/description (learns and adapts communication preferences) match the runtime instructions: create a local ~/chat directory, record confirmed preferences in memory.md, test in experiments.md, and respect rejected.md. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md contains concrete rules for when to record or remove preferences, requires explicit user feedback for changes, and instructs to cite the memory entry when applying a preference. It does not instruct reading other system files, calling external endpoints, or accessing environment variables beyond normal runtime. The 'never store sensitive personal information' rule is a policy in the instructions (not an enforced technical constraint).
Install Mechanism
No install spec or code is included; the skill is instruction-only, so it does not download or write code to disk beyond the local memory files it manages. This is the lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. Persisting small text files under the user's home directory is proportional to the stated function.
Persistence & Privilege
The skill persists preferences to files under ~/chat (memory.md, experiments.md, rejected.md). While this is coherent with the skill's purpose, persisted files in the home directory may be accessible to other local processes or backups; the skill does not request elevated privileges or platform-wide presence (always:false).
Assessment
This skill appears to be what it claims: a local preference store and set of rules for learning from explicit feedback. Before installing, consider the privacy implications of storing preferences on disk: review ~/chat/memory.md periodically, set restrictive file permissions (e.g., chmod 700 ~/chat), and avoid saving sensitive personal data in the preference files (the skill's docs say not to, but that is not technically enforced). If you plan to share your device or run untrusted processes, consider encrypting the directory or using a secure storage mechanism instead of plain files. Finally, remember that the instruction-only policy ('never infer from silence') is enforced by the agent following SKILL.md — verify behavior in practice if you rely on strict non-inference guarantees.

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

latestvk97271905ch74nmgjd87srr8bs818rf3

License

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

Runtime requirements

💬 Clawdis
OSLinux · macOS · Windows

Comments