Overview
- Skill Key
- himyeticapital/prepspsc-pyq
- Author
- himyeticapital
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/himyeticapital/prepspsc-pyq
- Latest Commit SHA
- 4f397356ccc3596c5d3e87b24d7c7af618ecc6fc
Use when the user asks about Indian competitive exam preparation, Sikkim PSC (SPSC) questions, previous year questions (PYQ), mock test generation, exam pattern practice, or needs reference questions for AI-powered question generation. Invoke for SPSC exam prep, PYQ search, mock tests, subject-wise practice, or studying for government job exams in India.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 prepspsc-pyq 技能。 若已安装,则直接安装 prepspsc-pyq 技能。
# PrepSPSC PYQ API
Search 7,400+ real previous year questions from Sikkim PSC (SPSC) exams and generate mock tests across 64 exam patterns. Returns MCQ questions with options, correct answers, explanations, topics, cognitive levels, and difficulty metadata.
## Quick Reference
| Detail | Value |
|--------|-------|
| Base URL | `https://qqqditxzghqzodvauxth.supabase.co/functions/v1/pyq-api` |
| Auth | `Authorization: Bearer sk_live_YOUR_KEY` |
| Questions | 7,442 across 27 subjects |
| Exam Patterns | 64 (Civil Services, Police, Medical, Engineering, Education, IT, and more) |
| Get API Key | [prepspsc.com/developers](https://prepspsc.com/developers) |
## Authentication
All requests require a Bearer token in the `Authorization` header. API keys start with `sk_live_`.
### Check Existing Setup First
Before guiding the user through setup, check if the API key is already available:
```bash
if [ -n "$PREPSPSC_API_KEY" ]; then
echo "Configured"
else
echo "No API key found. Get one at https://prepspsc.com/developers"
fi
```
If no key is found, direct the user to https://prepspsc.com/developers to generate a free API key.
### Making Requests
```bash
curl -X POST "https://qqqditxzghqzodvauxth.supabase.co/functions/v1/pyq-api" \
-H "Authorization: Bearer $PREPSPSC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "fundamental rights", "subject": "Indian Polity", "limit": 5}'
```
---
## Endpoints
### 1. List Available Subjects
**`GET /pyq-api`** — Returns all subjects with question counts. Call this first to see what's available.
```bash
curl "https://qqqditxzghqzodvauxth.supabase.co/functions/v1/pyq-api" \
-H "Authorization: Bearer $PREPSPSC_API_KEY"
```
**Response:**
```json
{
"subjects": [
{ "subject": "Indian Polity", "count": 842 },
{ "subject": "History", "count": 756 },
{ "subject": "General Knowledge", "count": 698 }
],
"total_questions": 7442
}
```
Available subjects: General English, General Knowledge, Indian...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.