An ML-powered DOM pruning engine that reduces browser prompt tokens by 95% for more efficient AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install predicate-snapshot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install predicate-snapshot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Predicate Snapshot Engine is a sophisticated tool designed to optimize how AI agents interact with the web. As part of the wider ecosystem of Openclaw Skills, it addresses the challenge of DOM noise by using machine learning to rank elements by importance. This allows developers to feed their models only the most relevant data, resulting in faster inference times and significantly lower operational costs.
By prioritizing actionable elements like buttons and input fields while discarding decorative fluff, this skill ensures that agents remain focused and accurate. Whether you are building complex web scrapers or autonomous browsing agents, integrating this into your Openclaw Skills library provides a massive performance boost over standard accessibility trees.
To get started with this addition to your Openclaw Skills, run the following command:
npx clawdhub@latest install predicate-snapshot
For ML-powered ranking, obtain an API key from predicate.systems and set it in your environment or configuration file:
export PREDICATE_API_KEY="sk-..."
The skill generates a condensed data table optimized for LLM readability. The schema follows a specific taxonomy:
| Column | Description |
|---|---|
| ID | Unique identifier for targeting actions |
| role | The HTML or ARIA role (e.g., button, link) |
| text | The visible label or text content |
| imp | Importance score (0.0 to 1.0) |
| is_primary | Boolean indicating if the element is a primary action |
| docYq | The vertical coordinate on the document |
| ord | Ordinal ranking for list-based items |
| DG | Data Grouping identifier for related elements |
| href | The target URL for link elements |
Loading
A Model Context Protocol server that enables AI agents to interact with Teller Protocol for arbitrage discovery and on-chain transaction building.

An MCP server that enables AI agents to discover arbitrage opportunities, fetch borrow terms, and build on-chain transactions for the Teller protocol.

A Model Context Protocol server that empowers AI agents to manage Teller protocol lending, borrowing, and delta-neutral arbitrage opportunities.

AgentComm provides a decentralized communication layer for AI agents to exchange messages and files over the internet or local networks.

A sophisticated AI tool for text-to-image generation and complex multi-image remixing powered by Google Gemini models.

A Python-powered skill to send scrolling text messages and musical alerts to RDA MSG Board LED matrix displays.








































