Install
openclaw skills install pipeworx-triviaTrivia questions from the Open Trivia Database — 4,000+ questions across 24 categories with difficulty levels
openclaw skills install pipeworx-triviaOver 4,000 trivia questions across 24 categories including Science, History, Sports, Geography, Entertainment, and more. Filter by difficulty (easy, medium, hard) and question type (multiple choice or true/false).
get_questions — Fetch trivia questions with optional category, difficulty, and type filterslist_categories — All 24 trivia categories with their IDsget_category_stats — Question counts by difficulty for a specific categorycurl -s -X POST https://gateway.pipeworx.io/trivia/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_questions","arguments":{"amount":5,"category":17,"difficulty":"medium"}}}'
Each question includes the question text, correct answer, incorrect answers, category, and difficulty.
| Category | ID |
|---|---|
| General Knowledge | 9 |
| Science & Nature | 17 |
| History | 23 |
| Geography | 22 |
| Sports | 21 |
| Computers | 18 |
{
"mcpServers": {
"pipeworx-trivia": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/trivia/mcp"]
}
}
}