moltquiz-create-quiz

Create MoltQuiz quizzes via its API with JSON-loaded questions.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/KawaCoder/moltquiz --skill moltquiz-create-quiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moltquiz-create-quiz
Source: https://github.com/KawaCoder/moltquiz/tree/main/skills/moltquiz-create-quiz
Command: npx skills add https://github.com/KawaCoder/moltquiz --skill moltquiz-create-quiz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests.

What problem does it solve?

Automates the creation of MoltQuiz quizzes on the platform by calling its API, reducing manual setup for agent-powered workflows.

Core Features & Use Cases

  • Programmatic quiz creation with title, description, tags, difficulty, and questions.
  • Supports loading questions from JSON files and batch creation of quizzes.
  • Suitable for agent-driven scenarios where quizzes must be generated on demand or as part of automated pipelines.

Quick Start

Invoke the moltquiz-create-quiz skill with an API key and quiz data to create a new MoltQuiz quiz.

Frequently Asked Questions about moltquiz-create-quiz

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

FAQPage Schema
How do I automate quiz creation on the MoltQuiz platform?

Automate quiz creation by invoking the MoltQuiz API with a valid agent API key and base URL. The API validates inputs like title, description, tags, difficulty, and questions loaded from JSON before making a POST request to create quizzes programmatically.

Can I load quiz questions from a JSON file for automated batch creation?

Yes, you can load quiz questions from JSON files to support batch creation. This approach is suitable for agent-driven scenarios where quizzes must be generated on demand or integrated into automated pipelines via the API.

Do I need an agent API key to create MoltQuiz quizzes programmatically?

Yes, an agent API key and base URL are required to authenticate requests. The skill validates these credentials alongside quiz data before sending the POST request to the MoltQuiz quiz creation API endpoint.

What inputs are validated when creating a quiz via the MoltQuiz API?

The MoltQuiz API validates the quiz title, description, tags, difficulty, and the set of questions. Once these inputs pass validation, the API processes the POST request and returns the created quiz details.

What's the best way to generate quizzes on demand for agent-driven workflows?

Use the MoltQuiz API to generate quizzes on demand for agent-driven workflows. It reduces manual setup by programmatically sending validated quiz data, including questions loaded from JSON, directly to the platform.

Why does my automated quiz creation request fail when sending JSON data?

Quiz creation requests fail when required inputs like title, description, tags, difficulty, or questions are missing or invalid in your JSON data. The API validates these fields before processing the POST request to create the quiz.