SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents

What the SLOP Plugin Does
The SLOP plugin connects OpenClaw agents to the SLOP protocol, which exposes application state as structured, semantic data. Instead of relying on screenshots or guessing, agents get direct access to what's happening in applications.
Key Features
connected_appstool: Lists all discovered SLOP providers including desktop apps, CLI tools, and browser tabsapp_actiontool: Invokes contextual actions on any discovered app's state tree- Actions appear and disappear dynamically as application state changes (e.g., a "reply" action on a message, a "merge" action on a mergeable PR)
Installation
Install from the registry:
openclaw plugins install u/slop-ai/openclaw-pluginOr link locally for development:
openclaw plugins install --link /path/to/slop/packages/typescript/openclaw-pluginHow Discovery Works
The plugin automatically discovers SLOP providers through two mechanisms:
- The
~/.slop/providers/directory - A Chrome extension bridge
Any application that exposes a SLOP tree—whether it's a desktop app, CLI tool, or browser tab—shows up automatically without additional configuration.
Resources
The SLOP protocol has full specifications, SDKs in 4 languages, and working examples available at github.com/devteapot/slop. All code is MIT licensed.
📖 Read the full source: r/openclaw
👀 See Also

Pilot Protocol: Networking Layer for OpenClaw Agents
Pilot Protocol is an open-source networking layer that handles connectivity between OpenClaw agents across different machines. It provides permanent virtual addresses, encrypted UDP tunnels, and NAT traversal without VPNs or ngrok.

PaperclipAI: Open-source orchestration for zero-human companies
PaperclipAI is an open-source orchestration framework designed for fully automated companies. The project gained 14,000 GitHub stars in its first week of existence.

Claude Code Voice Mode: Hands-Free AI Conversations for Developers
Claude's voice mode beta lets you speak to the AI and hear responses, with hands-free and push-to-talk options. It works on web and mobile, counts toward regular usage limits, and allows switching between text and voice in the same conversation.

Eä: A SIMD Compiler for Python Written in Rust
A developer built Eä, a compiler for SIMD kernels in ~12k lines of Rust that generates shared libraries and Python wrappers from .ea files, achieving 6.6× speedups over NumPy without ctypes or build systems.