
末日幸存者:社会动态模拟 Doomsday Survivor on the GPT Store
Introduction to 末日幸存者:社会动态模拟 Doomsday Survivor
Through intricate algorithms and advanced AI technology,
Designed for gaming enthusiasts, storytellers, and anyone fascinated by the complexities of human behavior in extreme situations,
GPT Description
GPT Prompt Starters
- 开始游戏吧 Let's start the game
- vx:vincent-607,欢迎交流,GPTs创作者社群已破千人!喜大普奔
- 介绍一下这个游戏
GPT Action OpenAPI Spec
{ "openapi": "3.1.0", "info": { "title": "Gapier: 50 powerful free GPTs Actions API", "description": "A free exclusive GPTs Actions API provided by gapier.com, which can be used to enhance the capabilities of GPTs. Highly recommended for ChatGPT users!", "version": "v1.0.0" }, "servers": [ { "url": "https://a.gapier.com" } ], "paths": { "/api/v1/time": { "get": { "operationId": "GetCurrentTime", "description": "Get current time", "deprecated": false } }, "/api/v1/rate": { "get": { "operationId": "GetLastRate", "description": "Get real-time currency exchange rates", "deprecated": false } }, "/api/v1/ip": { "get": { "operationId": "GetIpInfo", "description": "Get IP information", "deprecated": false, "parameters": [ { "name": "ip", "in": "query", "required": true, "description": "Obtain the geographical location of an IP address", "schema": { "type": "string" } } ] } }, "/api/v1/qrcode": { "post": { "operationId": "GenerateQrcode", "description": "Input any string to receive a QR code image", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "content": { "type": "string", "description": "The content to be used for generating the QR code" } } } } } } } }, "/api/v1/randomuser": { "get": { "operationId": "GenerateRandomUser", "description": "The generated virtual user information can be used for content creation and other scenarios", "deprecated": false } }, "/api/v1/searchimg": { "get": { "operationId": "SearchImage", "description": "Search for and retrieve images from the Unsplash using keywords", "deprecated": false, "parameters": [ { "name": "keywords", "in": "query", "required": true, "description": "Keywords used to search for images on Unsplash", "schema": { "type": "string" } } ] } }, "/api/v1/searchbook": { "get": { "operationId": "SearchBook", "description": "Search for book information from Openlibrary using keywords", "deprecated": false, "parameters": [ { "name": "keywords", "in": "query", "required": true, "description": "Keywords used to search for books on Openlibrary", "schema": { "type": "string" } } ] } }, "/api/v1/searchmovie": { "get": { "operationId": "SearchMovie", "description": "Search for movie information from TMDB using keywords", "deprecated": false, "parameters": [ { "name": "keywords", "in": "query", "required": true, "description": "Search keywords to find movies on TMDB", "schema": { "type": "string" } } ] } }, "/api/v1/crypto": { "get": { "operationId": "GetCryptoInformation", "description": "Retrieve information about the current cryptocurrency", "deprecated": false } }, "/api/v1/festivals": { "get": { "operationId": "GetFestivalsInformation", "description": "Get data of important festival information", "deprecated": false } }, "/api/v1/searchmusic": { "get": { "operationId": "SearchMusic", "description": "Search for music information using keywords", "deprecated": false, "parameters": [ { "name": "keywords", "in": "query", "required": true, "description": "Keywords for searching music information", "schema": { "type": "string" } } ] } }, "/api/v1/topnews": { "get": { "operationId": "GetTopNews", "description": "Retrieve the hottest news currently", "deprecated": false } }, "/api/v1/poster": { "post": { "operationId": "GeneratePoster", "description": "Create attractive social media text poster images with your text content", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "theme": { "type": "string", "description": "The theme of the poster includes theme1, theme2, theme3 ... and theme8. If none is specified or it is not one of these four, it will be an empty string." }, "title": { "type": "string", "description": "Poster title, text only. If not specified, leave it blank" }, "time": { "type": "string", "description": "The date of the poster is specified by the user, if not specified, it is an empty string." }, "md": { "type": "string", "description": "The content used for generating the images is expected to be in markdown format, supporting only second-level headers (##), lists (- and *), bold (**), and regular text." } } } } } } } }, "/api/v1/weather": { "get": { "operationId": "GetWeather", "description": "Retrieve current weather information based on location name, postal code, coordinates, or IP address", "deprecated": false, "parameters": [ { "name": "query", "in": "query", "required": true, "description": "The query parameter. Can be a location name (e.g., 'New York'), UK/Canada/US ZIP code (e.g., '99501'), coordinates (latitude/longitude, e.g., '40.7831,-73.9712'), or an IP address (e.g., '153.65.8.20').", "schema": { "type": "string" } } ] } }, "/api/v1/shorturl": { "post": { "operationId": "GenerateShortUrl", "description": "Convert a URL into a short link for easy sharing", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "url": { "type": "string", "description": "The long url for creating short url" } } } } } } } }, "/api/v1/googlebook": { "get": { "operationId": "SearchBookByGoogle", "description": "Search for book information from Google Book using keywords", "deprecated": false, "parameters": [ { "name": "keywords", "in": "query", "required": true, "description": "Keywords used to search for images on Google Book", "schema": { "type": "string" } } ] } }, "/api/v1/sendemail": { "post": { "operationId": "SendEmail", "description": "Send your text to a specified email address", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "to": { "type": "string", "description": "The received email address parameter" }, "subject": { "type": "string", "description": "The email title" }, "html": { "type": "string", "description": "Email body, supports plain text, simple email HTML, and other formatted strings, defaults to plain text" } } } } } } } }, "/api/v1/domain": { "get": { "operationId": "SearchBDomainInformation", "description": "Look up the registration information for a domain name", "deprecated": false, "parameters": [ { "name": "domain", "in": "query", "required": true, "description": "Domain name string", "schema": { "type": "string" } } ] } }, "/api/v1/graphviz": { "post": { "operationId": "GeneratesGraphVizCharts", "description": "Generate GraphViz chart with Dot language.", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "width": { "type": "number", "description": "Width of the generated image" }, "height": { "type": "number", "description": "Height of the generated image" }, "graph": { "type": "string", "description": "Description of the GraphViz chart, supports only Dot language." } } } } } } } }, "/api/v1/quotecard": { "post": { "operationId": "GenerateQuoteCard", "description": "Create a Quote Card image using a piece of quoted text", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "theme": { "type": "string", "description": "The theme of the Quote Card includes theme1, theme2, theme3 ... and theme8. If none is specified or it is not one of these four, it will be an empty string." }, "quote": { "type": "string", "description": "The quoted text can be in plain text format or Markdown format. Markdown format supports only one first-level heading (#), lists (- and *), bold (**), and regular text." } } } } } } } }, "/api/v1/videoinfo": { "get": { "operationId": "GetVideoInfo", "description": "Get the video's title, description, download link, and other text information from video websites such as YouTube.", "deprecated": false, "parameters": [ { "name": "query", "in": "query", "required": true, "description": "URLs for videos from websites like YouTube, such as \"https://www.youtube....\". Please refer to the supported website list of the youtube-dl library.", "schema": { "type": "string" } } ] } }, "/api/v1/chart": { "get": { "operationId": "GeneratesCharts", "description": " Create and draw common statistical charts, and return PNG images.", "deprecated": false, "parameters": [ { "name": "param", "in": "query", "required": true, "description": "Use natural language to describe the statistical chart parameters; refer to the https://quickchart.io/natural API.", "schema": { "type": "string" } } ] } }, "/api/v1/mem/snapshot_store": { "post": { "operationId": "StoreSnapshot", "description": "Store a snapshot of the conversation. The StoreSnapshot method is always used in conjunction with ExtractSnapshot.", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "snapshot_content": { "type": "string", "description": "A summary of the content of all current conversations for future review, as detailed as possible, including all details and facts, 1000 to 5000 words." }, "short_description": { "type": "string", "description": "Summarize the conversation snapshot(snapshot_content) in 5 to 20 words. " } } } } } } } }, "/api/v1/mem/snapshot_extract": { "get": { "operationId": "ExtractSnapshot", "description": "Extract a snapshot of the conversation. The StoreSnapshot method is always used in conjunction with ExtractSnapshot.", "deprecated": false, "parameters": [ { "name": "snapshot_idx", "in": "query", "required": true, "description": "snapshot_idx is a unique index for the snapshot, used to specify the specified snapshot of the current conversation. If this parameter is an empty string, the last snapshot will be returned by default.", "schema": { "type": "string" } } ] } }, "/api/v1/mixedposter": { "post": { "operationId": "GenerateMixedPosterImage", "description": "Generate a poster image with a mixture of text and images", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "theme": { "type": "string", "description": "The theme of the poster includes theme1, theme2, theme3 ... and theme8. If none is specified or it is not one of these four, it will be an empty string." }, "md": { "type": "string", "description": "Content for creating mixed poster image in Markdown format." } } } } } } } }, "/api/v1/mindmap": { "post": { "operationId": "GenerateMindMap", "description": "Create an image of a mind map based on the text content", "deprecated": false, "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "md": { "type": "string", "description": "When creating a mind map with the Markmap library using Markdown format, you should use headings to represent different levels or nodes of the mind map, while avoiding the use of combined tags, such as - ##." } } } } } } } } }, "components": { "schemas": {} } }
末日幸存者:社会动态模拟 Doomsday Survivor GPT FAQs
More custom GPTs by Weiqiao Zhu on the GPT Store
福彩双色球预测
我根据过去的趋势和统计数据预测彩票号码,Sponsor:小红书“ItsJoe就出行”
1K+

学术研究论文写作 Academic research paper writing
辅助学术研究,帮助论文写作 Assist academic research and help with paper writing. Sponsor:小红书“ ItsJoe就出行 ”
1K+

学术论文写作帮手
学术写作专家,帮你写作研究深入的论文大纲。Sponsor:小红书“ItsJoe就出行”
800+

高情商回复大师 High EQ reply master
我是一个高情商回复大师,帮你应对各种场合的问答,Sponsor:小红书“ItsJoe就出行”
800+

旅行定制家Joe - Travel Customizer Joe
说出您的旅行目的地、出发地、旅程时间、天数、出行人,为您定制生成专业可行的旅行攻略,Sponsor:小红书“ ItsJoe就出行 ”
600+

英语口语老师
Helps Chinese students with English oral practice. Sponsor:小红书“ItsJoe就出行”
500+

小红书爆款标题专家
小红书爆款标题专家——小红书平台上的标题创意与SEO优化的高手,Sponsor:小红书“ItsJoe就出行”
400+

中英互译器 Chinese-English translator
中英互译器,中文翻译成英文,英文翻译成中文,没有多余的话, Sponsor:小红书“ ItsJoe就出行 ”
400+

灵卦大师
灵性算命大师,提供易经命理、四柱八字、阴阳五行、六十四卦、风水、星座、塔罗解读,Sponsor:小红书“ItsJoe就出行”
300+

小红书助手
小红书内容创建助手,Sponsor:小红书“ItsJoe就出行”
300+

闲鱼闲置发布助手
以简洁、信息丰富的风格撰写引人注目的闲鱼商品文案,Sponsor:小红书“ItsJoe就出行”
300+

一起吃瓜 gossip together
你的吃瓜助手,帮你走在吃瓜第一线,Sponsor:小红书“ItsJoe就出行”
300+

全球重磅新闻 Breaking global news
全球新闻推送者,提供最新、最重要的全球新闻动态。 Sponsor:小红书“ItsJoe就出行”
300+

朋友圈文案助手
专注创作朋友圈文案,Sponsor:小红书“ ItsJoe就出行 ”
300+

图文混排海报制作助手 - Text-Image Poster Creator
帮你制作图文混排的海报. Sponsor:小红书“ ItsJoe就出行 ”
300+

你的健康医生
解读健康检查报告的医学专家,意见仅作参考,Sponsor:小红书“ItsJoe就出行”
200+

中医药方大师
提供中医药方的民间师傅,给您药方,仅作参考,Sponsor:小红书“ItsJoe就出行”
200+

龙年表情包
制作你自己的带祝福语的龙年表情包。赶快用起来储备你的龙年表情包吧!就快要过年咯! Sponsor:小红书“ ItsJoe就出行 ”
200+

儿童绘本制作(带旁白) Picture book production
编写儿童故事,并做出带文字旁白的绘本。5分钟直接输出可用绘本,用了你才知道它多厉害。Sponsor:小红书“ ItsJoe就出行 ”
200+

专业创投帮手
专业的创投帮手,商业计划书写作辅助,融资建议。Sponsor:小红书“ ItsJoe就出行 ”
100+

基金投资专家
中文基金投资专家,提供市场活动视角下的资讯和建议, Sponsor:小红书“ ItsJoe就出行 ”
100+

陈印泉废话
我是陈印泉,一个车轱辘话高手, Sponsor:小红书“ItsJoe就出行”
100+

延边刺客卧龙凤雏
我是延边刺客卧龙凤雏,用我的独特风格讲话,Sponsor:小红书“ ItsJoe就出行 ”
100+

岗位JD分析师
作为一个岗位JD分析专家,我可以帮助你解读职位描述、提供市场薪资水平信息、给出面试技巧,以及提供建议来改进你的简历。Sponsor:小红书“ ItsJoe就出行 ”
100+

捏脸数字人 Create a digital image
创建你自己的数字人形象,Sponsor:小红书“ItsJoe就出行”
100+

GPT制作助手-GPT Production Assistant
生成GPT应用指令的GPT,你只需要告诉我你想制作的GPT的名字!Sponsor:小红书“ItsJoe就出行”
100+

答案之书 Book of answers
答案之书,给你答案,Sponsor:小红书“ ItsJoe就出行 ”
100+

动画化我 Animate me
将你的照片转换成3D动画风, Sponsor:小红书“ ItsJoe就出行 ”
100+

梦幻女仆乐园 - Maiden Dreams Haven
宅男心中的女仆世界 Experience a cozy, personalized maid world
100+

加密货币K线图分析师 - Crypto K-Line Analyst
专业分析加密货币走势 - Expert in Crypto Trend Analysis.仅作参考,不构成任何投资建议。Sponsor:小红书“ ItsJoe就出行 ”
100+

福彩3D预测
我根据过去的趋势和统计数据预测彩票号码,Sponsor:小红书“ItsJoe就出行”
100+

老胡
模仿胡锡进风格评论新闻,Sponsor:小红书“ ItsJoe就出行 ”
90+

DIY你的房间
我是一个专业的室内设计师,来设计、挑选你的房间吧。Sponsor:小红书“ ItsJoe就出行 ”
90+

英文起名帮手
帮你起一个匹配你中文名的英文名,Sponsor:小红书“ ItsJoe就出行 ”
70+

埃隆马斯克ElonMusk
I speak like Elon Musk,Sponsor:小红书“ ItsJoe就出行 ”
70+

城市插画师-Urban illustrator
帮你绘制叹为观止的城市插画。Sponsor:小红书“ItsJoe就出行”
70+

痞子脏话
你踏马有话快说,有屁快放!Sponsor:小红书“ ItsJoe就出行 ”
70+

德州大决斗 - Texas Showdown
心理博弈,策略对决, Sponsor:小红书“ItsJoe就出行””
70+

梦境绘师
梦境魔法师,用画作呈现你的梦境,Sponsor:小红书“ ItsJoe就出行 ”
60+

幻世奇缘:仙侠之旅 The Quest of Immortals
神秘仙侠世界的文字图像冒险游戏,您的选择将决定您通往不朽之路的轨迹 Invites you into an enchanting world of ancient Chinese mythology, where your choices shape your path to immortality. Sponsor:小红书“ ItsJoe就出行 ”
60+

每日英语单词
中文主导的英语词汇导师,为中国学生提供词汇和示例。Sponsor:小红书“ ItsJoe就出行 ”
50+

职业规划师 Career planner
你的职业规划师,不走弯路就问我。Sponsor:小红书“ ItsJoe就出行 ”
50+

秘密的迷宫 - Secret Labyrinth
深入历史的脉络,解开迷宫深处的古老谜团,与DALL·E共创的视觉世界互动 - Delve into the veins of history, unravel ancient enigmas in the labyrinth, and interact with a visually stunning world co-created with DALL·E.
50+

产品经理面试助手
无论是模拟面试、产品分析技巧还是答题技巧,我都可以提供帮助,Sponsor:小红书“ ItsJoe就出行 ”
40+

帮你挑礼物 Desirable gift assistant
帮你挑选最合心意的礼物,Sponsor:小红书“ ItsJoe就出行 ”
40+

青花瓷化我 Blue and white porcelain me
将任何物体变成青花瓷,Sponsor:小红书“ ItsJoe就出行 ”
40+

帮你看外语菜单 menu translator
上传你的菜单,我来帮你翻译成对应的语言,并告诉你什么好吃。 Sponsor:小红书“ ItsJoe就出行 ”
30+

Christmas emoticons 圣诞节表情包
Make your own Christmas emoji with greetings. Use it now to stock up on your Christmas emoticons! Sponsor:小红书“ ItsJoe就出行 ”
30+

星河探索者 - Galactic Explorer
科幻冒险游戏:沉浸式探索未知宇宙 An immersive science fiction adventure game that explores the unknown universe. Sponsor:小红书“ItsJoe就出行”
30+

互联网安全专家 Internet Security Expert
互联网安全总经理,解决互联网平台安全问题,Sponsor:小红书“ ItsJoe就出行 ”。 General Manager of Internet Security, solving Internet platform security issues
20+

温暖小狗
我是Jojo,一只可爱的宠物狗,一直陪着你哟,Sponsor:小红书“ ItsJoe就出行 ”
20+

绮梦:浪漫之旅 - Enchanted Dreams: A Romance Odyssey
女性向游戏,心动恋爱冒险,寻找你的梦中王子 - Embark on a romantic adventure to find your Prince Charming. Sponsor:小红书“ ItsJoe就出行 ”
20+

GPT游戏制作器 - GPT Game Maker
说出你想制作什么游戏,即可帮你生成游戏指令 A GPT game maker. Sponsor:小红书“ ItsJoe就出行 ”
20+

龙年春节祝福语助手(帮你成为朋友圈最会编辑祝福语的崽!)
帮你成为龙年春节朋友圈祝福的高手 - Lunar New Year Blessing Assistant- Master of WeChat Blessings.Sponsor:小红书“ ItsJoe就出行 ”
20+

鸟语翻译器
翻译你说的乱七八糟的“鸟语”,Sponsor:小红书“ ItsJoe就出行 ”
10+

天堂的亲人 Loved ones in heaven
跟在天堂的亲人对话。Talk to loved ones in heaven.
10+

赛博幻境 - Cyber Mirage
赛博游戏,潜入赛博空间,探索未知真相 Explore a dystopian future in "Cyber Mirage," unraveling deep cyber-conspiracies. Sponsor:小红书“ ItsJoe就出行 ”
10+

吵架了我来评评理 - Conflict Mediator GPT
分析纠纷,给出建议 - Analyzes disputes, offers advice. Sponsor:小红书“ ItsJoe就出行 ”
10+

GPT Production Assistant
To generate GPT with GPT application instructions, you only need to tell me the name of the GPT you want to make! Sponsor:小红书“ItsJoe就出行”
10+

GPT Game Maker
A GPT game maker
10+

立春躲春助手 - Spring Dodging Assistant
全面解答躲春秘诀 - Comprehensive guide to Spring Dodging .Sponsor:小红书“ ItsJoe就出行 ”
10+

GPT 5.0 turbo
I am ChatGPT 5.0 turbo. Advanced AI with nuanced context understanding and human-like conversation.
