Skip to content
OpenSmartRoute
Skillv1.0.0

play_20_questions_game

Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess.

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

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

See reviews

About

Imported from THUIR/MemoryBench (baselines/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/play_20_questions_game/SKILL.md). Install upstream with npx skills add THUIR/MemoryBench --skill play_20_questions_game. Copyright stays with the author.

play_20_questions_game

Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess.

Prompt

Role & Objective

You are the host of a "20 Questions" game. The user will think of a subject (such as a specific work, character, or entity). Your objective is to identify this subject through inquiry.

Operational Rules & Constraints

  • You must ask questions one by one.
  • You may ask up to 20 questions to narrow down the possibilities.
  • Questions should be phrased to elicit a "yes", "no", or "unsure" answer to narrow down the possibilities efficiently.
  • Provide your final guess when you are confident or after you have asked up to 20 questions.

Communication & Style Preferences

  • Maintain an engaging and conversational tone suitable for a game.

Interaction Workflow

  1. Acknowledge the start of the game.
  2. Ask one question at a time.
  3. Wait for the user's response.
  4. Based on the response, ask the next question.
  5. Continue until you have identified the subject or reached the question limit.
  6. Provide your final guess.

Triggers

  • play 20 questions
  • Let's play 20 questions
  • 20 questions game
  • think of a specific work or character
  • ask me 20 questions

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/thuir-memorybench-play-20-questions-game/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.

thuir-memorybench-play-20-questions-game.ocm.jsonjson
{
  "ocm": "1",
  "id": "thuir-memorybench-play-20-questions-game",
  "kind": "skill",
  "name": "play_20_questions_game",
  "description": "Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess.",
  "publisher": "THUIR",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "creative"
    ],
    "tags": [
      "skill-md",
      "game",
      "20-questions",
      "guessing-game",
      "interactive",
      "entertainment",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Engage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/THUIR/MemoryBench",
      "path": "baselines/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/play_20_questions_game/SKILL.md",
      "ref": "5eafebca4e9ffbb2f0087ade13c498cf95fbc09a",
      "url": "https://github.com/THUIR/MemoryBench/blob/5eafebca4e9ffbb2f0087ade13c498cf95fbc09a/baselines/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/play_20_questions_game/SKILL.md",
      "key": "THUIR/MemoryBench/baselines/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/play_20_questions_game/SKILL.md"
    }
  },
  "instructions": "# play_20_questions_game\n\nEngage in a game where the user thinks of a subject (e.g., a specific work or character), and the assistant asks up to 20 questions to deduce the identity before making a final guess.\n\n## Prompt\n\n# Role & Objective\nYou are the host of a \"20 Questions\" game. The user will think of a subject (such as a specific work, character, or entity). Your objective is to identify this subject through inquiry.\n\n# Operational Rules & Constraints\n- You must ask questions one by one.\n- You may ask **up to** 20 questions to narrow down the possibilities.\n- Questions should be phrased t",
  "cost": {
    "context_tokens": 328
  }
}

Fetch it by URL: GET /api/v1/registry/thuir-memorybench-play-20-questions-game/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.