Pipeworx tarot

v1.0.0

Draw and search all 78 Rider-Waite tarot cards with upright and reversed meanings, including single or multiple card spreads and detailed lookups.

0· 74·0 current·0 all-time
byBruce Gutman@brucegutman

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for brucegutman/pipeworx-tarot.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pipeworx tarot" (brucegutman/pipeworx-tarot) from ClawHub.
Skill page: https://clawhub.ai/brucegutman/pipeworx-tarot
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pipeworx-tarot

ClawHub CLI

Package manager switcher

npx clawhub@latest install pipeworx-tarot
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (tarot draws, searches, and lookups) matches the provided instructions and examples. The SKILL.md documents card tools and an example RPC endpoint; nothing requested or declared appears unrelated to providing tarot data.
!
Instruction Scope
The runtime instructions direct the agent to call an external API (https://gateway.pipeworx.io/tarot/mcp). The skill does not request credentials, but user inputs and any contextual data the agent includes in requests would be transmitted to an external, undocumented service. There are no instructions to limit what data is sent.
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes local persistence and reduces install-time risk.
Credentials
The skill declares no environment variables, credentials, or config-path access. That is proportionate to a read-only tarot lookup/draw skill.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills/config. Default autonomous invocation is allowed (platform default) but it is not overly privileged.
Assessment
This skill appears to be what it says: an instruction-only tarot lookup that calls a remote API. Before installing or using it, consider whether you are comfortable sending your queries (and any context the agent might include) to an unknown third-party endpoint (gateway.pipeworx.io). The skill requests no credentials and makes no local changes, which lowers technical risk, but it may expose any user-provided text to that remote server. If you need stronger privacy, ask for a local/offline tarot implementation or request the publisher/source information and privacy policy for the gateway before use. Do not provide secrets or sensitive personal data when using this skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk977wjp84jexcttsaenaaffbvs84t62s
74downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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"
    }
  }
}

Comments

Loading comments...