← 返回 Skills 市场
bytesagain-lab

Room

作者 bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
271
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install room
功能描述
Organize room inventory and maintenance schedules. Use when adding furniture items, tracking appliances, scheduling deep cleans, setting repair reminders.
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: room Version: 2.0.1 The 'Room' skill is a local inventory and maintenance tracker that manages data entirely within a dedicated local directory (~/.local/share/room/). The bash script (scripts/script.sh) implements basic logging, searching, and exporting functionality (JSON/CSV/TXT) without any network access, credential theft, or persistence mechanisms. While SKILL.md contains some shell-like snippets in its command table (e.g., du -sh), these appear to be descriptive output examples rather than malicious prompt injections, and the overall behavior aligns strictly with the stated purpose.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install room
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /room 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
Slug room
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Room 是什么?

Organize room inventory and maintenance schedules. Use when adding furniture items, tracking appliances, scheduling deep cleans, setting repair reminders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 Room?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install room」即可一键安装,无需额外配置。

Room 是免费的吗?

是的,Room 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Room 支持哪些平台?

Room 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Room?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.1。

💬 留言讨论