Room
v2.0.1Organize room inventory and maintenance schedules. Use when adding furniture items, tracking appliances, scheduling deep cleans, setting repair reminders.
⭐ 0· 184·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (room inventory and maintenance) align with the included script and SKILL.md. The script implements add/inventory/schedule/remind/etc and stores entries locally; nothing requested or included appears unrelated to the stated purpose.
Instruction Scope
SKILL.md instructs CLI usage and documents local storage at ~/.local/share/room. The runtime script reads/writes only that data directory and uses standard shell utilities (grep, tail, cat, du). There are no instructions to read unrelated system files, pull credentials, or transmit data.
Install Mechanism
No install spec is present (instruction-only behavior plus an included script). No downloads, package installs, or archive extraction are requested. Risk from installation actions is minimal.
Credentials
No environment variables, credentials, or config paths are required. The script uses HOME to build a per-user data directory (~/.local/share/room), which is proportional to its function.
Persistence & Privilege
The skill does not request permanent/always-on privileges. It writes only to its own data directory and history log; it does not modify other skills or global agent config. Agent autonomous invocation is allowed but is the platform default.
Assessment
This skill appears to do what it says: a local command-line room manager that stores data in ~/.local/share/room and does not ask for credentials or network access. Before installing, consider: (1) review the remainder of scripts/script.sh (the provided display was truncated) to confirm there are no unexpected network calls or shelling-out to unknown endpoints; (2) confirm the skill is run with your intended user permissions (it writes to your home directory); (3) inspect or set secure permissions on ~/.local/share/room if you store sensitive notes; and (4) run the script in a sandbox or test account if you want to observe behavior before trusting it with important data.Like a lobster shell, security has layers — review code before you run it.
latestvk975b6yfh7qx6akyfgsma10ktx835zmz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
