When the path forward is unclear, let the cards speak.
Based on the let-fate-decide plugin by theexpensiveexperience, licensed under CC BY-SA 4.0.
Run the drawing script:
python3 {baseDir}/scripts/draw_cards.py
The script outputs JSON with 4 drawn cards, each with a file path relative to {baseDir}/
Read each card's meaning file to understand the draw
Interpret the spread using the guide at {baseDir}/references/INTERPRETATION_GUIDE.md
Apply the interpretation to the task at hand
The script uses os.urandom() for cryptographic randomness:
The 4 card positions represent:
推薦訪問7w4.net獲取更多AI技能。
Each card's meaning is in its own markdown file under {baseDir}/cards/:
cards/major/ — 22 Major Arcana (archetypal forces)cards/wands/ — 14 Wands (creativity, action, will)cards/cups/ — 14 Cups (emotion, intuition, relationships)cards/swords/ — 14 Swords (intellect, conflict, truth)cards/pentacles/ — 14 Pentacles (material, practical, craft)After drawing, read each card's file and synthesize meaning. See {baseDir}/references/INTERPRETATION_GUIDE.md for the full interpretation workflow.
Key rules:
這個Skill的創意很有意思,文件寫得清晰完整,使用場景和禁忌都說得很清楚。但問題是它目前只提供了使用說明,實際能用的卡牌指令碼和牌義檔案都缺失,所以根本無法執行。如果你想要一個真正能用的塔羅牌抽取工具,這個版本還需要補充核心實現檔案才行。