← 返回 Skills 市场
ivangdavila

Quotes

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
969
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quotes
功能描述
Build a personal quotes system for saving, discovering, and automatically surfacing meaningful words.
安全使用建议
This skill appears to be a straightforward, local quotes manager (creates ~/quotes, saves and tags quotes). The main thing to watch for is automated delivery: the SKILL.md says the agent should 'automatically send quotes' and use a 'notification' channel but doesn’t say where or how. Before installing or enabling autonomous runs, decide how you want automated deliveries to work (local desktop notifications, email, Slack, etc.), and confirm the platform will not send quote text to external services without your approval. Consider: run it in manual mode first, restrict autonomous invocation if possible, review what the agent will do when it 'asks/infers' authors (it may perform web lookups), set proper file permissions for ~/quotes if you store sensitive personal notes, and require explicit consent for any external integrations (notification services, messaging APIs). If you need the skill to send through a particular service, prefer an implementation that declares the necessary credential variables so you can control and audit them.
功能分析
Type: OpenClaw Skill Name: quotes Version: 1.0.0 The skill bundle defines a personal quotes management system. All instructions in `SKILL.md` are directly related to its stated purpose, such as creating a `~/quotes/` directory for local storage and managing quote data. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior. The content is clear, consistent, and lacks any high-risk behaviors.
能力评估
Purpose & Capability
Name and description (personal quotes system) align with the SKILL.md: it defines a ~/quotes workspace, collection files, tagging, discovery, favorites, and delivery rules. Nothing requested (no env vars, no binaries) is unexpected for a local quotes manager.
Instruction Scope
Most instructions are limited to creating and managing files under ~/quotes and are appropriately scoped. However, the 'Automated Delivery' section ('Automatically send quotes based on schedule/criteria', 'Channel: notification') is underspecified and could instruct the agent to use external notification channels or platform APIs. 'Ask/infer author' and 'verify when possible' imply network verification or web searches. These open-ended directives grant the agent broad discretion to access network services or system notification interfaces without declaring needed credentials or limits.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk installation footprint (nothing is written to disk by an installer beyond what the agent itself may do at runtime).
Credentials
The skill requests no environment variables, no credentials, and only specifies creating ~/quotes. That is proportionate to a local quote manager. There are no requests for unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill does not request permanent system-wide privileges. Autonomous invocation is allowed by default but does not combine with additional privileged requests in this skill's metadata. The main risk is the ambiguous automated-delivery behavior, not a privileged install.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quotes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quotes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug quotes
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Quotes 是什么?

Build a personal quotes system for saving, discovering, and automatically surfacing meaningful words. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 969 次。

如何安装 Quotes?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quotes」即可一键安装,无需额外配置。

Quotes 是免费的吗?

是的,Quotes 完全免费(开源免费),可自由下载、安装和使用。

Quotes 支持哪些平台?

Quotes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Quotes?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论