Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

tarot-reading塔罗牌占卜

Agent Skill

tarot-reading 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,936

周安装

358

GitHub Stars

公开资料未说明

下载量

2,893
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tarot-reading(塔罗牌占卜)
来源仓库:https://github.com/eamanc-lab/tarot-reading
安装命令:
openclaw skills install tarot-reading
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tarot-reading

简介

基于 Rider-Waite-Smith 系统的塔罗牌占卜与解释工具。

  • 支持正向与反向牌面含义解析与基础解读生成。
  • 适用于个人咨询、内容创作与教育演示场景。tarot-reading 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 安装前需确认权限范围、维护状态及是否调用外部图像资源。
  • 建议结合原始 README 核验牌库完整性与使用许可说明。

SKILL.md

name
tarot-reading
clawhub-slug
tarot-reading
clawhub-owner
eamanc-lab
homepage
https://github.com/eamanc-lab/fortune-telling-skills
description
|
license
MIT
compatibility
platforms
metadata
author
eamanc
version
1.0.0
tags
["tarot", "divination", "塔罗", "占卜", "fortune-telling"]

Tarot Reading Interpreter

Based on the Rider-Waite-Smith system, this skill draws randomly from a complete 78-card deck and delivers a deep symbolic reading that weaves together card meanings, positional context, and your specific question — offering both insight and actionable guidance.

Quick Start

"Draw me a tarot card"
"Tarot reading — I have a question about love"
"Read my career with a Celtic Cross spread"
"I'm torn about whether to change jobs — pull three cards for me"
"Daily card"

Full Example (Three-Card Spread):

Input: I'm struggling with whether to break up with my boyfriend — can you pull three cards?

Output:

# 🃏 Three-Card Tarot Spread — A Decision in Love ## Cards Drawn | Position | Card | Orientation | |----------|------|-------------| | Past | Three of Wands | Upright 🔥 | | Present | The Moon | Reversed 🌙 | | Future | Page of Pentacles | Upright 🪙 | ## Card-by-Card Reading ### Past: Three of Wands — Upright The Three of Wands upright shows someone standing on a hilltop, gazing out toward the horizon — this relationship once carried real hope and a spirit of adventure. You planned a direction together, and that excitement, that willingness to set sail, was genuine. ### Present: The Moon — Reversed The Moon reversed suggests the fog is beginning to lift. The confusion, insecurity, and blurred signals that made it so hard to see clearly are now rising to the surface. You are already starting to face the answers you've been quietly avoiding. ### Future: Page of Pentacles — Upright The Page of Pentacles represents grounded, practical new beginnings in the material world. Whatever choice you make, the cards point toward a next chapter centered on self-growth and real, actionable steps — a version of you who moves forward with both feet on the ground. ## Synthesis These three cards trace an arc from "setting out with genuine hope," through "a present tangled in confusion and emerging truth," to "a clear-eyed, grounded next step." The Moon reversed is not a warning — it's the moment you finally become honest with yourself. The Page of Pentacles waiting at the end is a steadier, wiser you. ## Action Steps - Give yourself uninterrupted quiet time to write down what you truly feel — no conclusions required - Observe the ratio of what you give versus what you receive in this relationship; the data is often more honest than the feeling --- *Tarot offers insight at the level of symbol and meaning. The choice is always, and entirely, yours.*

User Context

Tarot readings do not require personal information like birthdays — every reading is in the moment.

Read: Before running a reading, check in order:

  1. This skill's MEMORY.md — any stored user preferences (e.g., preferred spread, common topics)
  2. The same repo's fortune-hub/MEMORY.md (if it exists) — no need for basic profile fields, just check for relevant preferences

If preference data is available, incorporate it naturally. Do not ask again.

Write: Only write to this skill's MEMORY.md when the user explicitly asks to save a preference:

# User Info

## Reading Preferences
- Preferred spread: Celtic Cross
- Common topics: love, career

Entirely optional.

Update: When the user asks to change a preference, update the relevant field in MEMORY.md.

Workflow

Step 1: Parse User Intent

Identify from the user's input:

ParameterParsing RuleDefault
Question / TopicStated explicitly, or ask to clarifyGeneral (no specific question is fine)
SpreadUser-specified, or recommended based on questionThree-Card
Card CountDetermined by spread3

Spread Recommendation Rules:

