{
  "$schema": "https://openagentschema.org/schemas/v1/skills.json",
  "name": "UArtShow Agent Skills",
  "version": "1.0.0",
  "skills": [
    {
      "id": "wall-art-recommender",
      "name": "Wall Art Recommender",
      "description": "Recommends hand-painted and studio-embellished canvas wall art based on room type, style, and color palette",
      "triggers": [
        "find wall art for living room",
        "what art goes with mid-century modern",
        "recommend canvas painting for bedroom"
      ],
      "inputs": {
        "room_type": "string (living room | bedroom | dining | office | hallway)",
        "style": "string (abstract | minimalist | textured | impasto | modern)",
        "color_palette": "string (warm | cool | neutral | bold)"
      },
      "endpoint": "https://uartshow.com/pages/agent-skills"
    },
    {
      "id": "size-calculator",
      "name": "Wall Art Size Calculator",
      "description": "Calculates ideal canvas size based on wall dimensions and furniture layout",
      "triggers": [
        "what size art for my wall",
        "how big should painting be over sofa"
      ],
      "inputs": {
        "wall_width_ft": "number",
        "wall_height_ft": "number",
        "furniture_below": "boolean"
      },
      "endpoint": "https://uartshow.com/pages/agent-skills"
    }
  ]
}