← Back to Skills Marketplace
Quote
by
BytesAgain2
· GitHub ↗
· v2.0.0
· MIT-0
177
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install quote
Description
Record, search, and display quotes and sayings. Use when saving favorites, checking attribution, converting collections, analyzing themes, generating picks.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: quote
Version: 2.0.0
The 'Quote' skill is a simple command-line utility for recording, searching, and exporting text entries stored locally in ~/.local/share/quote/. The shell script (scripts/script.sh) performs basic file operations like logging, grepping, and formatting data into JSON/CSV without any network activity, sensitive file access, or suspicious execution patterns. While SKILL.md contains some repetitive and poorly formatted command examples, they appear to be documentation artifacts rather than malicious prompt injection.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quote - After installation, invoke the skill by name or use
/quote - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Quote?
Record, search, and display quotes and sayings. Use when saving favorites, checking attribution, converting collections, analyzing themes, generating picks. It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Quote?
Run "/install quote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quote free?
Yes, Quote is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quote support?
Quote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quote?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.
More Skills