Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Fallom AI avatar

Openui Status

  • 162 repo stars
  • Updated January 22, 2026
  • Fallomai/openui

Reports Claude Code agent status to OpenUI for real-time status display (Working, Using Tools, Idle, etc.)

About

openui-status is a Claude Code skill in the AI & Agent Building category. Reports Claude Code agent status to OpenUI for real-time status display (Working, Using Tools, Idle, etc.)

  • openui-status
  • AI & Agent Building
  • AI-coding skill

Openui Status by the numbers

  • Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add Fallomai/openui
/plugin install openui-status@openui-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars162
Last updatedJanuary 22, 2026
RepositoryFallomai/openui

What it does

Reports Claude Code agent status to OpenUI for real-time status display (Working, Using Tools, Idle, etc.)

README.md

OpenUI Status Plugin for Claude Code

Reports Claude Code agent status to OpenUI in real-time for accurate status display (Working, Using Tools, Idle, etc.).

Installation

Automatic: OpenUI automatically pulls and installs this plugin when you run it. No manual installation required.

Manual (if needed):

curl -fsSL https://raw.githubusercontent.com/Fallomai/openui/main/claude-code-plugin/install.sh | bash

This installs to ~/.openui/claude-code-plugin/. OpenUI automatically uses it when starting Claude agents.

How It Works

The plugin uses Claude Code hooks to report status:

Hook Event Status
SessionStart starting
UserPromptSubmit running
PreToolUse tool_calling
PostToolUse running
Stop idle
Notification (idle_prompt) waiting_input
SessionEnd disconnected

Configuration

The plugin sends status to localhost:4242 by default. To change:

export OPENUI_HOST=localhost
export OPENUI_PORT=4242

Verify Installation

In Claude Code:

/plugins

You should see openui-status listed.

Troubleshooting

  1. Check plugin is loaded: /plugins
  2. Check OpenUI is running on port 4242
  3. Check OpenUI server logs for [plugin] messages

Uninstall

Marketplace install:

/plugin uninstall openui-status@openui-plugins

Curl install:

rm -rf ~/.openui/claude-code-plugin

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.