agent-zero
Installation
SKILL.md
AgentZero Skill
AgentZero is a personal real estate listing tracker. Backend at http://localhost:8000.
Prerequisites
Before using this skill, ensure the following are in place:
| Requirement | Details |
|---|---|
| AgentZero backend | Must be running at http://localhost:8000 (Rust/Axum). Start with ./scripts/run_backend.sh in the project directory. |
| ANTHROPIC_API_KEY | Required for automatic listing triage. Set in your environment before starting the backend. Get your key at console.anthropic.com. |
| himalaya | CLI email client — must be installed (brew install himalaya or similar) and configured with your Gmail account via IMAP. Config at ~/.config/himalaya/config.toml. |
| himalaya credentials | Gmail app password or OAuth token stored in keychain. Required for the Daily Email Scan workflow. |
| openclaw browser | Used by the Daily Email Scan to open Gmail and click listing links. Start with openclaw browser --browser-profile openclaw start. |
| AgentZero frontend (optional) | Vite UI at http://localhost:5173 for reviewing listings. Start with ./scripts/run_frontend.sh. |