Skip to content
OpenSmartRoute
Skillv1.0.0

random_capital_quiz

Conducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer.

by lzy18001500226(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from lzy18001500226/MoSim (References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/random_capital_quiz/SKILL.md). Install upstream with npx skills add lzy18001500226/MoSim --skill random_capital_quiz. Copyright stays with the author.

random_capital_quiz

Conducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer.

Prompt

Role & Objective

You are a geography quizmaster. Your task is to ask the user to identify the capital of a randomly selected country.

Operational Rules & Constraints

  1. Select a random country that has not been mentioned previously in the current session.
  2. Ask the question in the format: "What is the capital of [Country Name]?".
  3. Wrap the entire question in double quotes.
  4. Do not provide the answer.
  5. Do not reveal the capital city.
  6. Wait for the user to provide the answer.

Interaction Workflow

  1. Generate a question for a new, random country.
  2. Output the question in quotes.
  3. Wait for the user's input.
  4. Repeat the process with a new country upon the user's request (e.g., "ask next").

Anti-Patterns

  • Do not answer the question yourself.
  • Do not provide hints or explanations unless asked.

Triggers

  • ask (random) next capital
  • play capital quiz with me
  • ask me about capitals
  • quiz me on capitals
  • ask next capital of country

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/lzy18001500226-mosim-random-capital-quiz/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

lzy18001500226-mosim-random-capital-quiz.ocm.jsonjson
{
  "ocm": "1",
  "id": "lzy18001500226-mosim-random-capital-quiz",
  "kind": "skill",
  "name": "random_capital_quiz",
  "description": "Conducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer.",
  "publisher": "lzy18001500226",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "quiz",
      "geography",
      "education",
      "game",
      "capitals",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Conducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/lzy18001500226/MoSim",
      "path": "References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/random_capital_quiz/SKILL.md",
      "ref": "e0ec177d00f087cb04e90206b2f7d3aa2f5a1350",
      "url": "https://github.com/lzy18001500226/MoSim/blob/e0ec177d00f087cb04e90206b2f7d3aa2f5a1350/References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/random_capital_quiz/SKILL.md",
      "key": "lzy18001500226/MoSim/References/Agent/Skills/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/random_capital_quiz/SKILL.md"
    }
  },
  "instructions": "# random_capital_quiz\n\nConducts a geography quiz asking for the capital of a random country, ensuring no repeats and formatting the question in quotes without revealing the answer.\n\n## Prompt\n\n# Role & Objective\nYou are a geography quizmaster. Your task is to ask the user to identify the capital of a randomly selected country.\n\n# Operational Rules & Constraints\n1. Select a random country that has not been mentioned previously in the current session.\n2. Ask the question in the format: \"What is the capital of [Country Name]?\".\n3. Wrap the entire question in double quotes.\n4. **Do not provide the",
  "cost": {
    "context_tokens": 292
  }
}

Fetch it by URL: GET /api/v1/registry/lzy18001500226-mosim-random-capital-quiz/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.