Files
openclaw-taskboard/config/task-templates.json

99 lines
3.2 KiB
JSON

[
{
"key": "openclaw-code-change",
"title": "OpenClaw code change",
"summary": "Create a swarm task against a tracked git repo with review-ready defaults.",
"family": "openclaw",
"tags": ["swarm", "repo:TopherMayor/openclaw-taskboard", "agent:codex", "base:main", "reasoning:high"],
"defaults": {
"priority": "High",
"dispatchMethod": "openclaw-swarm",
"targetHost": "ubuntu",
"targetChannel": "OpenClaw swarm registry",
"repoSlug": "TopherMayor/openclaw-taskboard",
"baseBranch": "main",
"preferredAgent": "codex",
"reasoningEffort": "high"
}
},
{
"key": "openclaw-review",
"title": "OpenClaw review pass",
"summary": "Send a repo review task to the OpenClaw swarm with lower-cost defaults.",
"family": "openclaw",
"tags": ["swarm", "agent:codex", "base:main", "reasoning:medium"],
"defaults": {
"priority": "Medium",
"dispatchMethod": "openclaw-swarm",
"targetHost": "ubuntu",
"targetChannel": "OpenClaw swarm registry",
"baseBranch": "main",
"preferredAgent": "codex",
"reasoningEffort": "medium"
}
},
{
"key": "zeroclaw-host-ops",
"title": "ZeroClaw host operation",
"summary": "Dispatch a remote host action through a ZeroClaw webhook runtime.",
"family": "zeroclaw",
"tags": ["host-ops", "dispatch:webhook"],
"defaults": {
"priority": "Medium",
"dispatchMethod": "zeroclaw-webhook",
"reasoningEffort": "medium"
}
},
{
"key": "zeroclaw-service-check",
"title": "ZeroClaw service verification",
"summary": "Send a targeted service health or log inspection task to a host-scoped ZeroClaw runtime.",
"family": "zeroclaw",
"tags": ["host-ops", "service-check", "dispatch:webhook"],
"defaults": {
"priority": "High",
"dispatchMethod": "zeroclaw-webhook",
"reasoningEffort": "medium"
}
},
{
"key": "direct-pve-check",
"title": "PVE direct verification",
"summary": "Run the built-in Proxmox overview action through the direct SSH target.",
"family": "direct",
"tags": ["host-ops", "service-check", "action:proxmox-overview"],
"defaults": {
"priority": "High",
"dispatchMethod": "direct-ssh",
"targetHost": "pve",
"targetChannel": "root@192.168.50.11:22"
}
},
{
"key": "direct-truenas-check",
"title": "TrueNAS dataset audit",
"summary": "Run the dedicated TrueNAS dataset dependency audit through the host-specific admin agent.",
"family": "direct",
"tags": ["host-ops", "storage-check", "dataset-audit", "action:dataset-audit"],
"defaults": {
"priority": "High",
"dispatchMethod": "direct-ssh",
"targetHost": "truenas",
"targetChannel": "christopher@192.168.50.12:22"
}
},
{
"key": "direct-panda-check",
"title": "Panda direct verification",
"summary": "Run the built-in SSH add-on overview action through the direct target.",
"family": "direct",
"tags": ["host-ops", "home-assistant", "action:ssh-addon-overview"],
"defaults": {
"priority": "High",
"dispatchMethod": "direct-ssh",
"targetHost": "panda",
"targetChannel": "bear@192.168.50.196:22"
}
}
]