Microbot
Modified Version of the Open source Runelite client
Install / Use
/learn @chsami/MicrobotREADME
Microbot
Microbot is a fun Old School RuneScape side project built on RuneLite. It focuses on learning and sharing automation scripts, not enterprise software.
- Core plugin:
runelite-client/src/main/java/net/runelite/client/plugins/microbot - Queryable API docs:
runelite-client/src/main/java/net/runelite/client/plugins/microbot/api/QUERYABLE_API.md(quick read:api/README.md) - Helpers/utilities:
microbot/utilinside the plugin tree
Installing & Running
- Download shaded releases from the GitHub releases page (see
docs/installation.mdfor step‑by‑step and launcher notes). - Linux/macOS/Windows: run the shaded JAR with Java 17+ (
java -jar client-<version>-SNAPSHOT-shaded.jar), or swap it into RuneLite/Bolt as described indocs/installation.md. - Stuck? Join the Discord below.
Building from Source
- Quick compile:
./gradlew :runelite-client:compileJava - Full build:
./gradlew build - Main sources are included builds defined in
settings.gradle.kts(cache, runelite-api, runelite-client, runelite-jshell). - Development setup guide:
docs/development.md
Developing Scripts
- New scripts belong in the microbot plugin folder:
runelite-client/src/main/java/net/runelite/client/plugins/microbot. - Share reusable helpers under
microbot/util. - Use the Queryable API caches via
Microbot.getRs2XxxCache().query(); do not instantiate caches/queryables directly. Seeapi/QUERYABLE_API.mdand examples underapi/*/*ApiExample.java. - Example scripts live in
runelite-client/src/main/java/net/runelite/client/plugins/microbot/example/.
Discord
If you have any questions, please join our Discord server.
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate 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
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。

