Skip to content

Comments

Add Claude Agent plugin#10666

Open
CodyBontecou wants to merge 1 commit intorunelite:masterfrom
CodyBontecou:claude-agent
Open

Add Claude Agent plugin#10666
CodyBontecou wants to merge 1 commit intorunelite:masterfrom
CodyBontecou:claude-agent

Conversation

@CodyBontecou
Copy link

Claude Agent

AI-powered assistant integrated into RuneLite that uses Claude to help players control their client and look up game information via natural language.

Features

  • Chat panel — Conversational UI in the RuneLite sidebar
  • Plugin control — Enable/disable plugins and modify settings through chat
  • OSRS Wiki search — Look up quests, items, monsters, and game mechanics
  • Grand Exchange prices — Real-time price lookups via the wiki prices API
  • Player stats — View current skill levels, XP, and combat level

How it works

Users provide their own Anthropic API key in the plugin's setup screen. The plugin sends messages to Claude with tool definitions for RuneLite control and wiki/GE lookups. Claude decides which tools to call based on the user's request.

Dependencies

  • No bundled dependencies — uses RuneLite's existing OkHttp and Gson at runtime
  • External API calls: Anthropic Claude API (user-provided key), OSRS Wiki API, Wiki real-time prices API

Repository

https://github.com/CodyBontecou/runelite-agent

AI-powered assistant that can control RuneLite plugins, change settings,
look up OSRS Wiki info, and check Grand Exchange prices using Claude.

Features:
- Chat panel with Claude AI integration
- Enable/disable RuneLite plugins via natural language
- Read and modify plugin configuration settings
- Search the OSRS Wiki for game information
- Look up real-time Grand Exchange item prices
- View player stats and skill levels
@runelite-github-app
Copy link

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Feb 20, 2026
@raiyni
Copy link
Member

raiyni commented Feb 20, 2026

  1. See Add AskBob.Ai plugin #10594 (comment) for comment about wiki's LLM policy.

  2. There is an existing claude chat plugin already that you may contribute to for a side panel if that's a new feature https://github.com/Zodomo/osrs-claude

  3. I wouldn't think we want to give an LLM access to changing configs and plugins. That seems like a recipe for disaster when the agent doesn't really know what to change and what is valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin added size-0 waiting for author waiting for the pr author to make changes or respond to questions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants