Tools
Perspective Agents OpenClaw
OpenClaw plugin and QR setup helper for Perspective Agents
README
# Perspective Agents OpenClaw Plugin
This is the OpenClaw plugin for Perspective Agents. It bundles the `perspective-agents-setup` skill and installs the QR/setup-link helper used by the iPhone app.
Install on the OpenClaw server:
```bash
curl -fsSL https://raw.githubusercontent.com/Techopolis/Perspective-Agents-OpenClaw-Plugin/main/install.sh | bash
```
Then restart OpenClaw and run:
```bash
perspective-agents-setup
```
For no-Tailscale public VPS setup, the bundled skill documents the full flow: bind OpenClaw publicly, disable Bonjour on VPS, stop the old loopback bridge if present, open the gateway firewall port, and generate the QR code.
Installed layout:
- `openclaw.plugin.json`: OpenClaw plugin manifest
- `index.js`: minimal runtime plugin entry
- `skills/perspective-agents-setup/SKILL.md`: bundled OpenClaw skill
- `scripts/setup-link.mjs`: QR/setup-link command
tools
Comments
Sign in to leave a comment