ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Tarot

Skill by brucegutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-tarot
Or

Tarot

Draw tarot cards, search the deck, and look up meanings. All 78 cards of the Rider-Waite deck are available with upright and reversed interpretations.

The deck at your fingertips

ToolDescription
random_cardDraw one card at random
draw_cardsDraw 1-78 cards (for spreads -- 3-card past/present/future, 10-card Celtic Cross, etc.)
search_cardsSearch by keyword across names and descriptions ("moon", "strength", "cups")
get_cardLook up a specific card by short name

Card naming

Short names follow a pattern: Major Arcana use ar prefix (ar00 = The Fool, ar01 = The Magician), Minor Arcana use suit + value (wap01 = Ace of Wands, cup10 = Ten of Cups, swkn = Knight of Swords, pequ = Queen of Pentacles).

Example: draw a 3-card spread

curl -X POST https://gateway.pipeworx.io/tarot/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"draw_cards","arguments":{"count":3}}}'

Each card comes with its name, suit, type (Major/Minor Arcana), upright meaning, reversed meaning, and a description.

{
  "mcpServers": {
    "tarot": {
      "url": "https://gateway.pipeworx.io/tarot/mcp"
    }
  }
}

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brucegutman-pipeworx-tarot": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.