# Send Exam to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "exam",
    "name": "Exam",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/exam",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/exam",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/exam",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exam",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "flashcards.md",
      "questions.md",
      "simulations.md",
      "tracking.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "exam",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:29:01.416Z",
      "expiresAt": "2026-05-06T15:29:01.416Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exam",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exam",
        "contentDisposition": "attachment; filename=\"exam-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "exam"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/exam"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/exam",
    "downloadUrl": "https://openagent3.xyz/downloads/exam",
    "agentUrl": "https://openagent3.xyz/skills/exam/agent",
    "manifestUrl": "https://openagent3.xyz/skills/exam/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/exam/agent.md"
  }
}
```
## Documentation

### What This Skill Does

Complete exam preparation from your content:

Practice tests — Multiple choice, short answer, essay questions
Flashcards — Key concepts for spaced repetition, Anki-exportable
Simulations — Timed mock exams matching real format
Gap analysis — Identify weak areas, prioritize weak topics
Study schedules — Realistic calendars based on exam date and availability
Summaries — Condense chapters to 1-2 pages of exam-relevant content
Concept maps — Visualize how topics connect
Quick review sheets — Last-minute "cheat sheets" for 30-min pre-exam review

Works for: university exams, certifications (AWS, PMP, etc.), standardized tests, professional licensing.

### Quick Reference

TaskLoadQuestion generation patternsquestions.mdFlashcard formats and strategiesflashcards.mdTimed simulation setupsimulations.mdPerformance trackingtracking.md

### 1. Provide Source Material

User shares: notes, textbook chapters, slides, documentation, past exams.

### 2. Generate Questions

Agent creates questions at specified difficulty:

Easy — Recall, definitions, basic concepts
Medium — Application, comparison, analysis
Hard — Synthesis, edge cases, multi-step reasoning

### 3. Practice & Track

User answers, agent scores and tracks performance by topic.

### 4. Focus Weak Areas

Agent identifies gaps, generates targeted practice.

### Question Types

TypeFormatBest ForMultiple choice4 options, 1 correctQuick assessment, certificationsMultiple selectN options, M correctComplex topicsTrue/FalseStatement + T/FFast reviewShort answer1-3 sentencesDefinitions, explanationsFill blankSentence with ___TerminologyMatchingConnect pairsRelationshipsEssayOpen responseDeep understanding

### Generating Questions

From notes:

User: "Generate 10 questions from these AWS S3 notes"
Agent: Creates mix of types, varying difficulty

By topic:

User: "5 hard questions on database normalization"
Agent: Generates challenging application questions

Exam style:

User: "Make questions like the PMP exam"
Agent: Matches official format, question style, difficulty

### Practice Session

📝 Practice: AWS S3 (10 questions)

Q1/10 [Medium]
Which S3 storage class has the lowest cost for infrequently accessed data with millisecond retrieval?

A) S3 Standard
B) S3 Intelligent-Tiering
C) S3 Standard-IA ✓
D) S3 Glacier

Your answer: _

After answer:

✅ Correct!

S3 Standard-IA is designed for infrequently accessed data 
but requires rapid access when needed. Glacier has lower 
cost but retrieval takes minutes to hours.

[Next] [Skip] [End session]

### Storage

~/exams/
├── {subject}/
│   ├── questions.jsonl    # Question bank
│   ├── sessions.jsonl     # Practice history
│   ├── performance.json   # Stats by topic
│   └── flashcards.json    # Generated cards

### Study Planning

"Create a study schedule — exam in 2 weeks, 3 hours/day available"
"Summarize chapter 5 focusing on what's likely to be on the exam"
"Make a concept map for [topic]"
"Generate a 1-page quick review sheet for [subject]"
"Remind me to study at 7pm daily" (uses cron)

### Commands

"Generate 20 questions from [material]"
"Quiz me on [topic]"
"Start a timed simulation (50 questions, 60 minutes)"
"Show my weak areas"
"Create flashcards for [topic]"
"Review mistakes from last session"
"Grade my essay answer and suggest improvements"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:29:01.416Z
- Expires at: 2026-05-06T15:29:01.416Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/exam)
- [Send to Agent page](https://openagent3.xyz/skills/exam/agent)
- [JSON manifest](https://openagent3.xyz/skills/exam/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/exam/agent.md)
- [Download page](https://openagent3.xyz/downloads/exam)