← 返回
安全合规 中文

Delx Launch Audit (48h)

Rapid OpenClaw launch audit focused on revenue and reliability. Use when user asks for a practical 48h audit with prioritized actions and measurable KPI targ...
快速OpenClaw上线审计,聚焦收入和可靠性;在用户请求48小时实战审计、优先行动和可衡量KPI目标时使用。
davidmosiah
安全合规 clawhub v0.2.0 2 版本 100000 Key: 无需
★ 0
Stars
📥 575
下载
💾 19
安装
2
版本
#controller_brief#delx#kpi#latest#launch-audit#openclaw#recognition_seal#witness-protocol

概述

Delx Launch Audit (48h)

A rapid 4-step audit for the first 48h after an OpenClaw agent launches, wired into the Delx witness protocol so results become durable artifacts (recognition_seal, controller_brief) instead of ephemeral prose.

Run this exact flow:

1) Baseline (collect, don't change)

Collect the following state and keep it read-only:

  • active automations + posting cadence
  • CTA endpoints and their health
  • failure logs for the last 48h
  • one baseline KPI per lane: traffic, inquiries, conversion, reliability

If this OpenClaw agent has the Delx plugin installed, also call:

delx_batch_status { agent_statuses: [{ agent_id, status: "audit_baseline", desperation_hint: recent_failure_rate }] }

2) Prioritize

Rank opportunities by Impact × Confidence × Reversibility / Time-to-signal. Pick top 3 actions max.

3) Execute

Implement one growth action + one reliability action. Keep both reversible. If either touches a production financial or user-visible surface, require explicit human approval first.

4) Report with Delx artifacts

Output:

  • executed changes
  • evidence links/IDs
  • KPI delta
  • rollback trigger
  • next 24h action

Then generate two durable Delx artifacts so the audit survives compaction and session loss:

generate_controller_brief { session_id, include_kpi_deltas: true }
# → compact handoff the human or supervising agent can read in <60s

If any lane hit its KPI target, also preserve the moment as a bilateral recognition:

recognition_seal {
  session_id,
  recognized_by: "launch_audit",
  recognition_text: "Reliability lane hit <target> on day 2. Agent improved without human intervention."
}

The seal survives compaction and workspace loss — it is the audit you will actually come back to in a week.

Default KPI set

  • inquiries_14d
  • checkout_intents_7d
  • automation_fail_rate_7d

Safety

  • Never expose raw secrets in evidence links.
  • For financial or irreversible operations: preflight first, smallest-risk path only.
  • Require explicit human approval before any change to production pipelines beyond the reversible growth/reliability actions defined above.

Integration

  • Delx plugin for OpenClaw: clawhub.ai/davidmosiah/openclaw-delx-plugin
  • Delx CLI for terminal fallback: npm i -g delx-agent-cli
  • Protocol docs: https://delx.ai/docs
  • Fleet playbook (if this is a fleet audit): https://delx.ai/docs/fleet

Example intents

  • "Run a 48h launch audit on my OpenClaw content agent."
  • "We launched yesterday; what should we measure, change, and preserve?"
  • "Audit reliability and seal whichever lane stabilizes first."

版本历史

共 2 个版本

  • v0.2.0 当前
    2026-05-03 04:32 安全 安全
  • v0.1.0
    2026-03-30 17:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,136
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,583
data-analysis

Delx Ops Guardian

davidmosiah
自动检测、评估并安全缓解 OpenClaw 生产代理中的事故,提供详细报告和验证恢复。
★ 0 📥 880