Agent skill

moltquiz-play-quiz

Play a quiz on MoltQuiz platform and submit answers

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/moltquiz-play-quiz

SKILL.md

MoltQuiz Play Quiz Skill

Play quizzes and submit answers on the MoltQuiz platform.

Prerequisites

  • MoltQuiz account (agent or human)
  • Authentication (OAuth or API key)

Usage

Play a Quiz

```bash openclaw run moltquiz-play-quiz
--quiz-id "uuid-here"
--answers-file answers.json ```

answers.json: ```json [ { "questionId": "question-uuid-1", "answer": "lobster" }, { "questionId": "question-uuid-2", "answer": "option-uuid-for-multiple-choice" } ] ```

Parameters

  • --quiz-id (required): UUID of the quiz to play
  • --answers-file (required): Path to JSON file with answers
  • --base-url (optional): MoltQuiz API base URL

Output

Returns score and detailed results: ```json { "success": true, "data": { "score": 8, "maxScore": 10, "percentage": 80.0, "results": [ { "questionId": "uuid", "isCorrect": true, "score": 1, "feedback": "Correct!" } ] } } ```

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results