---
id: gh-fortune-teller-skill
name: "fortune-teller-skill"
url: https://skills.yangsir.net/skill/gh-fortune-teller-skill
author: josecookai
domain: lifestyle
tags: ["fortune-telling", "astrology", "tarot", "zodiac", "bazi"]
rating: 3.50 (20 reviews)
github: https://github.com/josecookai/fortune-teller-skill
---

# fortune-teller-skill

> 提供AI驱动的八字、生肖、塔罗牌占卜，包含兼容性分析和每日运势。支持中文/英文自动语言检测，助你快速获取个性化命理洞察。

**Stats**: 3.5/5 (20 reviews)

## Before / After 对比

### 获取个性化运势分析

**Before**:

过去，需要查阅多本命理书籍、咨询专业占卜师或手动计算八字与生肖，耗时费力且可能需要支付高昂费用。

**After**:

现在，只需通过简单的命令行输入出生日期或问题，即可立即获得AI生成的八字、生肖或塔罗牌解读，快速便捷。

| Metric | Before | After | Change |
|---|---|---|---|
| 获取分析时间 | 60分钟 | 1分钟 | -98% |

## Readme

# Fortune Teller Skill

AI-powered fortune telling with BaZi (八字), Western Zodiac, and Tarot. Auto-detects language (中文/English).

## Features

- 🎯 **BaZi (八字)**: Chinese astrology chart calculation with Five Elements analysis
- 🔮 **Zodiac**: Daily horoscope for all 12 signs
- 🃏 **Tarot**: Three-card spread and Celtic Cross readings
- 💕 **Compatibility**: Zodiac matching analysis
- 🌟 **Daily Fortune**: Quick today's fortune
- 🌍 **Auto Language**: Detects Chinese/English from input

## Installation

```bash
clawdhub install fortune-teller
```

## Usage

### CLI Commands

```bash
# BaZi (八字) chart
fortune bazi 1990-05-20
fortune bazi 1995-08-20T10:30

# Daily horoscope
fortune zodiac leo
fortune zodiac 狮子座

# Tarot reading
fortune tarot "Career advice?"

# Compatibility
fortune match leo scorpio
fortune match 天蝎座 双鱼座

# Today's fortune
fortune today
```

### Examples

**Chinese Input → Chinese Output:**
```
> fortune bazi 1990-05-20
🎯 八字命盘解析
...
```

**English Input → English Output:**
```
> fortune zodiac leo
🔮 Leo ♌
...
```

## Technical Details

- Pure Python, no external dependencies
- Traditional Chinese calendar algorithms
- 22 Major Arcana Tarot cards
- Element-based compatibility (Fire/Earth/Air/Water)

## License

MIT

---
*Source: https://skills.yangsir.net/skill/gh-fortune-teller-skill*
*Markdown mirror: https://skills.yangsir.net/api/skill/gh-fortune-teller-skill/markdown*