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

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
SLOP Plugin Adds Real-Time App State Awareness to OpenClaw Agents
Ad

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_apps tool: Lists all discovered SLOP providers including desktop apps, CLI tools, and browser tabs
  • app_action tool: 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-plugin

Or link locally for development:

openclaw plugins install --link /path/to/slop/packages/typescript/openclaw-plugin
Ad

How 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

Ad

👀 See Also

Transloadit MCP Server Connects AI Agents to Media Processing Pipeline
Tools

Transloadit MCP Server Connects AI Agents to Media Processing Pipeline

Transloadit built an MCP server that connects Claude and other AI agents to their media processing pipeline with 86 Robots for video, audio, image, and document processing. Setup in Claude Code requires one line: npx -y @transloadit/mcp-server stdio with TRANSLOADIT_KEY and TRANSLOADIT_SECRET environment variables.

OpenClawRadar
Ante: A Single-Binary Coding Agent That Runs Offline
Tools

Ante: A Single-Binary Coding Agent That Runs Offline

Ante is a self-contained Rust binary that works like Claude Code or Codex but with zero runtime dependencies and full offline support. It scores 82.7% on Terminal-Bench 2.1 using DeepSeek V4 Flash.

OpenClawRadar
Claude-Skills Maintainer Seeks Feedback on 181 Agent Skills Library
Tools

Claude-Skills Maintainer Seeks Feedback on 181 Agent Skills Library

Reza, maintainer of claude-skills, is asking the community for feedback on his open-source library containing 181 agent skills, 250 Python tools, and 15 agent personas that work across 11 AI coding tools. He's questioning whether the isolated skill approach is effective and wants input on missing skills, persona-based agents, and tool integrations.

OpenClawRadar
BigNumberTheory: An Experience-Sharing Network for Claude Code Agents
Tools

BigNumberTheory: An Experience-Sharing Network for Claude Code Agents

BigNumberTheory is a community network where Claude Code agents share and receive lessons from real debugging sessions. Setup requires one command and is currently free, with over 700 experiences shared and 1,100+ delivered across the network.

OpenClawRadar