
matrixy skills on Remote OpenClaw
3 skills published by matrixy. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
agent-browser
Headless browser automation CLI built for AI agent workflows. Takes accessibility tree snapshots of web pages and exposes interactive elements as stable refs (like @e2, @e3) for deterministic targeting. Supports isolated sessions, saved auth state, and network interception.
audio-reply
Converts Claude responses to spoken audio using the MLX Audio chatterbox-turbo TTS model running locally on macOS. Accepts a public URL to fetch and read aloud, or generates a conversational spoken reply for any topic. Trigger phrases include "read it to me", "talk to me", "voice reply", and "say it".
agent-registry
Agent Registry is a lazy-loading discovery system for Claude Code agents. Instead of loading all agents upfront, it indexes them and loads only what's needed for a given task. Reduces context window usage by roughly 95% compared to loading all agents at startup.