agentsclimarketplace

Adclaw host ops

Skill citedy/skills/skills/adclaw-host-ops

Use when the user asks to inspect AdClaw Host operators, customers, containers, sandbox statuses, stuck runtime alerts, backups, runtime reconcile, or safe admin actions.From its SKILL.md

Install
npx -y skills add citedy/skills --skill adclaw-host-ops

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • reads credentialsReads from 2 credential sources: `/root/.env` and 1 more.
  • 2 stars2 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.
  • runs commandsInstructs the agent to run 6 commands, including `adclaw-host-ops summary` and 5 more.

SKILL.md

1.7 KB, 395 tokens by cl100k_base, 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, and reconcile --dry-run are read-only.
  • Do not use preview/runtime URLs as health checks.
  • Do not start or wake sandboxes for monitoring.
  • If a stuck_runtime alert already has reconcile_idle_timeout ok=true and current user status is sleeping, classify it as self-healed.
  • If runtime_mode=keep_warm, do not recommend sleep unless entitlement/add-on state is invalid.
  • Confirmed /api/admin/reconcile is 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

What ships with it: 2 files

17.0 KB alongside SKILL.md, 1 of them executable

agents/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.