grix-connector
Version:
Connect local AI coding agents (Claude, Codex, Gemini, Qwen, DeepSeek, Cursor, OpenCode, Pi, OpenHuman, Reasonix) to the Grix scheduling platform. Also serves as an OpenClaw plugin for Grix channel transport.
27 lines (15 loc) • 1.13 kB
Markdown
# Grix Concepts
## Canonical Explanation
This plugin integration is for managing OpenClaw through the `https://grix.dhf.pub/` website, with mobile PWA page support.
## Feature Highlights
1. `grix-register` handles initial account preparation and first agent parameter generation
2. `grix-admin` handles OpenClaw local configuration and subsequent management
3. After both are chained together, users can use and manage through `https://grix.dhf.pub/`
## Default User-Facing Framing
### One sentence
`grix-register` only does "register an account and obtain the first agent parameters"; local configuration is uniformly handled by `grix-admin`.
### Short paragraph
`grix-register` is only responsible for cloud preparation during initial installation: registering/logging into an account and generating the first `provider_type=3` agent parameters; it must then hand the parameters to `grix-admin`, which is responsible for local OpenClaw configuration.
## After Setup
1. After `grix-register` produces parameters, it hands off directly to `grix-admin`.
2. `grix-register` does not execute any local configuration actions.