← 返回 Skills 市场
Quote
作者
BytesAgain2
· GitHub ↗
· v2.0.0
· MIT-0
177
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install quote
功能描述
Record, search, and display quotes and sayings. Use when saving favorites, checking attribution, converting collections, analyzing themes, generating picks.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quote - 安装完成后,直接呼叫该 Skill 的名称或使用
/quote触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
常见问题
Quote 是什么?
Record, search, and display quotes and sayings. Use when saving favorites, checking attribution, converting collections, analyzing themes, generating picks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。
如何安装 Quote?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quote」即可一键安装,无需额外配置。
Quote 是免费的吗?
是的,Quote 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Quote 支持哪些平台?
Quote 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quote?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。
推荐 Skills