Scans recent X posts for the most debated/hot topic right now in a given category (e.g., crypto, tech, sports, politics, gaming, pop culture, entertainment, music). Picks the top one based on engagement/controversy in last 24-48 hours, then turns it into a clean yes/no prediction market question with: - Clear question (e.g., "Will [event] happen by [date]?") - Short duration (1-14 days) - Unambiguous resolution criteria (e.g., "Resolved yes if confirmed by official sources like [list]") - Hot...
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill betbud-prediction-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Betbud Prediction Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-betbud-prediction-skill)More formats (shields.io, HTML) on the badges page.
# Discover Hottest Debatable Topic for Prediction Market
Scans recent X posts for the most debated/hot topic right now in a given category (e.g., crypto, tech, sports, politics, gaming, pop culture, entertainment, music).
Picks the top one based on engagement/controversy in last 24-48 hours, then turns it into a clean yes/no prediction market question with:
- Clear question (e.g., "Will [event] happen by [date]?")
- Short duration (1-14 days)
- Unambiguous resolution criteria (e.g., "Resolved yes if confirmed by official sources like [list]")
- Hotness score (8-10/10)
- Short reasoning why it's debatable/hot
- 2-4 source links (from X or web)
Uses X search tools to find trends, LLM to analyze/format.
Inputs:
- category (string): The category to scan, e.g., "crypto" or "politics". Default: "crypto"
Outputs:
- market_proposal (JSON): Object with keys: question (str), duration_days (int), resolution_criteria (str), score (float), reasoning (str), sources (list of str)
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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...