> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-en/skills.md).

# Skills

The Skills feature lists various integrations that can be connected to the nomos system Controller to enable additional functions or compatibilities.

These Skills allow you to integrate a wide range of smart home devices and services, managing them centrally through the nomos user interface.

All communication protocols listed in the Skills are fully compatible with nomos.

## Building Automation

* [KNX](/nomos-system/integrator-en/skills/knx.md)
* [Wiser by Feller](/nomos-system/integrator-en/skills/wiser-by-feller.md)
* [Lutron](/nomos-system/integrator-en/skills/lutron.md)
* [Zeptrion](/nomos-system/integrator-en/skills/zeptrion.md)
* [free@home](/nomos-system/integrator-en/skills/free-home.md)
* [DMX/Art-Net™](/nomos-system/integrator-en/skills/dmx.md)

## Wireless Protocols

* [ZigBee](/nomos-system/integrator-en/skills/zigbee.md)
* [Z-Wave](/nomos-system/integrator-en/skills/z-wave.md)
* [Matter](/nomos-system/integrator-en/skills/matter.md)
* [MQTT](/nomos-system/integrator-en/skills/mqtt.md)

## Smart Devices

* [Philips Hue](/nomos-system/integrator-en/skills/philips-hue.md)
* [Sonos](/nomos-system/integrator-en/skills/sonos.md)
* [Spotify](/nomos-system/integrator-en/skills/spotify.md)
* [Miele](/nomos-system/integrator-en/skills/miele.md)
* [Home Connect](/nomos-system/integrator-en/skills/home-connect.md)
* [Netatmo](/nomos-system/integrator-en/skills/netatmo.md)
* [Nuki](/nomos-system/integrator-en/skills/nuki.md)
* [Husqvarna](/nomos-system/integrator-en/skills/husqvarna.md)
* [AppleTV](/nomos-system/integrator-en/skills/appletv.md)

## Platforms & Assistants

* [HAP (Apple HomeKit)](/nomos-system/integrator-en/skills/hap-apple-homekit.md)
* [MCP](/nomos-system/integrator-en/skills/mcp.md)

## Network & Extensions

* [Ping](/nomos-system/integrator-en/skills/ping.md)
* [Addons](/nomos-system/integrator-en/skills/addons.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.nomos-system.com/nomos-system/integrator-en/skills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
