lan-peer-self-talk

Probe and coordinate with a parallel orama-system install on a LAN peer over HTTP.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/diazMelgarejo/orama-system --skill lan-peer-self-talk-diazmelgarejo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lan-peer-self-talk
Source: https://github.com/diazMelgarejo/orama-system/tree/main/bin/orama-system/skills/hermes-harness/commands/lan-peer-self-talk
Command: npx skills add https://github.com/diazMelgarejo/orama-system --skill lan-peer-self-talk-diazmelgarejo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating two orama-system installations running on separate machines (Mac and Windows) on the same LAN normally requires SSH setup and manual checks. This Skill probes the peer over HTTP using discovery JSON, verifies prerequisites, and reports structured results without any SSH configuration. ## Core Features & Use Cases - LAN Peer Probing: Runs probe_lan_peer.py to check the parallel orama-system install on the Mac or Windows peer and returns structured JSON with checks[]. - Slash Command Support: Accepts the /lan-peer-self-talk command for quick invocation inside the hermes harness. - Sync Safety Guidance: Directs operators to sync main via git pull --ff-only or follow the stash-first cross-host sync reference before peer work. - Use Case: You run orama-system on both a Mac and a Windows machine and need to confirm the peer is reachable and healthy before starting coordinated work; run the probe and get a SUCCESS report with the artifact path ~/.openclaw/state/last_lan_peer_probe.json. ## Quick Start Ask the agent to run the lan-peer-self-talk probe against the LAN peer and report the JSON result with its checks.

Frequently Asked Questions about lan-peer-self-talk

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

FAQPage Schema
How do I probe a LAN peer running orama-system?

Run probe_lan_peer.py with the --json flag or invoke the /lan-peer-self-talk slash command. The probe uses discovery JSON and HTTP to check the peer, returning a checks array and writing the result to ~/.openclaw/state/last_lan_peer_probe.json.

Does LAN peer coordination require SSH between Mac and Windows?

No. This Skill uses discovery JSON plus HTTP for peer communication, so no SSH setup is required between the Mac and Windows machines.

What prerequisites are needed before running the LAN peer probe?

You need a configured .env.local, working discovery, and the thin wrapper installed. Both machines must also sync main first: use git pull --ff-only origin main on a clean tree, or follow the stash-first cross-host sync reference for a dirty tree.

What platforms does the LAN peer self-talk workflow support?

It supports macOS and Windows peers running the hermes harness, with identical operator instructions on both machines. Coordination helpers include a PowerShell comms board script for the Windows side.

What should I do if my git tree is dirty before LAN peer work?

Do not pull directly. Follow the safe cross-host sync reference card from the git-history-surgery skill, which describes a stash-first Mac-to-Windows sync procedure before running the operator playbook steps.