← Back to Skills Marketplace
bytesagain3

Furniture

by bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
281
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install furniture
Description
Track home furniture, schedule maintenance, and manage warranty details. Use when cataloging furniture, scheduling cleaning, or tracking warranty expiry dates.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install furniture
  3. After installation, invoke the skill by name or use /furniture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
Metadata
Slug furniture
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Furniture?

Track home furniture, schedule maintenance, and manage warranty details. Use when cataloging furniture, scheduling cleaning, or tracking warranty expiry dates. It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.

How do I install Furniture?

Run "/install furniture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Furniture free?

Yes, Furniture is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Furniture support?

Furniture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Furniture?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.

💬 Comments