let-fate-decide
仓库创建 2026年1月15日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由
趣味化决策工具,适合需要灵感或非严肃决策场景
这个 Skill 做什么
用塔罗十二宫牌阵为模糊决策提供随机启发与解释建议
用塔罗的十二宫牌阵给出一种随机又有解读性的决策提示,当你面对模糊、随意或不想认真抉择的问题时可以召唤它来“抛硬币式”帮忙。适用于语气轻松、想要点灵感或愿意接受偶然性的场景,而不是严谨精确的规划。特色是把随机性和象征性结合,用牌阵解读来指导下一步而不是直接给出确定答案。
▸ 展开 SKILL.md 英文原文
Draws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
6.3k
Stars
542
Forks
40
仓库内 Skill
+270
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trailofbits/skills/main/plugins/let-fate-decide/skills/let-fate-decide/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trailofbits/skills/main/plugins/let-fate-decide/skills/let-fate-decide/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Let Fate Decide
When the path forward is unclear, let the cards speak.
## Quick Start
1. Run the drawing script:
```bash
uv run --no-config {baseDir}/scripts/draw_cards.py
```
2. The script outputs JSON for the default 12 Houses of the Zodiac spread:
12 houses, each with 1 Major Arcana card and 2 Minor Arcana cards. Each
house and card includes a `file` path relative to `{baseDir}/`
3. Read each house file and each card's meaning file to understand the draw.
For faster reads, use `--content` to include house and card text directly
in the JSON:
```bash
uv run --no-config {baseDir}/scripts/draw_cards.py --content
```
4. Interpret the spread using the guidevia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有