cleanliness-check

Assess cleanliness of plantation staff quarters from photos using vision analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Site inspectors need a consistent, objective way to rate the cleanliness of plantation staff quarters from photos without manually scoring each surface or mixing up cleanliness with structural condition. ## Core Features & Use Cases - Per-Surface Cleanliness Rating: Rates floor, walls, bedding, and surfaces on a good/moderate/poor scale using a vision model, returning structured JSON output. - Multi-Photo Handling: Analyzes multiple photos separately and takes the worst rating per surface, noting which photo showed each issue. - Clear Scope Boundaries: Focuses only on cleanliness — it does not count furniture, assess structural condition, or store reports, making it safe to run as one of three parallel inspection checks. - Use Case: A plantation supervisor photographs a staff quarters room and asks for a cleanliness rating; the skill returns per-surface ratings plus an overall summary like "Floor needs sweeping, bedding needs changing — overall moderate cleanliness." ## Quick Start Send a photo of the staff quarters and ask the agent to check the cleanliness of this room.

Frequently Asked Questions about cleanliness-check

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

FAQPage Schema
How do I assess room cleanliness from a photo with AI?

Provide an image file of the room and the skill runs a vision analysis prompt that rates floor, walls, bedding, and surfaces individually. It returns a JSON object with per-surface ratings and an overall cleanliness summary.

What output format does the cleanliness assessment return?

The assessment returns a JSON object with a cleanliness field containing ratings for floor, walls, bedding, surfaces, and overall, plus a human-readable summary string describing the key issues found.

Can I analyze multiple photos of the same room?

Yes, each photo is analyzed separately via the vision tool. The skill takes the worst rating across photos for each surface and notes which photo showed each issue.

Does the cleanliness check also count furniture or assess structural damage?

No, it only rates cleanliness. Furniture counting is handled by the furniture-count skill, structural condition by site-condition-check, and report storage by site-inspection-storage.

What happens if a surface is not visible in the photo?

The surface is rated as "not visible" rather than guessed. For example, if the floor is out of frame, the output states "floor not visible" instead of assigning a rating.