**Clay Agent Plugins** is a plugin marketplace from 📝Clay that connects AI coding agents to Clay's go-to-market data platform. It packages agent skills, MCP tools, and a clay CLI so assistants such as 📝Claude Code, 📝Codex, and 📝Cursor can search companies and people, run enrichment routines, and query Clay tables in natural language — without opening the Clay UI.
Published under Clay's clay-run GitHub organization, the repository is written primarily in shell and had 16 releases and 62 stars as of July 2026. Setup runs through a GETTING_STARTED guide covering clay login, PATH configuration, and choice of primitive — Search, Routines, or Tables. The design goal is autonomous chaining: an agent can, for example, find twenty Series B fintech companies in New York and retrieve each CEO's work email by composing two searches into a Clay-managed function, with no human in the loop.
Key Features
- Clay CLI — a
claycommand-line interface giving agents scripted access to Clay searches, enrichment routines, and tables from any terminal session. - Agent skills — packaged skills that teach Claude Code, Codex, and Cursor Clay's primitives and workflows.
- MCP tools — Model Context Protocol tools that expose Clay search and enrichment inside MCP-capable agents.
- Natural-language table queries — agents read and update Clay tables conversationally instead of through the UI.
