← 返回 Skills 市场
bytesagain3

Furniture

作者 bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
281
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install furniture
功能描述
Track home furniture, schedule maintenance, and manage warranty details. Use when cataloging furniture, scheduling cleaning, or tracking warranty expiry dates.
使用说明 (SKILL.md)

Furniture

Furniture — a fast home management tool. Log anything, find it later, export when needed.

Why Furniture?

  • 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
furniture help

# Check current status
furniture status

# View your statistics
furniture stats

Commands

Command What it does
furniture add Add
furniture inventory Inventory
furniture schedule Schedule
furniture remind Remind
furniture checklist Checklist
furniture usage Usage
furniture cost Cost
furniture maintain Maintain
furniture log Log
furniture report Report
furniture seasonal Seasonal
furniture tips Tips
furniture stats Summary statistics
furniture export \x3Cfmt> Export (json
furniture search \x3Cterm> Search entries
furniture recent Recent activity
furniture status Health check
furniture help Show this help
furniture version Show version
furniture $name: $c entries
furniture Total: $total entries
furniture Data size: $(du -sh "$DATA_DIR" 2>/dev/null
furniture Version: v2.0.0
furniture Data dir: $DATA_DIR
furniture Entries: $(cat "$DATA_DIR"/*.log 2>/dev/null
furniture Disk: $(du -sh "$DATA_DIR" 2>/dev/null
furniture Last: $(tail -1 "$DATA_DIR/history.log" 2>/dev/null
furniture Status: OK
furniture [Furniture] add: $input
furniture Saved. Total add entries: $total
furniture [Furniture] inventory: $input
furniture Saved. Total inventory entries: $total
furniture [Furniture] schedule: $input
furniture Saved. Total schedule entries: $total
furniture [Furniture] remind: $input
furniture Saved. Total remind entries: $total
furniture [Furniture] checklist: $input
furniture Saved. Total checklist entries: $total
furniture [Furniture] usage: $input
furniture Saved. Total usage entries: $total
furniture [Furniture] cost: $input
furniture Saved. Total cost entries: $total
furniture [Furniture] maintain: $input
furniture Saved. Total maintain entries: $total
furniture [Furniture] log: $input
furniture Saved. Total log entries: $total
furniture [Furniture] report: $input
furniture Saved. Total report entries: $total
furniture [Furniture] seasonal: $input
furniture Saved. Total seasonal entries: $total
furniture [Furniture] tips: $input
furniture Saved. Total tips entries: $total

Data Storage

All data is stored locally at ~/.local/share/furniture/. 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 | [email protected]

安全使用建议
This skill appears to be a simple, offline CLI that stores data in ~/.local/share/furniture and does not ask for network access or credentials. Before installing, consider: 1) Inspect the rest of scripts/script.sh (the provided excerpt is consistent but longer file was truncated in the listing) to confirm there are no network calls (curl/wget/ssh) or execution of arbitrary remote code. 2) Note that entries are appended verbatim to log files — avoid entering or piping untrusted content if you are concerned about log-injection or malformed exports. 3) The tool will create and write files under your home directory; if you prefer, run it with limited filesystem permissions or in a controlled account. If you want extra assurance, run the script in a sandbox/container and review the full script for any hidden commands before adding it to your PATH.
功能分析
Type: OpenClaw Skill Name: furniture Version: 2.0.1 The Furniture skill is a local-only management tool for tracking household inventory and maintenance. The shell script (scripts/script.sh) implements basic logging, searching, and exporting functionality within a dedicated local directory (~/.local/share/furniture/) without any network access, credential exfiltration, or suspicious execution logic. The SKILL.md documentation accurately describes the tool's purpose and lacks any harmful prompt-injection instructions.
能力评估
Purpose & Capability
Name/description (track furniture, schedule maintenance, manage warranties) lines up with the included bash script and SKILL.md which implement a local CLI that logs entries and exports data. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs use of the local 'furniture' CLI and documents commands; the runtime instructions and script operate only on local files under $HOME/.local/share/furniture and standard UNIX utilities (grep, tail, du). The instructions do not request reading unrelated system files or sending data externally.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. A single bash script is included; it does not attempt to download or execute remote code in the visible portion. No package manager installs or remote downloads are present.
Credentials
The skill requires no credentials or special environment variables. It uses HOME implicitly to build a local data directory, which is appropriate for a desktop CLI storing local data.
Persistence & Privilege
always is false and model invocation is normal. The skill only creates/updates files in ~/.local/share/furniture and a history log; it does not modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install furniture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /furniture 触发
  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 furniture
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Furniture 是什么?

Track home furniture, schedule maintenance, and manage warranty details. Use when cataloging furniture, scheduling cleaning, or tracking warranty expiry dates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。

如何安装 Furniture?

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

Furniture 是免费的吗?

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

Furniture 支持哪些平台?

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

谁开发了 Furniture?

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

💬 留言讨论