Agents
Ready-made agent images on the GitHub Container Registry. Each one is an Agentfile baked into an OCI image β pull it, run it, talk to it.
Available agents
- base
ghcr.io/openotters/agents/base:latestMinimal openotters base agent β pinned runtime + model, no SOUL, no BINs. Inherit FROM ghcr.io/openotters/agents/base in your own Agentfile, then add CONTEXT and BIN directives. Useful as a stable parent so consumers don't have to track runtime / model bumps themselves.
5 tagsView - greeting
ghcr.io/openotters/agents/greeting:latestWarm, encouraging agent that replies in strict JSON
1 tagView - hass
ghcr.io/openotters/agents/hass:latestOperate a Home Assistant instance via its REST API. Use when the user wants to query entity state, call services, fire events, or watch state changes on a HA core instance β no Supervisor add-on required. Provides composed curl/jq/sh pipelines for reads, and long-running polling jobs for waiting on state changes.
1 tagView - meteo
ghcr.io/openotters/agents/meteo:latestWeather assistant using Open-Meteo API
1 tagView - pinger
ghcr.io/openotters/agents/pinger:latestTCP-port-80 reachability probe β pings any host the user names
1 tagView - reader
ghcr.io/openotters/agents/reader:latestFetches a URL via Jina Reader and summarises the article
1 tagView