Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.openhome.com/llms.txt

Use this file to discover all available pages before exploring further.

Every Ability on OpenHome falls into one of four categories. Knowing which type you are building determines your architecture, your trigger strategy, and how users experience the feature.

The four categories

CategoryBehavior
SkillTriggered by a hotword. Runs a flow, exits. The original ability pattern.
Brain SkillThe Personality’s brain decides when to invoke it — data lookups, tool use, delegated actions. No explicit trigger.
Background DaemonStarts automatically when a call begins and runs continuously for the whole session. Used for monitoring, alarms, ambient intelligence.
LocalRuns as a Local Ability on OpenHome DevKit hardware.