← Back to Skills Marketplace
🔌

IQ Skill

by tools · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install iq
Description
Generate IQ tests, brain teasers, logical puzzles, riddles, and cognitive training challenges. Use when: user wants to test their intelligence quotient, solv...
README (SKILL.md)

\r \r

IQ Skill\r

\r Generate 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.\r \r

Overview\r

\r This skill enables the generation of comprehensive IQ-related content including:\r \r

  • Multi-dimensional IQ test questions (logical reasoning, mathematical sequences, pattern recognition, spatial visualization, memory, verbal ability)\r
  • Daily intelligence challenges with progressive difficulty\r
  • Brain-training games (Sudoku, Tower of Hanoi, number puzzles, sliding puzzles)\r
  • Beautiful interactive HTML-based IQ test interfaces\r
  • Performance analysis and cognitive improvement suggestions\r \r

When to Use This Skill\r

\r

  • User wants to test their IQ or create an IQ test for others\r
  • User asks for brain teasers, riddles, or logical puzzles\r
  • User wants daily mental challenges or cognitive exercises\r
  • User needs to generate brain-training games or puzzles\r
  • User requests pattern recognition or sequence problems\r
  • User wants spatial reasoning or visual intelligence challenges\r
  • User asks for memory tests or concentration exercises\r
  • User wants to create an interactive quiz or assessment\r
  • User requests mental math challenges or numerical reasoning problems\r \r

Quick Start\r

\r To generate IQ-related content, determine the user's intent and use the appropriate workflow below.\r \r

Decision Tree\r

\r

  1. Does the user want a full IQ test? → Use Generate IQ Test\r
  2. Does the user want a single challenge or riddle? → Use Daily Challenge\r
  3. Does the user want a brain-training game? → Use Brain Games\r
  4. Does the user want an interactive HTML interface? → Use Interactive Test Builder\r
  5. Does the user want analysis or feedback on their performance? → Use Performance Analysis\r \r

Generate IQ Test\r

\r Generate a comprehensive IQ test with multiple question categories.\r \r

Steps\r

\r

  1. Determine the desired test parameters:\r
    • Number of questions (default: 20)\r
    • Categories to include (default: all)\r
    • Difficulty level (Easy / Medium / Hard / Mixed)\r
    • Output format (Plain text / Markdown / Interactive HTML)\r \r
  2. Generate questions using scripts/iq_test_generator.py or craft them manually using the reference question bank.\r \r
  3. Include these question categories for a balanced test:\r
    • Logical Reasoning: Deductive and inductive logic problems\r
    • Mathematical Sequences: Number patterns, series completion\r
    • Pattern Recognition: Visual and abstract pattern identification\r
    • Spatial Visualization: 3D rotation, folding, assembly problems\r
    • Verbal Reasoning: Analogies, classifications, comprehension\r
    • Memory & Attention: Recall and concentration challenges\r \r
  4. Provide an answer key with explanations.\r \r

Example Request\r

\r

  • "Generate a 15-question IQ test with medium difficulty"\r
  • "Create a hard logic puzzle test for me"\r
  • "I want a spatial reasoning assessment"\r \r

Daily Challenge\r

\r Generate a single daily intelligence challenge.\r \r

Steps\r

\r

  1. Use scripts/daily_challenge.py to generate a challenge, or create one manually.\r
  2. Rotate through categories daily for variety:\r
    • Monday: Logical Reasoning\r
    • Tuesday: Mathematical\r
    • Wednesday: Pattern Recognition\r
    • Thursday: Spatial Visualization\r
    • Friday: Verbal Reasoning\r
    • Saturday: Memory Challenge\r
    • Sunday: Mixed / Riddle\r
  3. Include the answer with a detailed explanation.\r \r

Example Request\r

\r

  • "Give me today's brain challenge"\r
  • "I need a difficult riddle"\r
  • "Show me a pattern puzzle"\r \r

Brain Games\r

\r Generate playable brain-training games.\r \r

Steps\r

\r

  1. Identify the game type the user wants:\r
    • Sudoku: Number-placement puzzle (9x9 grid)\r
    • Tower of Hanoi: Classic disk-moving puzzle\r
    • Number Puzzle: Magic squares, arithmetic crosswords\r
    • Sliding Puzzle: 15-puzzle or custom grid\r
    • Logic Grid: Einstein's riddle style deduction puzzles\r \r
  2. Use scripts/brain_games.py to generate the game, or create manually.\r
  3. Provide rules, the puzzle, and the solution.\r \r

Example Request\r

\r

  • "Generate a Sudoku puzzle for me"\r
  • "Create a Tower of Hanoi challenge with 5 disks"\r
  • "I want a logic grid puzzle"\r \r

Interactive Test Builder\r

\r Create a beautiful, interactive HTML-based IQ test that users can take in a browser.\r \r

Steps\r

