# Send Quiz 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": "quiz",
    "name": "Quiz",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/quiz",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/quiz",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/quiz",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quiz",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "implementation.md",
      "questions.md",
      "types.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "quiz",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T01:15:04.939Z",
      "expiresAt": "2026-05-08T01:15:04.939Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quiz",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quiz",
        "contentDisposition": "attachment; filename=\"quiz-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "quiz"
      },
      "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/quiz"
    },
    "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/quiz",
    "downloadUrl": "https://openagent3.xyz/downloads/quiz",
    "agentUrl": "https://openagent3.xyz/skills/quiz/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quiz/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quiz/agent.md"
  }
}
```
## Documentation

### Situation Detection

ContextLoadKnowledge assessment, exams, certificationstypes.md → Knowledge sectionPersonality quizzes, "Which X are you?"types.md → Personality sectionLead generation, marketing quizzestypes.md → Lead-gen sectionWriting effective questionsquestions.mdBuilding quiz UI/UX, gamificationimplementation.md

### Universal Rules

One concept per question. Double-barreled questions confuse and measure nothing. "Do you like pizza and exercise?" → Bad.

Wrong answers must be plausible. If correct answer is obvious by elimination, you're testing pattern recognition, not knowledge.

Results must feel personal. Generic outcomes kill engagement. "You got 7/10" loses to "You're an 80s Movie Expert — you caught references most people miss."

Progress visibility motivates. Show question count, progress bar, time remaining. Uncertainty creates anxiety and abandonment.

### Quiz Types Quick Reference

TypeGoalTypical LengthResultsKnowledgeAssess learning10-20 questionsScore + feedback per answerPersonalityEngagement, sharing5-12 questionsPersonality type/categoryAssessmentDiagnose level/fit10-30 questionsDetailed reportLead-genCapture email5-8 questionsResults gated behind emailTriviaEntertainmentAnyLeaderboard, social share

### Question Design Checklist

Clear, unambiguous wording
 One correct answer (or explicit multi-select instruction)
 Distractors are plausible, not obviously wrong
 No "all of the above" or "none of the above" (lazy design)
 Avoid negatives ("Which is NOT...")
 Test the concept, not reading comprehension

### Scoring Patterns

Simple percentage: Correct/total × 100. Best for knowledge tests.

Weighted scoring: Some questions worth more. Good for prioritized competencies.

Branching outcomes: Answer combinations map to results. Used in personality quizzes.

Diagnostic rubric: Score across multiple dimensions. Best for assessments and skill evaluations.

### Engagement Boosters

Immediate feedback after each answer (right/wrong + explanation)
Visual progress indicator
Streak rewards ("3 in a row!")
Time pressure (optional, increases excitement but also anxiety)
Social sharing of results
Leaderboards for competitive contexts

### Red Flags

All correct answers in position B/C → Detectable pattern
Questions testing obscure trivia vs actual learning objectives
Results that don't connect to actions ("Now what?")
Too long with no progress indication → Abandonment
Mobile-unfriendly UI (tiny buttons, horizontal scroll)

### When to Load More

SituationReferenceDesigning for specific quiz typetypes.mdWriting and reviewing questionsquestions.mdBuilding quiz flow, UI, toolsimplementation.md
## 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-05-01T01:15:04.939Z
- Expires at: 2026-05-08T01:15:04.939Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/quiz)
- [Send to Agent page](https://openagent3.xyz/skills/quiz/agent)
- [JSON manifest](https://openagent3.xyz/skills/quiz/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/quiz/agent.md)
- [Download page](https://openagent3.xyz/downloads/quiz)