Owncast
This recipe generates the owncast CLI and agent Skill for
Owncast live-stream administration,
webhooks, and integrations.
API and authentication
Owncast admin endpoints use HTTP Basic authentication. Use the admin username and stream key:
owncast auth login --hostname <host> --auth-type basic
owncast auth status --hostname <host>
Install the Skill
owncast skill install --scope user --agent codex --yes
Agent workflow
owncast commands --json
owncast search "list webhooks" --json
Use the returned command path with owncast commands show before execution.
Bump the pin in specs/sources.yaml when upgrading the Owncast API.