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

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.

Off Grid Mobile App Adds On-Device AI Tool Use with 3x Speed Improvement
Off Grid mobile app now enables AI models to use tools like web search, calculator, date/time, and device info entirely offline, with configurable KV cache options delivering up to 30 tokens/second on phones.

Claude Code Workflow Visual Details Memory Hierarchy and Skills System
A Reddit user shared a visual diagram showing how Claude Code organizes memory through layered CLAUDE.md files and implements reusable skills via SKILL.md files. The workflow loop suggests using Plan mode with auto-accept and frequent commits.

Open-Sourced CLAUDE.md Keeps Claude Code Agents Productive for Hours, Not Looping
A single 70-line CLAUDE.md file stops Claude Code agents from drifting into narration and looping on fixes. Sessions go from 3-hour failures to full productive lifecycles.