Actual Computer — подключение провайдера инференса

★ 7.1 · ai-tooling

actual-setup is a Claude Code skill that configures Actual Computer (actual.inc) as an inference provider in Hermes, supporting two modes: a hosted end-to-end-encrypted relay at `https://api.actual.inc` authenticated with an `ac_` key, and a local on-device daemon at `http://127.0.0.1:8080` requiring no authentication on loopback. The skill stores credentials in `~/.hermes/.env` via `ACTUAL_API_KEY` and `ACTUAL_BASE_URL`, sets the provider and default model with `hermes config set`, and verifies connectivity end-to-end. Local mode covers the full GGUF workflow: searching with `actual models search`, downloading with an explicit quantization such as `Q4_K_M` to avoid a 409 error, and loading by installed name via `actual models load`. Known pitfalls are documented — context-window overflow on small models, download-id versus installed-name mismatch, and `reasoning_effort` clamping — making this skill essential for developers running private on-device inference or routing Hermes through their own OpenAI-compatible cluster.