Install
openclaw skills install pipeworx-zenquotesInspirational quotes — random, daily quote of the day, or batch 50 at once from ZenQuotes
openclaw skills install pipeworx-zenquotesInspirational 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.
| Tool | Description |
|---|---|
random_quote | A single random inspirational quote with author |
today_quote | Quote of the day — same for all users within a given day |
list_quotes | Batch of 50 random quotes in one call |
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"
}
{
"mcpServers": {
"pipeworx-zenquotes": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/zenquotes/mcp"]
}
}
}