ls-sentinel

Bootstrap a LiteSuite Sentinel orchestrator and manage agent PTYs via the Bridge API.

Updated Aug 5, 2026
One-click install
npx skills add https://github.com/ahostbr/liteharness --skill ls-sentinel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-sentinel
Source: https://github.com/ahostbr/liteharness/tree/main/liteharness/catalog/skills/ls-sentinel
Command: npx skills add https://github.com/ahostbr/liteharness --skill ls-sentinel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ls-sentinel bootstraps a Sentinel orchestrator agent inside LiteSuite so you can reliably initialize identity and spatial context, then spawn and control other agent sessions through the local bridge API.

Core Features & Use Cases

  • Identity bootstrap from LiteSuite env vars: Establishes the orchestrator’s agent UUID, pane/leaf placement, PTY session, and workspace context so subsequent orchestration commands target the correct environment.
  • Spatial orchestration via Bridge API: Splits canvases, spawns single or grid-based agent PTYs, focuses leaves, and routes commands to running sessions.
  • Fleet discovery and messaging workflow: Registers the orchestrator with the harness and triggers discovery so the agent pool and communication loop are ready for coordination.
  • TTS-friendly operational responses: Produces short, non-JSON, non-code-block user-facing summaries suited for voice output.

Quick Start

Register the Sentinel orchestrator using the LiteSuite-provided environment variables so it can begin spawning and managing agents via the local bridge endpoint.

Frequently Asked Questions about ls-sentinel

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

FAQPage Schema
How do I bootstrap spatial agent orchestration across a connected fleet?

Bootstrapping spatial agent orchestration initializes identity and placement context using LiteSuite environment variables, then registers and discovers agents to enable fleet coordination. It establishes the orchestrator's UUID, pane placement, and workspace context for command routing.

How do I spawn and control agent PTYs within a spatial canvas?

Spawning and controlling agent PTYs uses the local Bridge API to split canvases, spawn single or grid-based PTYs within a pane, and focus leaves. It routes lifecycle commands to running sessions via an authorization token from ~/.litesuite/bridge-token.

What is a Sentinel orchestrator in LiteSuite?

A Sentinel orchestrator in LiteSuite is a spatially aware agent that initializes identity and placement context, registers with the harness, and manages other agent sessions. It coordinates the agent pool and communication loop for orchestration tasks.

Do I need a specific authorization token to use the LiteSuite Bridge API?

Using the LiteSuite Bridge API requires an authorization token stored at ~/.litesuite/bridge-token. The Sentinel orchestrator reads this token locally to authenticate command routing and lifecycle management requests for agent sessions.

Does LiteSuite orchestration support TTS-friendly responses for voice output?

LiteSuite orchestration supports TTS-friendly responses by producing short, non-JSON, non-code-block user-facing summaries. This ensures operational feedback is concise and suited for voice output without exposing raw JSON or large content blocks.