Quote
v2.0.0Record, search, and display quotes and sayings. Use when saving favorites, checking attribution, converting collections, analyzing themes, generating picks.
⭐ 0· 104·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (record, search, display quotes) align with the provided shell script and SKILL.md. All required functionality is implemented locally and there are no unrelated permissions or external integrations requested.
Instruction Scope
SKILL.md and the script stay within the stated purpose (running commands, logging, exporting, searching). Notable: the tool logs every entry and activity to ~/.local/share/quote/history.log and per-command .log files — this is expected but means any input will be persistently recorded locally.
Install Mechanism
No install spec; the skill is instruction-only with an included bash script. Nothing is downloaded from external URLs and no archive extraction or package installs occur.
Credentials
The skill requires no environment variables or credentials. It uses $HOME and standard POSIX utilities only and confines file access to ~/.local/share/quote.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent platform-wide privileges or modify other skills/configs; it only writes to its own data directory.
Assessment
This skill appears to be what it says: a local CLI logger/searcher for quotes. Before installing, review the script if you want to confirm behavior; be aware that anything you save is stored in plaintext under ~/.local/share/quote (including history.log and per-command .log files). Do not use it to store secrets or sensitive personal data unless you accept local plaintext storage or add your own encryption. If you share the machine, check file permissions on that directory to ensure others cannot read your entries.Like a lobster shell, security has layers — review code before you run it.
latestvk97e05cm9mfyhx1gv729ebgad1832fn7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
