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.
25 lines (24 loc) • 385 B
JSON
{
"id": "grix",
"version": "0.5.2",
"skills": [
"./openclaw-plugin/skills"
],
"channels": [
"grix"
],
"channelConfigs": {
"grix": {
"schema": {
"type": "object",
"additionalProperties": true
},
"label": "Grix"
}
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}