> 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-nl/skills.md).

# Skills

In de Skills-functie zijn verschillende integraties opgesomd die met de nomos system Controller verbonden kunnen worden om extra functies of compatibiliteit mogelijk te maken.

Deze Skills bieden de mogelijkheid om een verscheidenheid aan smart home-apparaten en -diensten te integreren en deze centraal te bedienen via de gebruikersinterface van nomos. Alle in de Skills vermelde communicatieprotocollen zijn 100% compatibel met nomos.

## Gebouwautomatisering

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

## Draadloze protocollen

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

## Slimme apparaten

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

## Platformen & assistenten

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

## Netwerk & uitbreidingen

* [Ping](/nomos-system/integrator-nl/skills/ping.md)
* [Addons](/nomos-system/integrator-nl/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-nl/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.
