← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tidy
Description
Full-featured AI property management — addresses, cleanings, reservations, tasks, pros, and natural language messaging.
Usage Guidance
This skill appears to do what it says: it requires the tidy-request CLI and a TIDY_API_TOKEN to call tidy.com's REST and MCP APIs. Before installing or providing a token: (1) verify you trust the tidy-request binary source (brew tap or npm package) and inspect it if possible; (2) prefer setting the TIDY_API_TOKEN as an environment variable instead of leaving credentials on disk, and be aware the docs say tokens do not expire and old tokens remain valid — rotate/revoke tokens if compromised; (3) only add the MCP endpoint to other clients (e.g., Claude Desktop) if you intend to integrate TIDY with those applications; and (4) limit the token's use to machines/users you trust. If you want a stronger assurance, ask the publisher for documentation about token scopes, revocation, and the tidy-request project's source code/release artifacts before proceeding.
Capability Analysis
Type: OpenClaw Skill
Name: tidy
Version: 1.1.0
The 'tidy' skill is a legitimate integration for the TIDY property management platform, providing tools for managing addresses, cleanings, and guest reservations via a REST API and MCP server. It follows standard security practices for CLI tools, such as storing credentials in `~/.config/tidy/credentials` and using environment variables for tokens. All documented endpoints and installation instructions point to official domains (tidy.com, npmjs.com), and no evidence of malicious behavior, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (AI property management) matches the requested artifacts: tidy-request CLI binary and a TIDY_API_TOKEN. Required binaries and env var are appropriate for calling the TIDY REST/MCP APIs described in the SKILL.md.
Instruction Scope
Runtime instructions stay within the domain of TIDY's APIs and CLI. The SKILL.md does instruct the user to modify third-party client config (e.g., add the MCP server to Claude Desktop's config) and references storing credentials at ~/.config/tidy/credentials; modifying other app config is expected for integration but is a broader scope than purely calling an API and should be done intentionally by the user.
Install Mechanism
This is an instruction-only skill with no install spec. The docs recommend installing tidy-request via a Homebrew tap or npm -g, which is typical for a CLI; nothing in the skill attempts to download or execute arbitrary code automatically.
Credentials
Only TIDY_API_TOKEN is required, which is proportionate. However the docs state tokens do not expire and are not invalidated on re-login, and the CLI stores credentials in ~/.config/tidy/credentials by default — these are security considerations (long-lived credential, on-disk storage) the user should weigh before supplying the token.
Persistence & Privilege
The skill does not request 'always: true' or elevated privileges. It does instruct users how to add the MCP endpoint to other clients' configuration files (e.g., Claude Desktop), which is a normal integration step but modifies other applications' config and should be done explicitly by the user.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tidy - After installation, invoke the skill by name or use
/tidy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add OpenClaw-compatible metadata, bundled reference docs, and keyword tags for ClawHub discoverability
v1.0.0
Initial release of the TIDY skill — an AI-powered property management platform.
- Provides full-featured access to TIDY for managing properties, cleanings, reservations, maintenance, pros, and more.
- Supports natural language requests for property tasks via CLI, API, and MCP protocol.
- Includes comprehensive authentication flows (sign up/login with tokens).
- Offers detailed documentation for both CLI and API usage.
- Exposes an MCP server for integration with desktop clients and coding tools.
- Covers property, booking, task, guest reservation, and professional management endpoints.
Metadata
Frequently Asked Questions
What is Tidy?
Full-featured AI property management — addresses, cleanings, reservations, tasks, pros, and natural language messaging. It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install Tidy?
Run "/install tidy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tidy free?
Yes, Tidy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tidy support?
Tidy is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux).
Who created Tidy?
It is built and maintained by mchusma (@mchusma); the current version is v1.1.0.
More Skills