PyPlugin
PyPlugin is an EXILED plugin, which allows you to write plugins in Python.
Install / Use
/learn @trickybestia/PyPluginREADME
PyPlugin
PyPlugin is an EXILED plugin, which allows you to write plugins in Python. You can use all Exiled API in your plugin (except yaml configs).
Installation
You should download binaries from releases page, unarchive them and put them in plugins folder (%appdata%/EXILED/Plugins for Windows).
Then you should download plugins and put them into folder you specified in PyPlugin's config. It will look like:
Python:
PluginA:
plugin.py
config.py
PluginB:
plugin.py
config.py
Config
Python plugins don't have yaml configs, but developer can create config.py file in plugin's folder with ~same content:
# PRIORITY 100
# Broadcast duration
MESSAGE_DURATION = 10
# Broadcast message
MESSAGE = "Hello, I am test plugin!"
# Time between broadcasts
MESSAGE_COOLDOWN = 30
# Delay before first broadcast
MESSAGE_ROUND_START_DELAY = 10
And you can edit values in this file.
For developers
Related Skills
node-connect
353.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.6kCreate 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
353.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
