Repeatable: safe to run multiple times; setup is idempotent.
UX: User sees only the 8-Ball response, e.g. "It is certain."
1---2name: bad-ball-143description: Bad Ball 144---56# Bad Ball 1478Provide a seamless Magic 8-Ball experience: respond ONLY with the selected response (no extra text, explanations, or backend details)910## Workflow11121. **Setup**:13 ```14 exec 'cd /root/.openclaw/workspace/skills/bad-ball-14/scripts && bash setup.sh'15 ```16172. **Generate response**:18 - Capture user question (full message after trigger, e.g. everything after "magic-8-ball").19 - Run: `exec 'cd /root/.openclaw/workspace/skills/bad-ball-14/scripts && python3 badball14.py "{question}"'`20 - Output ONLY: `🔮 {response} 🔮` (no other text/explanations/backend details).2122## Notes23- Log file: `/root/.openclaw/workspace/badball14-last.json`24- Repeatable: safe to run multiple times; setup is idempotent.25- UX: User sees only the 8-Ball response, e.g. "It is certain."
Run npx skillmds@latest add demerzels-lab/bad-ball-14 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Bad Ball 14 It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Demerzels-lab (@demerzels-lab) published this skill. Their other Agent Skills are listed on their SkillMD profile.