furniture-count

Counts and catalogs furniture items in staff quarters photos using vision analysis.

1|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/tapway/shogun-os --skill furniture-count-tapway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: furniture-count
Source: https://github.com/tapway/shogun-os/tree/main/industries/plantation/skills/furniture-count
Command: npx skills add https://github.com/tapway/shogun-os --skill furniture-count-tapway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Manually inspecting plantation staff quarters and recording furniture inventories is slow and inconsistent. This Skill automates the counting and condition-rating of furniture items from a photo, producing a structured JSON inventory without assessing cleanliness or site condition. ## Core Features & Use Cases - Vision-Based Furniture Inventory: Uses the vision_analyze tool to list every visible furniture item with quantity and condition (good/fair/poor). - Multi-Image Merging: Analyzes multiple photos separately, deduplicates overlapping items, and takes the worst condition rating across shots. - Structured JSON Output: Returns a furniture array, total item count, and a one-line summary ready for downstream inspection pipelines. - Use Case: A plantation supervisor photographs a staff quarters room; the Skill returns an inventory like 2 beds, 1 table, 2 chairs, 1 locker with condition ratings, which the site-inspection-storage skill then archives. ## Quick Start Send a photo of the staff quarters room and ask the agent to count the furniture in this image.

Frequently Asked Questions about furniture-count

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I count furniture in a room photo with AI?

Provide an image file of the room and the Skill runs a vision_analyze prompt focused only on furniture. It returns a JSON inventory listing each item with quantity and a good/fair/poor condition rating.

What furniture items does the vision analysis look for?

The standard checklist includes bed, mattress, study table, chair, locker or wardrobe, ceiling fan, and shelf. Items not visible in the photo are omitted, and structural elements like doors and windows are excluded.

Can I analyze multiple photos of the same room?

Yes. Each photo is analyzed separately, then counts are merged with deduplication for overlapping shots. If the same item shows different conditions across photos, the worst rating is kept.

Does this skill assess cleanliness or building condition?

No. Cleanliness assessment belongs to the cleanliness-check skill and structural condition to site-condition-check. This skill returns only the furniture inventory and does not store reports.

What happens when furniture count is uncertain from the camera angle?

The Skill notes "at least N" for items whose count cannot be confirmed from the available angle, rather than guessing. Partially obscured but identifiable items are still counted.