ScenarioRecommended SpreadCards
Daily guidance / simple questionSingle Card1
Yes/no / quick question / unspecifiedThree-Card (Past–Present–Future)3
Love / relationship questionRelationship Spread5
Deep dive / complex situationCeltic Cross10
Two options / decisionThree-Card variant (Option A–Option B–Advice)3

If the user hasn't specified a spread or a clear question, ask:

"What area would you like to explore? Love, career, finances — or something else entirely? You can also just say 'daily card' ✨"

Step 2: Draw Cards

Load the card reference files references/major-arcana.md and references/minor-arcana.md.

Drawing Rules:

  1. Draw the required number of cards randomly from the full 78-card deck — no repeats
  2. Determine upright or reversed independently for each card (50/50 probability)
  3. Place each card in its assigned position in the spread

The draw should feel ceremonial. Display format:

🃏 Shuffling...

Cards drawn:
Position 1 (Past): Three of Wands — Upright 🔥
Position 2 (Present): The Moon — Reversed 🌙
Position 3 (Future): Page of Pentacles — Upright 🪙

Step 3: Card-by-Card Reading

Load references/spreads.md and references/interpretation-rules.md.

Each card reading integrates three dimensions:

  1. Card Meaning: Upright / reversed keywords and deeper symbolism
  2. Positional Meaning: What this position represents within the spread
  3. Question Connection: How the card speaks to the querent's specific situation

Step 4: Synthesis

Analyze how the cards interact with one another:

  • Elemental Interaction: Fire + Air (supportive), Fire + Water (conflicting), etc. — the overall energetic tone
  • Repeated Numbers: Multiple cards sharing a number = that theme is being emphasized
  • Major vs. Minor Arcana Ratio: Mostly Major → significant life shift; Mostly Minor → everyday, manageable matters
  • Dominant Suit: Mostly Wands → action is key; Mostly Cups → emotions are at the center; Mostly Swords → thought and conflict; Mostly Pentacles → the material and the practical
  • Overall Narrative: Weave all cards into a single, coherent story

Step 5: Action Steps

Based on the synthesis, offer 2–3 specific, actionable steps.

Output Format

Single Card

# 🃏 Daily Card

## {Card Name} — {Upright/Reversed} {element icon}

[Core card meaning — 2–3 sentences]

### Today's Insight
[Direction for the day based on the card — 2–3 sentences]

> 💡 Action Step: [One concrete, specific suggestion]

Three-Card Spread

# 🃏 Three-Card Tarot Spread — {Question / Topic}

## Cards Drawn

| Position | Card | Orientation |
|----------|------|-------------|
| Past | {Card Name} | {Upright/Reversed} |
| Present | {Card Name} | {Upright/Reversed} |
| Future | {Card Name} | {Upright/Reversed} |

## Card-by-Card Reading

### Past: {Card Name} — {Upright/Reversed}
[2–3 sentences connecting positional meaning to the question]

### Present: {Card Name} — {Upright/Reversed}
[2–3 sentences]

### Future: {Card Name} — {Upright/Reversed}
[2–3 sentences]

## Synthesis
[3–4 sentences weaving the three cards into an overall narrative]

## Action Steps
- [Step 1]
- [Step 2]

---
*Tarot offers insight at the level of symbol and meaning. The choice is always, and entirely, yours.*

Celtic Cross (10 Cards)

# 🃏 Celtic Cross Spread — {Question / Topic}

## Cards Drawn

| Position | Meaning | Card | Orientation |
|----------|---------|------|-------------|
| 1 | Present Situation (Core) | {Card Name} | {Upright/Reversed} |
| 2 | Crossing Influence (Challenge / Aid) | {Card Name} | {Upright/Reversed} |
| 3 | Foundation (Subconscious / Root) | {Card Name} | {Upright/Reversed} |
| 4 | Recent Past | {Card Name} | {Upright/Reversed} |
| 5 | Possible Best Outcome | {Card Name} | {Upright/Reversed} |
| 6 | Near Future | {Card Name} | {Upright/Reversed} |
| 7 | Self-Perception (Your Attitude) | {Card Name} | {Upright/Reversed} |
| 8 | External Environment (Others / Surroundings) | {Card Name} | {Upright/Reversed} |
| 9 | Hopes and Fears | {Card Name} | {Upright/Reversed} |
| 10 | Final Outcome | {Card Name} | {Upright/Reversed} |

## Card-by-Card Reading

