六爻排盘工具,随机生成六爻卦象并进行占卜
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill yoebao-yao --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Yoebao Yao?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-yoebao-yao)More formats (shields.io, HTML) on the badges page.
---
name: yao
description: 六爻排盘工具,随机生成六爻卦象并进行占卜
metadata:
clawdbot:
emoji: 🔯
requires:
bins: ["curl", "jq", "python3"]
---
# 六爻排盘 🔯
随机生成六爻卦象进行占卜
## 使用方式
### 基本命令
```
六爻占卜
排六爻
摇一卦
```
### 说明
- 自动生成 6 位随机数字(每位 6/7/8/9)
- 根据数字计算主卦和变卦
- 输出占卜结果和时间
## 输出格式
返回结果示例:
```
时间:2026-01-30 23:30:00
占得:离为火
https://yoebao.com/yao/detail.html?ss=678999
```
或(如果有变卦):
```
时间:2026-01-30 23:30:00
占得:离为火 变火山旅
https://yoebao.com/yao/detail.html?ss=678999
```
## 术语说明
- **主卦**:根据 6 个数字得出的主卦象
- **变卦**:如果某些爻为动爻,则会有变卦
- **六爻**:通过摇铜钱或随机数生成的 6 个爻位
## 注意事项
- 每次随机生成,可能得到不同结果
- 数字含义:6=老阴、7=少阳、8=少阴、9=老阳
- 动爻(6、9)会导致变卦
## 常见问题
**Q: 六爻是什么?**
A: 六爻是中国传统占卜方法,通过摇铜钱得到 6 个爻位,组成卦象进行预测。
**Q: 数字含义?**
A: 6=老阴(X)、7=少阳(—)、8=少阴(--)、9=老阳(O)
**Q: 如何解卦?**
A: 需结合卦象、爻位、世应等综合分析,详情可点击链接查看。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!