← Back to Skills Marketplace
ivangdavila

Quotes

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
969
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quotes
Description
Build a personal quotes system for saving, discovering, and automatically surfacing meaningful words.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quotes
  3. After installation, invoke the skill by name or use /quotes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug quotes
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Quotes?

Build a personal quotes system for saving, discovering, and automatically surfacing meaningful words. It is an AI Agent Skill for Claude Code / OpenClaw, with 969 downloads so far.

How do I install Quotes?

Run "/install quotes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quotes free?

Yes, Quotes is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Quotes support?

Quotes is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Quotes?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments