Room

v2.0.1

Organize room inventory and maintenance schedules. Use when adding furniture items, tracking appliances, scheduling deep cleans, setting repair reminders.

0· 268·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/room.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Room" (bytesagain-lab/room) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/room
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install room

ClawHub CLI

Package manager switcher

npx clawhub@latest install room
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & 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
268downloads
0stars
3versions
Updated 1w ago
v2.0.1
MIT-0

Room

Terminal-first Room manager. Keep your home management data organized with simple commands.

Why Room?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
room help

# Check current status
room status

# View your statistics
room stats

Commands

CommandWhat it does
room addAdd
room inventoryInventory
room scheduleSchedule
room remindRemind
room checklistChecklist
room usageUsage
room costCost
room maintainMaintain
room logLog
room reportReport
room seasonalSeasonal
room tipsTips
room statsSummary statistics
room export<fmt> Export (json
room search<term> Search entries
room recentRecent activity
room statusHealth check
room helpShow this help
room versionShow version
room $name:$c entries
room Total:$total entries
room Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
room Version:v2.0.0
room Datadir: $DATA_DIR
room Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
room Disk:$(du -sh "$DATA_DIR" 2>/dev/null
room Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
room Status:OK
room [Room]add: $input
room Saved.Total add entries: $total
room [Room]inventory: $input
room Saved.Total inventory entries: $total
room [Room]schedule: $input
room Saved.Total schedule entries: $total
room [Room]remind: $input
room Saved.Total remind entries: $total
room [Room]checklist: $input
room Saved.Total checklist entries: $total
room [Room]usage: $input
room Saved.Total usage entries: $total
room [Room]cost: $input
room Saved.Total cost entries: $total
room [Room]maintain: $input
room Saved.Total maintain entries: $total
room [Room]log: $input
room Saved.Total log entries: $total
room [Room]report: $input
room Saved.Total report entries: $total
room [Room]seasonal: $input
room Saved.Total seasonal entries: $total
room [Room]tips: $input
room Saved.Total tips entries: $total

Data Storage

All data is stored locally at ~/.local/share/room/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...