Quote

v2.0.0

Record, search, and display quotes and sayings. Use when saving favorites, checking attribution, converting collections, analyzing themes, generating picks.

0· 171·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/quote.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Quote" (ckchzh/quote) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/quote
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install quote

ClawHub CLI

Package manager switcher

npx clawhub@latest install quote
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
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
171downloads
0stars
1versions
Updated 1mo ago
v2.0.0
MIT-0

Quote

Quote makes utility tools simple. Record, search, and analyze your data with clear terminal output.

Why Quote?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
quote help

# Check current status
quote status

# View your statistics
quote stats

Commands

CommandWhat it does
quote runRun
quote checkCheck
quote convertConvert
quote analyzeAnalyze
quote generateGenerate
quote previewPreview
quote batchBatch
quote compareCompare
quote exportExport
quote configConfig
quote statusStatus
quote reportReport
quote statsSummary statistics
quote export<fmt> Export (json
quote search<term> Search entries
quote recentRecent activity
quote statusHealth check
quote helpShow this help
quote versionShow version
quote $name:$c entries
quote Total:$total entries
quote Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
quote Version:v2.0.0
quote Datadir: $DATA_DIR
quote Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
quote Disk:$(du -sh "$DATA_DIR" 2>/dev/null
quote Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
quote Status:OK
quote [Quote]run: $input
quote Saved.Total run entries: $total
quote [Quote]check: $input
quote Saved.Total check entries: $total
quote [Quote]convert: $input
quote Saved.Total convert entries: $total
quote [Quote]analyze: $input
quote Saved.Total analyze entries: $total
quote [Quote]generate: $input
quote Saved.Total generate entries: $total
quote [Quote]preview: $input
quote Saved.Total preview entries: $total
quote [Quote]batch: $input
quote Saved.Total batch entries: $total
quote [Quote]compare: $input
quote Saved.Total compare entries: $total
quote [Quote]export: $input
quote Saved.Total export entries: $total
quote [Quote]config: $input
quote Saved.Total config entries: $total
quote [Quote]status: $input
quote Saved.Total status entries: $total
quote [Quote]report: $input
quote Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/quote/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...