star-office-helper

star-office-helper is a skill for Claude Code, Codex from CES-Ltd/TitanX. It costs 82 tokens per session (2,010 once invoked), scanned B, original, Apache-2.0.

A setup and troubleshooting guide for Star Office UI, a separate local visualization that shows an agent's activity in an office-style monitor. It connects to Aion or OpenClaw but is not part of them.

In plain words
What is it for?
It helps install and start Star Office, connect its backend and frontend, configure the preview panel, and diagnose ports, authorization, Python environment, and event-bridge issues.
Why use it?
It explains the extra service, connection settings, and common setup problems that can prevent the visualization from working.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit It helps install and start Star Office, connect its backend and frontend, configure the preview panel, and diagnose ports, authorization, Python environment, and event-bridge issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ces-ltd/titanx/star-office-helper
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CES-Ltd/TitanX --skill star-office-helper
Clone the repo
git clone --depth 1 https://github.com/CES-Ltd/TitanX

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for star-office-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/ces-ltd/titanx/star-office-helper/github.svg)](https://agentmods.dev/skills/ces-ltd/titanx/star-office-helper)
Your own site
<a href="https://agentmods.dev/skills/ces-ltd/titanx/star-office-helper"><img src="https://agentmods.dev/badge/skills/ces-ltd/titanx/star-office-helper/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for star-office-helper

Your own site · 80×15
<a href="https://agentmods.dev/skills/ces-ltd/titanx/star-office-helper"><img src="https://agentmods.dev/badge/skills/ces-ltd/titanx/star-office-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,010 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.02010
Opus 5 $0.00041 $0.01005
Sonnet 5 $0.00016 $0.00402
Haiku 4.5 $0.00008 $0.00201

Measured 12d ago against content hash 263ff0bef80b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

star-office-helper scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/star_office_doctor.sh, scripts/star_office_setup.sh, scripts/star_office_uninstall.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- **Your job is to DO it, not to TEACH it.** Execute every command yourself using your tools. Your response must never contain commands for the user to copy-paste or steps for the user to follow. If the user sees a shell
src/process/resources/skills/star-office-helper/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Star Office Helper

Guide users from zero to usable visualization integration in Aion. Prefer Star-Office-UI first, then provide alternatives only when requested or when Star Office does not fit.

What is Star Office

Star Office UI is a third-party open-source local visualization companion for OpenClaw / Aion.

  • Project: https://github.com/ringhyacinth/Star-Office-UI
  • It turns chat-side agent status (idle / writing / researching / executing / syncing / error) into a live, interactive office-themed monitor view.
  • It is not built-in to Aion — it runs as a separate local service (default http://127.0.0.1:19000).
  • OpenClaw works independently without Star Office; Star Office only animates when its own backend+frontend and event bridge are active.

Capabilities when connected:

  • Real-time visualization of conversation state changes
  • Interactive office scene that reflects agent activity
  • Live monitor accessible via the TV icon in the chat header

When a user asks "what is Star Office" or triggers the install flow, introduce it clearly with the above context before proceeding.

Connection Guidance

When Star Office is already detected on the local machine:

  1. Confirm the detected URL (e.g. http://127.0.0.1:19000).
  2. Guide the user to click the TV icon in the chat header to open the live monitor.
  3. Explain available interactions: real-time status view, office scene animation.
  4. If connection fails despite detection, enter troubleshooting (check port, process, auth, logs).

When Star Office is not detected:

  1. Follow the Install Workflow below.
  2. After install completes, guide the user to verify via the TV icon.

Workflow

  1. Confirm objective:
  • Install and run a visualization companion locally (default: Star-Office-UI).
  • Connect Aion preview/monitor URL to a running visualizer service.
  • Diagnose why UI does not animate or shows Unauthorized.
  1. Run environment diagnosis first:
  • Execute skills/star-office-helper/scripts/star_office_doctor.sh.
  • If python3 -m pip install fails with externally-managed-environment, switch to venv flow.

Read the full file on GitHub · 168 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 168 lines · 82 tokens per session scan B 263ff0bef80b

Subscribe to this mod's changes

star-office-helper is a skill published in the GitHub repository CES-Ltd/TitanX (48 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 82 tokens to every session and 2,010 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.