Metaculus forecasting platform (read-only)
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill metaculus --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Metaculus?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-metaculus)More formats (shields.io, HTML) on the badges page.
---
name: metaculus
description: "Metaculus forecasting platform (read-only)"
emoji: "🔮"
commands:
- /mc
---
# Metaculus
Integration with Metaculus, a community forecasting platform. View questions, predictions, and tournaments.
## Quick Start
```bash
# Search questions
/mc search AI
# Get question details
/mc question 12345
# List tournaments
/mc tournaments
# Get tournament questions
/mc tournament 123
```
## Commands
| Command | Description |
|---------|-------------|
| `/mc search [query]` | Search questions |
| `/mc question <id>` | Get question details |
| `/mc tournaments` | List active tournaments |
| `/mc tournament <id>` | Get tournament questions |
**Examples:**
```bash
/mc search pandemic # Search for pandemic questions
/mc question 3479 # Get question details
/mc tournament 1234 # Get tournament questions
```
## Features
- **Community Forecasts** - Aggregate probability predictions
- **Tournaments** - Forecasting competitions
- **Question Types** - Binary, continuous, date ranges
- **Historical Accuracy** - Track prediction calibration
## Notes
- Metaculus is a forecasting platform (not trading)
- Questions show community prediction probabilities
- No trading or betting functionality
- Volume represents number of predictions
## Resources
- [Metaculus](https://www.metaculus.com/)
- [Metaculus API](https://www.metaculus.com/api2/)
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!