AIDungeonAPI
Api to interface with AI dungeon (WIP)
Install / Use
/learn @mkualquiera/AIDungeonAPIREADME
AIDungeonAPI
UNOFFICIAL Api to interface with AI dungeon
Example
from aidungeonapi import AIDungeonClient
import asyncio
async def callback(result):
print(result)
async def blocking_task():
while True:
await asyncio.sleep(10)
async def main():
aidc = await AIDungeonClient(debug=True)
adventure = await aidc.connect_to_public_adventure('51e86616-507f-49f7-b07d-9a58b3261781')
await adventure.register_actions_callback(callback)
await asyncio.create_task(blocking_task())
asyncio.run(main())
Related Skills
node-connect
347.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
