Back

Comic Finder
Description
A plugin that finds a relevant comic given a description. Currently supports XKCD and SMBC comics.
Details
https://comicfinder.fly.dev/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Comic Finder",
"name_for_model": "comic_finder",
"description_for_human": "A plugin that finds a relevant comic given a description. Currently supports XKCD and SMBC comics.",
"description_for_model": "A plugin that finds a relevant comic for XKCD and SMBC (Saturday Morning Breakfast Cereal) comics.",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "e194a63b373f4d3eb901869b8386da80"
}
},
"api": {
"type": "openapi",
"url": "https://comicfinder.fly.dev/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://comicfinder.fly.dev/logo.png",
"contact_email": "thatcomicfinder@gmail.com",
"legal_info_url": "https://comicfinder.fly.dev/legal.html"
}
https://comicfinder.fly.dev/openapi.yaml
openapi: 3.0.1
info:
title: Comic Finder
description: A plugin which allows users to find an appropriate comic. Currently supports XKCD or SMBC (Saturday Morning Breakfast Cereal) comics
version: 'v1'
servers:
- url: https://comicfinder.fly.dev
paths:
/findcomic:
get:
operationId: findcomic
summary: Find an appropriate comic
parameters:
- in: query
name: request
schema:
type: string
required: true
description: User description of the comic to find
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: "#/components/schemas/findComicResponse"
components:
schemas:
findComicResponse:
type: object
properties:
smbc:
type: array
items:
type: object
properties:
url:
type: string
description: URL of smbc comic
alt_text:
type: string
description: alt text string of sbmc comic
ocr_transcript:
type: string
description: OCR transcript of smbc comic. Likely to contain errors.
summary:
type: string
description: summary description of smbc comic
xkcd:
type: array
items:
type: object
properties:
month:
type: string
description: Ordinal number (1-12) representing month XKCD comic was released
num:
type: integer
description: Comic number
link:
type: string
description: link to comic
year:
type: string
description: year XKCD comic released
news:
type: string
description: news
safe_title:
type: string
description: Safe title
transcript:
type: string
description: Transcription of XKCD comic
alt:
type: string
description: Alt text for XKCD comic
img:
type: string
description: URL to image of XKCD comic
url:
type: string
description: URL to XKCD comic
title:
type: string
description: Title of XKCD comic
day:
type: string
description: Ordinal number (1-31) representing the day XKCD comic was released
Discover other plugins from the fun category

Meme Creator
Use Meme Creator to create memes on demand using the power of AI!
0 Comments

I Am Rich
Proudly declare 'I am rich'.
0 Comments

Meme Generator
Your AI meme generator.
0 Comments

UwU Translator
Use this to translate text into 'UwU' language.
0 Comments

xkcd AI
Immerse yourself in the humor and wisdom of xkcd comics with personalized explanations.
0 Comments