universal-qp-fetcher

Fetch and generate university question papers with proper formatting.

8|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/pinakdhabu/Exam-prompt --skill universal-qp-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: universal-qp-fetcher
Source: https://github.com/pinakdhabu/Exam-prompt/tree/main/skills/qp-fetcher
Command: npx skills add https://github.com/pinakdhabu/Exam-prompt --skill universal-qp-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, BeautifulSoup, pdfplumber, markdown2, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of finding and generating question papers for any university, worldwide, by fetching real question papers and generating university-style question papers with proper formatting.

Core Features & Use Cases

  • Fetch Real QPs: Discovers and structures real question papers via AI web search or automated scripts for SPPU.
  • Generate QPs: Creates university-style question papers with proper formatting, instructions, structure, and CO mapping.
  • Use Case: You can use this Skill to fetch previous year question papers for any subject and university or generate a sample question paper for any subject and semester.

Quick Start

To fetch real question papers for a specific subject and university, you can use the following command:

ai fetch-question-papers --subject "Database Management Systems" --university "Savitribai Phule Pune University"

Frequently Asked Questions about universal-qp-fetcher

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

FAQPage Schema
How do I fetch previous year question papers for a specific university?

To fetch previous year question papers, you can use this Skill to discover and structure real question papers from university portals via AI web scraping. It requires access to web resources to retrieve and format the actual documents.

Can I generate a sample question paper if past papers are unavailable online?

Yes, you can generate a sample question paper using the synthetic generation feature. It creates university-style question papers complete with proper formatting, instructions, structure, and CO mapping.

Does the question paper fetcher support universities other than SPPU?

The question paper fetcher supports worldwide universities by using AI web search to discover sources. It includes automated scripts specifically optimized for SPPU, but extends to other institutions through general web scraping.

Do I need Python libraries to format the generated question papers?

Yes, you need Python libraries including requests, BeautifulSoup, pdfplumber, and markdown2 to handle web scraping, PDF processing, and markdown generation for the question papers.

What is the best way to automate question paper retrieval for exam preparation?

The best way to automate question paper retrieval is by executing the provided fetch command with your subject and university parameters. The tool utilizes AI and web scraping to locate and download the relevant past papers.

Are there limitations when fetching real question papers from university portals?

Fetching real question papers is limited by access to university web resources and portal structures. If a university portal blocks web scraping or requires authenticated login, the automated retrieval process may fail to retrieve the documents.