← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vacation-property-management
Description
Manage vacation rental properties, guest reservations, and cleaning checklists with the TIDY platform.
Usage Guidance
This skill appears to do what it says: call the TIDY API using a TIDY_API_TOKEN. Before installing, verify tidy.com is the real vendor and that the token you supply has the minimum needed permissions (prefer scoped or readonly tokens if available). Don't paste your real token into chat or public places; store it in a secure secret manager and rotate it if it's long-lived. Confirm the SKILL.md claim that "Tokens do not expire" with TIDY — long-lived tokens increase risk if leaked. If you allow the agent to invoke this skill autonomously, be aware it can create/update/delete addresses and reservations using that token; consider testing with a sandbox account first.
Capability Analysis
Type: OpenClaw Skill
Name: vacation-property-management
Version: 1.0.0
The skill bundle provides legitimate documentation and instructions for an AI agent to interact with the TIDY property management API (public-api.tidy.com). It includes standard operations for managing addresses, reservations, and cleaning checklists, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description expect a TIDY API integration and the only declared requirement is TIDY_API_TOKEN; all endpoints referenced are under public-api.tidy.com and align with property, reservation, and to-do list management.
Instruction Scope
SKILL.md contains only curl examples and API endpoint usage against tidy.com and instructs using the TIDY_API_TOKEN env var. It does not instruct reading other files or unrelated environment variables. Note: the doc includes signup/login examples (with example passwords) and states "Tokens do not expire," which is a security/usability detail you may want to verify with the vendor.
Install Mechanism
No install spec and no code files — instruction-only reduces surface area; nothing is downloaded or written to disk by the skill itself.
Credentials
Only a single credential (TIDY_API_TOKEN) is required, which is proportionate to an API integration. Consider that this token may grant broad account privileges (create/delete addresses and reservations), so verify token scope and rotate/store it securely.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system-wide changes; it does enable API actions when invoked. Autonomous invocation is allowed by default on the platform but not unusually privileged here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vacation-property-management - After installation, invoke the skill by name or use
/vacation-property-management - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Vacation Property Management — TIDY, version 1.0.0
- Initial release for managing vacation rental properties through the TIDY platform.
- Features include property (address) management, guest reservations, and cleaning checklists via API.
- Supports authentication with bearer token.
- Provides endpoints for CRUD operations on properties and reservations.
- Includes support for natural language requests and CLI alternatives.
- Detailed error handling and usage instructions provided.
Metadata
Frequently Asked Questions
What is Vacation Property Management?
Manage vacation rental properties, guest reservations, and cleaning checklists with the TIDY platform. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Vacation Property Management?
Run "/install vacation-property-management" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Vacation Property Management free?
Yes, Vacation Property Management is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Vacation Property Management support?
Vacation Property Management is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Vacation Property Management?
It is built and maintained by mchusma (@mchusma); the current version is v1.0.0.
More Skills