Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Pipeworx zenquotes

v1.0.0

Inspirational quotes — random, daily quote of the day, or batch 50 at once from ZenQuotes

0· 73· 1 versions· 0 current· 0 all-time· Updated 17h ago· MIT-0
byBruce Gutman@brucegutman

Install

openclaw skills install pipeworx-zenquotes

ZenQuotes

Inspirational and motivational quotes for any occasion. Pull a single random quote, get the consistent quote of the day, or batch 50 quotes at once for collections and displays.

Tools

ToolDescription
random_quoteA single random inspirational quote with author
today_quoteQuote of the day — same for all users within a given day
list_quotesBatch of 50 random quotes in one call

When to use

  • Starting a meeting or newsletter with an inspiring quote
  • "Quote of the day" widgets and notifications
  • Building a motivational content feed
  • Populating a quotes collection for a journaling app

Example

curl -s -X POST https://gateway.pipeworx.io/zenquotes/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"random_quote","arguments":{}}}'
{
  "quote": "The only way to do great work is to love what you do.",
  "author": "Steve Jobs"
}

Setup

{
  "mcpServers": {
    "pipeworx-zenquotes": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/zenquotes/mcp"]
    }
  }
}

Version tags

latestvk973y99j08xfgymvp8nf2c9tfd84a3rs

Runtime requirements

🧘 Clawdis
Binscurl