--- project: name: AI Assistant Configuration status: active category: configuration source: live-verification created: 2026-01-06 updated: 2026-04-23 description: OpenCode agent configuration, skills, and storage workflows tags: [ai, assistant, configuration, opencode] --- # AI Assistant Configuration ## OpenCode Cluster | Instance | Host | Port | Status | Updated | |----------|------|------|--------|---------| | ubuntu | 192.168.50.61 | 4096 | Active (systemd) | 2026-04-23 | | ice | 192.168.50.197 | 4096 | Active (systemd) | 2026-04-23 | | grizzley | 192.168.50.84 | 4096 | Inactive/disabled | 2026-04-23 | ## Host Context Detection Each host clone has a `.host-context` file that identifies the local context. ```bash python3 scripts/detect_host_context.py ``` See [[host-context.md|Host Context Detection]] for details. ## Skills Skills are located in `.agents/skills/` and `.opencode/`: - `proxmox-management` — VM/LXC operations - `traefik-diagnostic` — Router/service health - `truenas-storage` — ZFS pool/share management - `authentik-sso` — SSO/OIDC configuration - `media-stack` — Radarr, Sonarr, Jellyfin management - `komodo-management` — Docker stack deployment - `host-power-management` — Wake-on-LAN, VM control - `infra-audit` — Live infrastructure verification ## Workflows - [[workflows.md|VM Storage Policy]] — Storage rules for application data on Ubuntu host ## Related - [[../automation/|Automation Scripts]] - [[../platform-config/|Platform Config]] ## Tasks ```dataview TASK FROM "ai-assistant/tasks" WHERE !completed SORT file.name ASC ```