# AGENTS.md - Supabase CLI

You are being asked to install or use the Supabase CLI from the Printing Press library.

## What it is

supabase-pp-cli is an agent-native command line tool for Supabase. Every Supabase runtime endpoint — PostgREST CRUD, Auth Admin, Storage objects, Edge Function invoke — plus the...
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install supabase

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-supabase --force

OpenClaw:

    clawhub install printing-press-library/supabase

## MCP server

This CLI ships an MCP server (supabase-pp-mcp) with 162 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call supabase-pp-cli from the shell, or use the /pp-supabase skill inside an agent.
Run supabase-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/supabase
- Library page: https://printingpress.dev/library/developer-tools/supabase
- This file: https://printingpress.dev/documentation/supabase/agents.md