\r

  1. Generate test questions using the IQ Test workflow.\r
  2. Use the template in assets/iq_test_template.html as the foundation.\r
  3. Inject questions into the template:\r
    • Replace {{TEST_TITLE}} with the test title\r
    • Replace {{QUESTIONS_JSON}} with a JSON array of questions\r
    • Replace {{TIME_LIMIT}} with time limit in minutes (optional)\r
  4. Customize styling if requested (colors, fonts, layout).\r
  5. Save the final HTML file and provide it to the user.\r \r

Template Features\r

\r

  • Clean, responsive design\r
  • Timer functionality\r
  • Multiple choice and text input support\r
  • Automatic scoring\r
  • Result breakdown by category\r
  • Progress tracking\r \r

Performance Analysis\r

\r Analyze test results and provide feedback.\r \r

Steps\r

\r

  1. Collect the user's answers and scores by category.\r
  2. Calculate approximate IQ range based on performance (for reference only, not clinical).\r
  3. Identify strongest and weakest categories.\r
  4. Provide personalized improvement suggestions:\r
    • Recommended brain-training exercises\r
    • Category-specific practice tips\r
    • Recommended difficulty progression\r \r

Analysis Categories\r

\r | Score Range | Approximate Level | Recommendation |\r |-------------|-------------------|----------------|\r | 90-100% | Excellent | Try harder challenges |\r | 70-89% | Good | Maintain with varied practice |\r | 50-69% | Average | Focus on weak categories |\r | Below 50% | Developing | Start with easier puzzles |\r \r

Resources\r

\r

scripts/\r

\r

  • iq_test_generator.py: Generates IQ test questions across multiple categories. Supports customizable question count, difficulty, and category selection. Outputs questions in structured format.\r
  • daily_challenge.py: Generates a single daily challenge with category rotation. Includes answer and explanation.\r
  • brain_games.py: Generates brain-training games including Sudoku, Tower of Hanoi, number puzzles, and sliding puzzles.\r \r

references/\r

\r

  • 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.\r \r

assets/\r

\r

  • 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.\r \r

Tips for Best Results\r

\r

  • Always include answers and explanations — learning from mistakes is key to improvement\r
  • Mix difficulty levels to keep users engaged and accurately assess ability\r
  • For interactive tests, ensure the HTML template is properly customized with the generated questions\r
  • When generating games, verify solutions programmatically when possible\r
  • Encourage users to time themselves for a more realistic assessment\r
  • Rotate categories regularly to ensure well-rounded cognitive training\r
Usage Guidance
This skill looks safe for generating puzzles and IQ-style practice content. Before installing, note that it can create local files and interactive HTML pages; save outputs in a safe folder and review generated HTML if it includes custom content from another person or source.
Capability Analysis
Type: OpenClaw Skill Name: iq Version: 1.0.0 The 'iq' skill bundle is a well-structured tool for generating IQ tests, brain teasers, and interactive puzzles. Analysis of the Python scripts (iq_test_generator.py, daily_challenge.py, brain_games.py) and the HTML template (iq_test_template.html) reveals no evidence of data exfiltration, malicious execution, or unauthorized system access. The instructions in SKILL.md are strictly aligned with the stated purpose of content generation and do not contain any prompt-injection attempts or hidden malicious directives.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The visible artifacts align with the stated purpose: generating IQ questions, brain games, daily challenges, and an interactive HTML quiz.
Instruction Scope
The skill includes an interactive HTML template with JavaScript; that is purpose-aligned, but generated HTML should be reviewed before opening or sharing if it includes custom or untrusted content.
Install Mechanism
There is no install spec, no declared dependencies, and no required credentials. Provenance is limited because the source and homepage are unknown, but no remote installer or dependency-download behavior is shown.
Credentials
The helper scripts support optional user-directed output file writes, which fits the purpose but should be pointed at a safe workspace to avoid overwriting files.
Persistence & Privilege
No background persistence, account privileges, credentials, session access, or ongoing agent behavior is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install iq
  3. After installation, invoke the skill by name or use /iq
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the IQ skill. - Generate IQ tests, brain teasers, logical puzzles, riddles, and cognitive training challenges. - Supports multi-category question sets (logical reasoning, math, pattern recognition, spatial, verbal, memory). - Provides daily challenges and a variety of brain-training games (Sudoku, Tower of Hanoi, sliding puzzles, etc). - Enables creation of interactive, HTML-based IQ tests with automatic scoring and feedback. - Offers performance analysis, cognitive improvement tips, and detailed answer explanations.
Metadata
Slug iq
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is IQ Skill?

Generate IQ tests, brain teasers, logical puzzles, riddles, and cognitive training challenges. Use when: user wants to test their intelligence quotient, solv... It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install IQ Skill?

Run "/install iq" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is IQ Skill free?

Yes, IQ Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does IQ Skill support?

IQ Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created IQ Skill?

It is built and maintained by tools (@tools); the current version is v1.0.0.

💬 Comments