star-office-ui

Deploy a pixel-office dashboard visualizing multiple agents' statuses.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/JMTassy/helen-conquest --skill star-office-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: star-office-ui
Source: https://github.com/JMTassy/helen-conquest/tree/main/helen_os_scaffold/Star-Office-UI
Command: npx skills add https://github.com/JMTassy/helen-conquest --skill star-office-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Star Office UI provides a one-click deployment workflow for a pixel-office dashboard that visualizes multiple agents' statuses, enabling seamless collaboration across devices and easy sharing of workload insights.

Core Features & Use Cases

  • One-click deployment of the pixel-office UI with backend/frontend integration to stand up a multi-agent dashboard.
  • Real-time status visualization and agent collaboration across mobile and public access channels.
  • Optional AI-driven room customization via Gemini integration and flexible public access (tunnel, domain).

Quick Start

Clone the Star Office UI repo, install dependencies, prepare the state.json, start the backend with python3 backend/app.py, and open http://127.0.0.1:19000 to view the pixel-office dashboard.

Frequently Asked Questions about star-office-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a pixel-office dashboard to visualize multiple agents?

To deploy a pixel-office dashboard, clone the Star Office UI repository, install dependencies, prepare the state.json file, and start the backend using python3 backend/app.py. You can then view the dashboard at http://127.0.0.1:19000 to monitor agent statuses.

Can multiple agents join the same dashboard using reusable keys?

Yes, multiple agents can join the pixel-office dashboard using reusable join keys. This enables real-time status visualization and seamless collaboration across various devices connected to the deployed UI.

How does public access work for the multi-agent dashboard?

Public access for the multi-agent dashboard is optional and can be enabled via tunneling or OpenClaw integration scenarios. This allows you to share workload insights and agent statuses through public access channels.

Does the pixel-office UI support AI-driven room customization?

Yes, the pixel-office UI supports optional AI-driven room customization via Gemini integration. This feature allows you to dynamically configure the visual workspace environment while monitoring your agents.

What is required in the SKILL.md file to activate the Star Office UI?

Activating the Star Office UI requires a YAML frontmatter containing the name and description fields in the SKILL.md file. You can also optionally include assets, scripts, or references directories to load runtime resources during activation.

Are there limitations to using the Star Office UI for multi-agent visualization?

The Star Office UI requires a local Python backend environment to run and depends on a prepared state.json file. While it supports public access via tunneling, the core deployment is initially designed for local access at http://127.0.0.1:19000.