Install
openclaw skills install iqGenerate IQ tests, brain teasers, logical puzzles, riddles, and cognitive training challenges. Use when: user wants to test their intelligence quotient, solve logical reasoning problems, practice mental math, generate brain training exercises, create interactive intelligence quizzes, work on spatial reasoning, pattern recognition, or memory challenges. Also use when user asks for riddles, brain teasers, cognitive assessments, or wants to challenge their mind with puzzles.
openclaw skills install iqGenerate IQ tests, brain teasers, logical puzzles, riddles, and cognitive training challenges. This skill provides tools to create interactive intelligence assessments, daily mental challenges, and brain-training games.
This skill enables the generation of comprehensive IQ-related content including:
To generate IQ-related content, determine the user's intent and use the appropriate workflow below.
Generate a comprehensive IQ test with multiple question categories.
Determine the desired test parameters:
Generate questions using scripts/iq_test_generator.py or craft them manually using the reference question bank.
Include these question categories for a balanced test:
Provide an answer key with explanations.
Generate a single daily intelligence challenge.
scripts/daily_challenge.py to generate a challenge, or create one manually.Generate playable brain-training games.
Identify the game type the user wants:
Use scripts/brain_games.py to generate the game, or create manually.
Provide rules, the puzzle, and the solution.
Create a beautiful, interactive HTML-based IQ test that users can take in a browser.
assets/iq_test_template.html as the foundation.{{TEST_TITLE}} with the test title{{QUESTIONS_JSON}} with a JSON array of questions{{TIME_LIMIT}} with time limit in minutes (optional)Analyze test results and provide feedback.
| Score Range | Approximate Level | Recommendation |
|---|---|---|
| 90-100% | Excellent | Try harder challenges |
| 70-89% | Good | Maintain with varied practice |
| 50-69% | Average | Focus on weak categories |
| Below 50% | Developing | Start with easier puzzles |
iq_test_generator.py: Generates IQ test questions across multiple categories. Supports customizable question count, difficulty, and category selection. Outputs questions in structured format.daily_challenge.py: Generates a single daily challenge with category rotation. Includes answer and explanation.brain_games.py: Generates brain-training games including Sudoku, Tower of Hanoi, number puzzles, and sliding puzzles.question_bank.md: Comprehensive reference of IQ question patterns, examples by category, difficulty guidelines, and scoring methodologies. Load this when creating custom questions or needing detailed category information.iq_test_template.html: A beautiful, interactive HTML template for IQ tests. Features responsive design, timer, automatic scoring, category breakdown, and progress tracking. Copy and customize for each test.