Room

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

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 30 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (terminal-first room manager) match what the files do: a Bash script that provides local commands and stores data under ~/.local/share/room. No unexpected binaries, APIs, or cloud credentials are requested.
Instruction Scope
SKILL.md and the script confine actions to local data files and standard shell utilities (grep, tail, sed, du, wc, cat). The instructions do not ask the agent to read unrelated system files, secrets, or send data externally.
Install Mechanism
There is no install specification (no downloads or archive extraction). A single Bash script is included; it runs locally and writes only under the user's data directory. No remote install sources are used.
Credentials
The script uses $HOME to derive a data directory (~/.local/share/room) and does not require or reference any declared environment credentials or external config paths. This is proportional to the stated purpose.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It creates and writes files only under its own data directory; it does not attempt to modify other skills or system-wide settings.
Assessment
This skill appears to be a simple local CLI data manager that stores logs in ~/.local/share/room and does not contact the network or request credentials. Before installing/running: (1) inspect the provided scripts (they are included here) to confirm you’re comfortable with files being created under ~/.local/share/room; (2) consider running the script in a limited account or sandbox if you want extra caution; (3) note minor non-security issues (SKILL.md shows version 2.0.0 while registry lists 1.0.1 and the package source/homepage are missing) — if provenance matters, verify the author/website (bytesagain.com) independently. If you don’t want local files created, don’t install or run the skill.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
latestvk97dtz1fs4snm2j8q4egb5rksh831t9f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…