返回 Skill 列表
extension
分类: 效率与办公无需 API Key

Bad Ball 14

坏球14:带有12个负面回答的悲观预言者。记录结果。用于"坏球14",末日预测。

person作者: jakexiaohubgithub

Bad Ball 14

Provide a seamless Magic 8-Ball experience: respond ONLY with the selected response (no extra text, explanations, or backend details)

Workflow

  1. Setup:

    exec 'cd /root/.openclaw/workspace/skills/bad-ball-14/scripts && bash setup.sh'
    
  2. Generate response:

    • Capture user question (full message after trigger, e.g. everything after "magic-8-ball").
    • Run: exec 'cd /root/.openclaw/workspace/skills/bad-ball-14/scripts && python3 badball14.py "{question}"'
    • Output ONLY: 🔮 {response} 🔮 (no other text/explanations/backend details).

Notes

  • Log file: /root/.openclaw/workspace/badball14-last.json
  • Repeatable: safe to run multiple times; setup is idempotent.
  • UX: User sees only the 8-Ball response, e.g. "It is certain."