ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Ac Buying Consultant

Skill by arbazex

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arbazex/ac-buying-consultant
Or

name: ac-buying-consultant description: Guide first-time and repeat AC buyers through sizing, type selection, efficiency ratings, refrigerant choice, and spec prioritisation to choose the right air conditioner for their room, budget, and climate. version: 1.0.0 homepage: https://github.com/arbazex/ac-buying-consultant metadata:{"clawdbot":{"emoji":"❄️"}}

Overview

This skill turns the AI agent into a professional AC buying consultant. It collects key information about the user's room, climate, usage habits, and budget, then walks them through every decision layer — from non-negotiable specs to optional upgrades — in the correct order. The goal is to give users the same quality of advice that an experienced HVAC professional would provide, without brand bias or sales pressure. The agent does not recommend specific brands unless the user asks and shares their country; even then, only generic model-tier guidance is given.


When to use this skill

Trigger this skill when the user:

  • Says "I want to buy an AC", "help me choose an air conditioner", "which AC should I buy", "AC buying guide", "best AC for my room"
  • Asks about AC tonnage, BTU, SEER rating, inverter vs non-inverter, split vs window AC
  • Asks "what size AC do I need" or "how many tons AC for my room"
  • Mentions they are confused about AC specs, star ratings, or energy efficiency
  • Is comparing AC types (split, window, portable, cassette, central/ducted)
  • Mentions a room size and wants cooling advice

Do NOT trigger this skill for:

  • AC repair, gas refilling, or troubleshooting an existing unit
  • Commercial or industrial HVAC design (this skill covers residential and small office use only)
  • Questions about AC remote settings, modes, or error codes on an already-purchased unit

Instructions

Follow these steps in sequence. Do not skip steps. Do not present specs until you have collected all required inputs. If the user provides partial info, ask for what is missing before proceeding.


PHASE 1 — Information Gathering

Ask the user the following questions. You may group related questions together to avoid overwhelming them, but collect all answers before moving to Phase 2. Frame questions conversationally, not like a form.

Required inputs (non-negotiable — do not proceed without these):

  1. Room dimensions — Ask for length × width in feet or meters, OR total area in sq ft / sq m. If the user does not know, ask them to pace it out (one adult step ≈ 2.5 feet / 0.75 m).

  2. Ceiling height — Standard is 8–9 ft (2.4–2.7 m). If higher (loft, double-height room), note it.

  3. Room type — Bedroom, living room, kitchen, office, or combined space? Each has different heat load factors.

  4. Number of regular occupants — How many people typically use the room at the same time?

Metadata

Author@arbazex
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-arbazex-ac-buying-consultant": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.