← Back to Plugins
Tools

Sidewisp Openclaw

golem-workers By golem-workers 👁 40 views ▲ 0 votes

Zero-LLM telemetry plugin for monitoring OpenClaw agents with Sidewisp

GitHub

Install

openclaw plugins install git:github.com/golem-workers/sidewisp-openclaw-plugin@main

README

# Sidewisp OpenClaw Plugin

Public, zero-LLM telemetry collector for observing OpenClaw agents with Sidewisp.

The plugin is an OpenClaw background service. It does not add an agent tool, does not call a model, and never sends commands to the observed agent.

## Current status

The repository contains the installable plugin shell and runtime status contract. Telemetry collection, durable spooling, signed ingestion, and deterministic incident rules are being implemented for the first production release.

## Install from GitHub

```bash
openclaw plugins install git:github.com/golem-workers/sidewisp-openclaw-plugin@main --force
openclaw plugins inspect sidewisp --runtime --json
```

For reproducible production installs, use a signed version tag instead of `main`.

## Configure

```bash
openclaw config set plugins.entries.sidewisp.config.setupToken sw_setup_REPLACE_ME
openclaw gateway restart
```

The setup token will be exchanged for a per-installation credential in the production implementation. Never commit a real token.

## Safety model

- No LLM, embedding, or inference calls.
- Outbound HTTPS only; no inbound port on the agent.
- No autonomous remediation or control of the observed agent.
- Future remediation is presented as a prompt for the user to review and manually send to the agent.
- Prompts, responses, files, credentials, and personal data are excluded from telemetry by default.

## Validate

```bash
npm test
npm run check
npm run pack:check
```

## License

MIT
tools

Comments

Sign in to leave a comment

Loading comments...