
Algorithma
Description
Shape your virtual life with in this immersive life simulator game to begin Type /start to begin.
Details
https://algorithma.replit.app/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Algorithma",
"name_for_model": "Algorithma",
"description_for_human": "Shape your virtual life with in this immersive life simulator game to begin Type /start to begin.",
"description_for_model": "Shape your virtual life with in this immersive life simulator game. Type /start to begin type /start to start, /help, /random",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://algorithma.ruvnet.repl.co/openapi.json",
"is_user_authenticated": false
},
"logo_url": "https://algorithma.ruvnet.repl.co/.well-known/logo.png",
"contact_email": "ruv@ruv.net",
"legal_info_url": "https://algorithma.replit.app/legal"
}
https://algorithma.ruvnet.repl.co/openapi.json
{
"openapi": "3.0.2",
"info": {
"title": "FastAPI",
"version": "0.1.0"
},
"paths": {
"/": {
"get": {
"summary": "Home",
"description": "Render the home page",
"operationId": "home__get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/html": {
"schema": {
"type": "string"
}
}
}
}
}
}
},
"/introduction": {
"get": {
"summary": "Introduction",
"description": "Get the introduction content",
"operationId": "introduction_introduction_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
},
"post": {
"summary": "Introduction POST",
"description": "Handle POST requests for introduction",
"operationId": "introduction_post_introduction_post",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {}
}
}
}
}
}
},
"/start": {
"get": {
"summary": "Start",
"description": "Get the start content",
"operationId": "start_start_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
},
"post": {
"summary": "Start POST",
"description": "Handle POST requests for start",
"operationId": "start_post_start_post",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {}
}
}
}
}
}
},
"/purpose": {
"get": {
"summary": "Purpose",
"description": "Get the purpose content",
"operationId": "purpose_purpose_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
}
},
"/context": {
"get": {
"summary": "Context",
"description": "Get the context content",
"operationId": "context_context_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
}
},
"/examples": {
"get": {
"summary": "Examples",
"description": "Get the examples content",
"operationId": "examples_examples_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
}
},
"/errors": {
"get": {
"summary": "Errors",
"description": "Get the errors content",
"operationId": "errors_errors_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
}
},
"/commands": {
"post": {
"summary": "Commands",
"description": "Get the commands content",
"operationId": "commands_commands_post",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
}
},
"/action": {
"get": {
"summary": "Action",
"description": "Get the action content",
"operationId": "action_action_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
}
}
},
"/initialize": {
"post": {
"summary": "Initialize",
"description": "Get the initialize content",
"operationId": "initialize_initialize_post",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/InputData"
}
}
}
},
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
},
"/random/{path}": {
"get": {
"summary": "Random",
"description": "Get the random content",
"operationId": "random_random__path__get",
"parameters": [
{
"required": true,
"schema": {
"title": "Path",
"type": "string"
},
"name": "path",
"in": "path"
}
],
"responses": {
"200": {
"description": "Successful Response",
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
},
"/random": {
"post": {
"summary": "Random POST",
"description": "Handle POST requests for random",
"operationId": "random_post_random_post",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/InputData"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
},
"/.well-known/{filename}": {
"get": {
"summary": "Download",
"operationId": "download__well_known__filename__get",
"parameters": [
{
"required": true,
"schema": {
"title": "Filename",
"type": "string"
},
"name": "filename",
"in": "path"
}
],
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"HTTPValidationError": {
"title": "HTTPValidationError",
"type": "object",
"properties": {
"detail": {
"title": "Detail",
"type": "array",
"items": {
"$ref": "#/components/schemas/ValidationError"
}
}
}
},
"InputData": {
"title": "InputData",
"type": "object",
"properties": {
"topic": {
"title": "Topic",
"type": "string",
"default": "No topic provided"
}
}
},
"ValidationError": {
"title": "ValidationError",
"required": [
"loc",
"msg",
"type"
],
"type": "object",
"properties": {
"loc": {
"title": "Location",
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"msg": {
"title": "Message",
"type": "string"
},
"type": {
"title": "Error Type",
"type": "string"
}
}
}
}
}
}
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

Crafty Clues
Guess the words that the AI craftily clues for you. Add restrictions to make the game more interesting!
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

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