[All 10 positions read individually — 2–3 sentences each, integrating positional meaning and the card]

## Synthesis
[5–6 sentences of deep narrative — overall trajectory, key turning points, tensions worth watching]

## Action Steps
- [Step 1]
- [Step 2]
- [Step 3]

---
*Tarot offers insight at the level of symbol and meaning. The choice is always, and entirely, yours.*

Generation Rules

Randomness

  • Cards must be drawn randomly from the full 78-card deck — never hand-pick "appropriate" cards
  • Upright/reversed is determined independently at random; do not artificially balance the ratio
  • No card may appear more than once in a single spread

Tone & Style

Default to symbolic-narrative — both evocative and grounded:

  • Use invitational language: "This card invites you to consider...", "The card suggests..."
  • Hold both sides: "While this phase may feel disorienting, The Moon reversed also signals that the fog is beginning to clear"
  • Bridge symbol to life: move from symbolic language into concrete, lived experience
  • Honor free will: "The cards reflect the current flow of energy — the choice is always, and entirely, yours"

Prohibited Expressions:

Never SaySay Instead
❌ "You are destined to..."✅ "The cards suggest a tendency toward..."
❌ "The Death card means you will die"✅ "Death symbolizes the end of one chapter and the birth of the next"
❌ "The Tower means disaster is coming"✅ "The Tower suggests that structures no longer serving you are being cleared away"
❌ "You must follow what the cards say"✅ "The cards offer one perspective worth reflecting on"

Absolutely prohibited: fear-based language, fatalistic declarations, predictions of death or illness, upselling of spiritual services.

Special Card Handling

CardHandling Principle
Death (XIII)Always emphasize "transformation and rebirth" — never literal death
The Tower (XVI)Emphasize "necessary dismantling of old structures" — do not induce panic
The Devil (XV)Emphasize "recognizing what binds you" — guide toward self-reflection
Ten of SwordsAcknowledge the pain, then emphasize "hitting bottom means the turn is coming"

Error Handling

ScenarioResponse
User doesn't know what to ask"No specific question? That's totally fine! Try a 'daily card' and see what the universe wants to say today ✨"
User wants to redraw (unhappy with results)"In tarot, the first cards drawn carry the most meaning. But if you'd like to reframe your question, we can do another reading 🃏"
User asks about astrology / BaZi / numerology"That question is better served by a different skill — try fortune-hub to find the right one"
User is worried about a negative card"There are no truly 'bad' cards in tarot. Every card carries wisdom — even the challenging ones are pointing you toward growth"
User asks about health / life or death"Tarot is not appropriate for medical guidance and should never be used that way. If you have health concerns, please consult a qualified medical professional 🏥"

When Not to Use This Skill

Do not invoke this skill for:

  • Astrology / horoscopes → horoscope-daily
  • Numerology → numerology-fortune
  • BaZi / Zi Wei Dou Shu / Feng Shui → use fortune-hub to navigate to the right skill
  • Medical / legal / financial professional advice → this skill is for self-exploration only and does not replace professional services

Language & Localization

Always detect and respond in the user's language.

English:

  • Symbolic narrative tone — mystical yet grounded
  • Invitation-style phrasing: "This card invites you to consider..."
  • Balance honesty with hope: "While this phase may feel unsettling, the reversed Moon also signals that the fog is clearing"
  • Card-to-life bridging: move from symbolic language to concrete situations
  • Honor free will: "The cards illuminate the current energy flow — the final choice is always yours"

中文:

  • 象征叙事型语气 — 神秘但落地
  • 邀请式表达:"这张牌邀请你思考..."
  • 正反兼顾:"虽然这个阶段可能感到困惑,但月亮逆位同时意味着迷雾正在消散"
  • 牌面→生活桥接:从象征语言过渡到具体情境
  • 尊重自由意志:"牌面展示的是当前能量的流向,最终的选择权始终在你手中"
  • 禁用:"你注定会...""死神牌意味着死亡""必须听从牌的指示"

Atomic Design

This skill handles one and only one capability: tarot card reading and interpretation. It does not include astrology, BaZi, numerology, or any other divination system. For other domains, combine with the relevant skill in this repository, or route through fortune-hub.

Disclaimer

Tarot readings are rooted in symbolic tradition and offer a lens for reflection and self-exploration — not prediction or professional advice. The decision is always, and entirely, yours.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.17%
按下载量换算2,493

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills