Agent Skill

Teach AI coding agents to operate your PaaS safely.

The bundled Agent Skill is a formal SKILL.md that turns any compatible coding agent into an operator — the same tooling the MCP server exposes, but as instructions the agent can read and reason over instead of endpoints.

What it contains#

  • Every MCP tool, the REST API syntax, and the permission model.
  • Step-by-step workflows for the common operations: deploy, roll back, inspect logs, manage networks, run backups.
  • The one rule for compose persistence (${ZENSAILOR_DATA_PATH}) — see Persistence and Volumes.

Install#

Download it from API Documentation → Download Agent Skill inside your instance, then install for your agent:

  • Codex: .codex/skills/zensailor/SKILL.md
  • Any agent that reads AGENTS.md: paste the skill's content into it
  • Editor rules files: reuse the same instructions

Because the skill states the permission boundaries, agents know which operations (redeploy, proxy restarts) are destructive and should ask before running — the same boundary the MCP tools mark client-side.