Exam Solver Skill

Extract quiz questions from images and answer them using course materials.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/koreats/AutoLecture.new --skill exam-solver-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Exam Solver Skill
Source: https://github.com/koreats/AutoLecture.new/tree/main/skills/exam-solver
Command: npx skills add https://github.com/koreats/AutoLecture.new --skill exam-solver-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Solve quiz and exam questions from images by applying local OCR and grounding answers in course materials.

Core Features & Use Cases

  • Local OCR-first extraction of questions from screenshots
  • Evidence-grounded answering using course materials
  • Confidence tagging for each answer (✅ 확실, ⚠️ 불확실, ❓ 근거 부족)
  • Supports single-image and batch-image inputs

Quick Start

Provide an image or directory of questions and run the exam solver to generate answers with evidence.

Frequently Asked Questions about Exam Solver Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I solve exam questions from an image using local OCR?

To solve exam questions from an image, this skill uses local OCR to extract text from screenshots and generates evidence-grounded answers from course materials. You simply provide an image or a directory of questions to start the process.

Can I process a batch of quiz screenshots at once?

Yes, you can process a batch of quiz screenshots at once. The skill supports both single-image and batch-image inputs, allowing you to point it to an entire directory of questions for automated extraction and answering.

How does evidence-grounded answering handle insufficient course materials?

When course materials provide insufficient evidence, the skill applies strict handling by tagging the answer as lacking evidence. It uses confidence tagging to clearly indicate whether answers are certain, uncertain, or lack supporting evidence.

Do I need an external OCR API to extract text from exam screenshots?

No, you do not need an external OCR API because the skill relies on a local OCR pipeline. This allows you to extract text directly from exam screenshots and problem sets on your own machine without sending data externally.

What is the best way to prepare for exams using image-based problem sets?

The best way to prepare for exams using image-based problem sets is to use a local OCR pipeline that grounds answers in course materials. This skill extracts questions from images and returns answers with confidence tags for effective assessment preparation.