app.nz Agent Skills
July 24, 2026 · View on GitHub
Open-source Agent Skills for deploying applications, open models, and coding agents on app.nz.
Available skill
appnz-hosting— inspect, configure, deploy, and verify static sites, server apps, scale-to-zero Cogs, coding-agent jobs, the model gateway, and MCP.
The skill follows the portable SKILL.md format used by Codex, Claude Code, Hermes Agent, Cursor, and other compatible agents.
Install
Clone the repository and copy or link skills/appnz-hosting into your agent's skills directory:
git clone https://github.com/lee101/appnz-agent-skills.git
mkdir -p .agents/skills
cp -R appnz-agent-skills/skills/appnz-hosting .agents/skills/
For Hermes Agent:
mkdir -p ~/.hermes/skills
cp -R appnz-agent-skills/skills/appnz-hosting ~/.hermes/skills/
The skill does not contain credentials. Create an API key at app.nz/account, then authenticate with app login or the APP_API_KEY environment variable.
License
MIT