Universal
https://cpa.wbox.app/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Universal",
"name_for_model": "universal",
"description_for_human": "Enables to access web pages, analyze PDFs, generate QR codes, etc.",
"description_for_model": "Enables to access web pages, analyze PDFs, generate QR codes, etc.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://cpa.wbox.app/swagger/doc.json",
"is_user_authenticated": false
},
"logo_url": "https://img.icons8.com/?size=16&id=I8EMO0x9C323&format=png",
"contact_email": "ley@yxw21.com",
"legal_info_url": "https://www.yxw21.com/"
}
https://cpa.wbox.app/swagger/doc.json
{
"schemes": [
"http",
"https"
],
"components": {
"schemas": {
"douyin.HotSearchModel": {
"properties": {
"message": {
"description": "Handling failure feedback",
"type": "string"
},
"success": {
"description": "Whether the request processing was successful or not",
"type": "boolean"
},
"texts": {
"description": "Douyin Hot Search Data",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": false
}
},
"type": "object"
},
"hackerone.LeaderboardModel": {
"properties": {
"message": {
"description": "Handling failure feedback",
"type": "string"
},
"success": {
"description": "Whether the request processing was successful or not",
"type": "boolean"
},
"usernames": {
"description": "Hacker Name",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": false
}
},
"type": "object"
},
"tool.VisitWebModel": {
"properties": {
"content": {
"description": "The content of the web page's url to be summarized",
"type": "string"
},
"message": {
"description": "Handling failure feedback",
"type": "string"
},
"success": {
"description": "Whether the request processing was successful or not",
"type": "boolean"
}
},
"type": "object"
},
"tool.VisitWebRequest": {
"properties": {
"link": {
"description": "The web page's url to visit and retrieve content from.",
"type": "string"
}
},
"type": "object"
},
"weibo.HotSearchModel": {
"properties": {
"message": {
"description": "Handling failure feedback",
"type": "string"
},
"success": {
"description": "Whether the request processing was successful or not",
"type": "boolean"
},
"texts": {
"description": "Weibo Hot Search Data",
"items": {
"type": "string"
},
"type": "array",
"uniqueItems": false
}
},
"type": "object"
}
}
},
"info": {
"description": "Provide a large number of api",
"title": "ChatGPT Plugins API",
"version": "1.0"
},
"externalDocs": {
"description": "",
"url": ""
},
"paths": {
"/hackerone/leaderboard": {
"get": {
"description": "HackerOne platform ranks hacker rankings by country code, if the user does not specify a country code please tell me the user's current country code.",
"operationId": "HackerOneLeaderboard",
"parameters": [
{
"description": "year of the query",
"in": "query",
"name": "year",
"required": true,
"schema": {
"type": "integer"
}
},
{
"description": "quarter of the query",
"in": "query",
"name": "quarter",
"schema": {
"type": "integer"
}
},
{
"description": "country code of the query",
"in": "query",
"name": "countryCode",
"required": true,
"schema": {
"type": "string"
}
},
{
"description": "total number of data returned",
"in": "query",
"name": "limit",
"schema": {
"type": "integer"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/hackerone.LeaderboardModel"
}
}
},
"description": "OK"
}
},
"summary": "HackerOne Leaderboard",
"tags": [
"HackerOne",
"Hacker",
"Leaderboard"
]
}
},
"/hot-search/douyin": {
"get": {
"description": "Douyin Hot Search, Douyin Live News",
"operationId": "DouyinHotSearch",
"parameters": [
{
"description": "total number of data returned",
"in": "query",
"name": "limit",
"schema": {
"type": "integer"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/douyin.HotSearchModel"
}
}
},
"description": "OK"
}
},
"summary": "Douyin Hot Search",
"tags": [
"Douyin"
]
}
},
"/hot-search/weibo": {
"get": {
"description": "Weibo Hot Search, Weibo Live News",
"operationId": "WeiboHotSearch",
"parameters": [
{
"description": "total number of data returned",
"in": "query",
"name": "limit",
"schema": {
"type": "integer"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/weibo.HotSearchModel"
}
}
},
"description": "OK"
}
},
"summary": "Weibo Hot Search",
"tags": [
"Weibo"
]
}
},
"/tool/qrcode": {
"get": {
"description": "Generate QR code based on the input",
"operationId": "ToolQrCode",
"parameters": [
{
"description": "Inputs content",
"in": "query",
"name": "content",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "string"
}
},
"text/plain": {
"schema": {
"type": "string"
}
}
},
"description": "OK"
}
},
"summary": "qrcode",
"tags": [
"QrCode"
]
}
},
"/tool/time": {
"get": {
"description": "It just returns the current time information and does not contain any other information except the time information. It should be called only when the user asks for the time.",
"operationId": "ToolTime",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "string"
}
},
"text/plain": {
"schema": {
"type": "string"
}
}
},
"description": "OK"
}
},
"summary": "Current time information",
"tags": [
"Time"
]
}
},
"/tool/visit-web": {
"post": {
"description": "allows users to input a URL, retrieves the web page content, and returns a comprehensible summary of it.",
"operationId": "ToolVisitWeb",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/tool.VisitWebRequest"
}
}
},
"description": "Visit Web Request",
"required": true
},
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/tool.VisitWebModel"
}
}
},
"description": "OK"
}
},
"summary": "visit web page",
"tags": [
"Web"
]
}
}
},
"openapi": "3.1.0",
"servers": [
{
"url": "https://cpa.wbox.app"
}
]
}
Discover other plugins from the utilities category

