TIDY Concierge
The Concierge combines our AI agent with 24/7 humans to help.
AI can make mistakes. Please verify important information.
Agent Skills
TIDY agent skills are pre-built instruction sets that teach AI agents how to manage properties through TIDY. Install a skill and your agent immediately understands how to schedule cleanings, manage turnovers, report maintenance issues, and more.
Quick Install
Install all TIDY skills with one command:
npx skills add TIDYAPP/tidy-agent-skillsOr install a specific skill:
# For vacation rental / short-term rental management
npx skills add TIDYAPP/tidy-agent-skills --skill tidy-vacation-rental
# For general cleaning & maintenance management
npx skills add TIDYAPP/tidy-agent-skills --skill tidy-cleaning-maintenanceAvailable Skills
tidy-vacation-rental
For: Airbnb hosts, VRBO managers, vacation rental operators, property managers with guest turnover.
This skill teaches your agent to:
- Track guest reservations (check-in/check-out)
- Auto-schedule turnover cleanings based on checkout times
- Manage pre-arrival preparation and post-departure cleanup
- Coordinate multi-property turnovers
- Manage to-do checklists for turnovers
tidy-cleaning-maintenance
For: Homeowners, office managers, building managers — anyone who needs recurring cleaning or maintenance tracking without guest turnover cycles.
This skill teaches your agent to:
- Book one-time or recurring cleanings
- Report and track maintenance issues
- Manage service professionals
- Check availability and market pricing
- Set up properties with access notes and parking info
Compatible Agents
TIDY skills work with any agent that supports the skills.sh ecosystem:
- Claude Code
- Codex CLI
- Gemini CLI
- Cursor
- Claude Desktop
- Windsurf
- GitHub Copilot
- OpenClaw
How Skills Work
Skills are markdown instruction files that get loaded into your agent's context. They contain:
- Workflow knowledge — How to think about property management tasks (e.g., "a guest checks out Saturday, schedule the turnover clean, prepare for Sunday check-in")
- API patterns — Which endpoints to call and in what order
- Authentication — How to handle the
TIDY_API_TOKENenvironment variable - Example scenarios — Common requests with expected responses
Available On
| Marketplace | Install Method |
|---|---|
| skills.sh | npx skills add TIDYAPP/tidy-agent-skills |
| SkillsMP | Auto-discovered from GitHub |
| LobeHub | Search for "TIDY" in the marketplace |
| SkillHub | Search for "TIDY" in the marketplace |
| ClawHub | Search for "TIDY" in the marketplace |
Authentication
Skills use the TIDY_API_TOKEN environment variable. Set it before starting your agent:
export TIDY_API_TOKEN=your-api-tokenSee the Authentication guide for how to obtain a token.
Next Steps
- Agent Skills overview page
- MCP Server setup — Combine skills with MCP for the best agent experience
- API Introduction — Understand the underlying REST API