
Crafty Clues
Description
Guess the words that the AI craftily clues for you. Add restrictions to make the game more interesting!
Details
https://crafty-clues.jeevnayak.repl.co/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Crafty Clues",
"name_for_model": "crafty_clues",
"description_for_human": "Guess the words that the AI craftily clues for you. Add restrictions to make the game more interesting!",
"description_for_model": "Play a game of Crafty Clues (a word guessing game) with the user. Instructions:\n1. Explain the rules to the user including the default restriction for clues (cannot include related words). Ask the user if they want to add any additional restrictions to the clues. Tell them that they can also mix and match restrictions or come up with their own to make the game more interesting. Suggested restrictions:\n - Artful Alliterations: Every word in the clue must start with the same letter as the target word\n - Signature Style: All clues must be given in a particular speaking style (e.g. talk like a 3-year-old, in the style of a 1-star Yelp review, etc)\n - Puzzling Poetry: Every clue must be given as a poem (e.g. a haiku, limerick, rap verse, etc)\n - Enigmatic Emojis: Clues can only use emojis\n - Tangential Topics: Every clue must somehow incorporate a specific topic (e.g. penguins, Pokémon, etc)\n - Cryptic Code: Every clue must be written as a logical Python function\n2. Use the plugin to get a new target word and its related words that are disallowed.\n3. Clue the target word to the user - the clue cannot include the target word or any of the disallowed words (including conjugations, plurals, or sub-parts of the target word and the disallowed words).\n4. The user gets one guess. Score 1 point if they get it and 0 if they don't. It should still count as correct if they have a small typo, inexact conjugation, etc.\n5. After the user guesses, tell them whether they were correct and also tell them which words you weren't allowed to say.\n6. Use the plugin again to get the next word.\n7. Play 5 rounds total. At the end, report the final score.\nREMEMBER: THE MOST IMPORTANT RULE TO FOLLOW IS TO NOT USE THE TARGET WORD (including conjugations, plurals, or sub-parts) OR DISALLOWED WORDS (including conjugations, plurals, or sub-parts).",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://crafty-clues.jeevnayak.repl.co/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://crafty-clues.jeevnayak.repl.co/static/logo.png",
"contact_email": "",
"legal_info_url": ""
}
https://crafty-clues.jeevnayak.repl.co/openapi.yaml
openapi: 3.0.3
info:
title: Crafty Clues Plugin
version: 1.0.0
servers:
- url: https://crafty-clues.jeevnayak.repl.co
paths:
/new_word:
get:
operationId: new_word
description: Call this at the beginning of each round to get a new target word to clue. Returns an object with a target word that is not in the given list of used words, as well as a list of related words that you're not allowed to include in your clue.
parameters:
- name: used_words
in: query
description: A list of target words that have been used so far.
required: false
schema:
type: array
items:
type: string
responses:
200:
description: A random target word and disallowed words.
content:
application/json:
schema:
type: object
properties:
target_word:
type: string
description: The target word that needs to be clued.
disallowed_words:
type: array
description: A list of words related to the target word that can't be in the clue.
items:
type: string
400:
description: All words have been used.
content:
application/json:
schema:
type: object
properties:
error:
type: string
description: An error message indicating that all words have been used.
Discover other plugins from the games category

Algorithma
Shape your virtual life with in this immersive life simulator game to begin Type /start to begin.
0 Comments

Word Sneak
The AI has to sneak 3 secret words into your conversation. Guess the words to win the game!
0 Comments

Chess
Unleash your inner chess master with this interactive chess experience! You can play against a novice or a grandmaster!
0 Comments

DM Tool Kit
App for rolling dice using the d20 or Fate/Fudge systems.
0 Comments

Creature Generator
Creates a random creature and an image it for use in role playing games.
0 Comments

APEX Map
Checking the current APEX Legends Ranked Map.
0 Comments

Sudoku
This is a sudoku game. You use voice or text to play.
0 Comments

GameSight
Discover games, game-related content, get recommendations, and compare games based on player reviews.
0 Comments

Puzzle Constructor
A tool for creating crosswords. You can create crosswords from words and hints.
0 Comments

ChampDex
Discover up-to-date facts about all League of Legends champions!
0 Comments

GameBase
Chat and get game info, database is based on the latest gaming information in 2023, supports multiple platforms.
0 Comments

MagiCodex
Ask about Magic: The Gathering cards, rules and interactions.
0 Comments

Timeport
Begin an exciting journey through time, interact with unique characters, and learn history in this time-travel game!
0 Comments

Tic Tac Toe
Playing a game of Tic Tac Toe with varying board sizes. You can submit your move and get the AI's response move.
0 Comments

Algorithma
Shape your virtual life with in this immersive life simulator game to begin Type /start to begin.
0 Comments

Open Trivia
Get trivia questions from various categories and difficulty levels.
0 Comments

Cribbage Scorer
Tool for scoring your cards in the game of cribbage.
0 Comments

Fyrebox Quizzes
Create and manage quizzes in multiple languages. Play your quiz in classic or chatbot format.
0 Comments
Sentence Beasts
Summon or create unique word monsters, engage them in thrilling battles, and record the outcomes using Word Monsters.
0 Comments

Checkers
This allows you to play a game of checkers.
0 Comments

WORDLY - WORD Game
Play Guess the WORD AI game. You need to guess a 5 letter word! Start by asking to play WORDLY game.
0 Comments

PTCG price research
It fetches the latest prices of Pokémon Cards within Japan.
0 Comments

APEX Map
Checking the current APEX Legends Ranked Map.
0 Comments
Live Game
Get real-time scores and news updates from the world of eSports. LOL, Dota2, CS:GO, PUBG live scores and news.
0 Comments

Minecraft Chocolate
Ask for recomendations about Minecraft mods and modpacks. Uses Modrinth API.
0 Comments

AI Quest
An interactive text adventure. Your choices shape the AI-crafted narrative. Each playthrough is a unique story and game.
0 Comments

Mini Games
Play text based games in your chat! Hangman, tictactoe, adventures, or make your own!
0 Comments