Glowing
Schedule and send daily SMS messages - reminders, inspiration, helpers and more.
0 Comments
Yay! Forms
Allows you to create AI-Powered Forms, Surveys, Quizzes, or Questionnaires on Yay! Forms.
0 Comments

Polarr
Search Polarr's massive pool of user generated filters to make your photos and videos perfect.
0 Comments

Bardeen
Plugin for creating and running automations on the most popular web services.
0 Comments

Decision Journal
Become a better decision maker by keeping track of your decisions and reviewing how they turn out.
0 Comments

MagicSlides
Plugin for generating presentations using AI.
0 Comments

reflect
A note-taking application.
0 Comments

TimeNavi
Interact with your calendar. Analyze and create events, understand and plan your time better.
0 Comments

Toggle Plugin
Toggle a value between 0 and 1.
0 Comments

Calculator Plugin
Plugin for basic arithmetic operations like addition, subtraction, multiplication, division, power, and square root.
0 Comments

Earthquake Info
Get latest earthquake information.
0 Comments

Mini Habits
Form new habits by breaking them into small, daily tasks.
0 Comments

Domains Bot
Checks for a domain name's availability. You can search for your desired domain name.
0 Comments

TimeMachine
Enhances AI with real-time awareness, providing current time in various formats and timezones.
0 Comments

Brandfetch
Retrieve company and brand data including logos, colors, fonts, and other brand information.
0 Comments

Image Editor
Edit images seamlessly, resize, crop, blur and many more embedded features.
0 Comments

Export Chat
A Tool to export your conversation or specific parts of your conversation.
0 Comments

Gift ideas suggester
Generate gift ideas for any occasion, such as birthdays, Mother's Day, etc. Please, provide details about recipient.
0 Comments

QR Generator
Generate QR code in seconds.
0 Comments

Reminders
Add, remove, list and tag reminders.
0 Comments
Run IFTTT actions
Ask IFTTT to run an action for you.
0 Comments

Converter App
Convert currencies or files like images and videos from web links and Google Drive to other formats, or work with PDFs.
0 Comments

Text Count
Count the number of words and characters in a text.
0 Comments
Idea Organiser
Organise and store your notes on Notion. Make your note taking smarter, easier and more effective.
0 Comments

TILNOTE Plugin
Plugin for managing a personal notes. You can add, view your notes.
0 Comments

Smart Connections
Chat with your notes integration for Obsidian.
0 Comments

NotesAISync
Unofficial connector to Notion for interactive note-taking.
0 Comments

enechange
Retrieve electricity plans in Japan that can save on electricity costs, based on conditions.
0 Comments
Aligned
Help the World -- automatically share LLM misbehaviors with the community! Aligned is the global platform for alignment.
0 Comments

Persona
Dive into simulated chat adventures with your beloved heroes, experts, and celebs!.
0 Comments

Tint Bolt
Tint Bolt is an administrative tool that helps automotive window tinting businesses manage their day to day operations.
0 Comments