Adclaw host ops
Curated collection of skills by Citedy — AI-powered SEO content automation
npx -y skills add citedy/skills --skill adclaw-host-opsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user asks to inspect AdClaw Host operators, customers, containers, sandbox statuses, stuck runtime alerts, backups, runtime reconcile, or safe admin actions.
SKILL.md
1.7 KB, as published. Nobody here has run it
AdClaw Host Ops
Use the deterministic CLI first:
adclaw-host-ops summary
adclaw-host-ops alerts
adclaw-host-ops user <user_id>
adclaw-host-ops reconcile --dry-run
Mutating actions require explicit confirmation:
adclaw-host-ops reconcile --confirm
adclaw-host-ops sleep <user_id> --confirm
Credential Boundary
The CLI loads:
/root/.env
/root/adclaw/CF/worker-adclaw/.env.operator
It must never print secret values. It prints only presence/missing diagnostics for required variables.
Canonical local operator env:
/root/adclaw/CF/worker-adclaw/.env.operator
This may be a symlink to a legacy file. Do not depend on old .env.phase4-*
filenames in new workflows.
Safety
summary,alerts,user, andreconcile --dry-runare read-only.- Do not use preview/runtime URLs as health checks.
- Do not start or wake sandboxes for monitoring.
- If a
stuck_runtimealert already hasreconcile_idle_timeout ok=trueand current user status issleeping, classify it as self-healed. - If
runtime_mode=keep_warm, do not recommend sleep unless entitlement/add-on state is invalid. - Confirmed
/api/admin/reconcileis global within the requested limit, not per-user. Verify every dry-run candidate before confirming.
Project Docs
If more detail is needed, read:
/root/adclaw/CF/docs/admin/operator-access-inventory.md
/root/adclaw/CF/docs/admin/runtime-alert-response.md
/root/adclaw/CF/OPERATIONS-RUNBOOK.md