Cleaning And Maintenance
v1.0.0Schedule cleanings, manage maintenance tasks, check availability, and add service professionals with TIDY.
⭐ 0· 52·0 current·0 all-time
by@mchusma
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions: all calls target tidy.com public-api endpoints and the single required env var is TIDY_API_TOKEN, which is appropriate for a TIDY integration.
Instruction Scope
SKILL.md contains concrete curl examples for listing/creating/updating jobs and tasks and only requires the TIDY bearer token; it does not instruct the agent to read unrelated files, other env vars, or send data to unexpected endpoints.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes disk-write risk. The docs use curl in examples (common for REST APIs) but no installer is required.
Credentials
Only one credential is required (TIDY_API_TOKEN) and it is the declared primary credential. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills or system-wide settings.
Assessment
This skill appears to be a straightforward TIDY API wrapper and only needs your TIDY_API_TOKEN. Before installing, confirm the homepage (https://tidy.com) is legit and that the token you provide is scoped appropriately (use a least-privilege or service-specific token if available). Note that the skill will make network requests to public-api.tidy.com using that token — treat it as a long-lived secret (the doc says tokens do not expire). If you are concerned about accidental leaks, rotate or revoke the token after testing, and avoid providing high-privilege account credentials. Because this is an instruction-only skill (no code bundled), there is less local risk, but network-exposed credentials remain sensitive.Like a lobster shell, security has layers — review code before you run it.
latestvk971vjar6cw1fasmpnsv8z7tzd83wrj7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧹 Clawdis
EnvTIDY_API_TOKEN
Primary envTIDY_API_TOKEN
