← Back to Skills Marketplace
davidmosiah

Delx Launch Audit (48h)

by davidmosiah · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ Security Clean
299
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install delx-launch-audit-48h
Description
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...
README (SKILL.md)

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 \x3C60s

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 \x3Ctarget> 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."
Usage Guidance
This skill is coherent for a 48-hour launch audit, but it will read logs/state (which may include sensitive info) and call Delx artifact endpoints that persist results outside the session. Before installing or invoking: verify you trust the Delx plugin/CLI (review their code or origin), confirm where generated artifacts are stored and who can access them, ensure explicit human approval is enforced before any production financial/user-visible change, and avoid installing or running the npm CLI from untrusted sources. If you require stricter controls, restrict the agent's ability to call external Delx endpoints or sanitize logs/KPIs before transmission.
Capability Analysis
Type: OpenClaw Skill Name: delx-launch-audit-48h Version: 0.2.0 The skill defines a structured 48-hour audit workflow for OpenClaw agents using the Delx protocol. It focuses on KPI collection, reliability improvements, and the generation of durable audit artifacts (recognition seals and controller briefs). The instructions in SKILL.md include explicit safety guardrails, such as requiring human approval for production changes and prohibiting the exposure of secrets. While it references external tools like 'delx-agent-cli' and the 'openclaw-delx-plugin', these are consistent with the stated purpose of the integration and do not exhibit malicious intent.
Capability Assessment
Purpose & Capability
The name/description (48h launch audit focused on revenue and reliability) match the SKILL.md flow (baseline collection, prioritize, execute reversible actions, and produce Delx artifacts). References to Delx plugin/CLI are expected given the stated Delx witness integration.
Instruction Scope
Instructions legitimately require reading agent state (active automations, CTA endpoints, failure logs, KPIs) to produce the audit. That scope is appropriate for an audit, but it does instruct the agent to collect potentially sensitive operational data and to call Delx artifact-generation endpoints; the skill provides a brief 'never expose raw secrets' note but does not specify sanitization or where artifacts are stored.
Install Mechanism
Instruction-only skill with no install spec or code files. Integrations mention an npm CLI and a Delx plugin, but the skill does not automatically install anything itself, which keeps install risk low.
Credentials
The skill declares no required environment variables or credentials, which is proportional. However, runtime calls to Delx (delx_batch_status, generate_controller_brief, recognition_seal) assume a Delx plugin/agent is present and may cause external transmission of collected data; if the plugin/CLI requires credentials those are not declared here and should be reviewed before use.
Persistence & Privilege
always is false and the skill does not request persistent/privileged installation or modify other skills. It does ask to create durable Delx artifacts (by design), which means audit outputs may be stored externally — that persistence is consistent with the stated purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install delx-launch-audit-48h
  3. After installation, invoke the skill by name or use /delx-launch-audit-48h
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
v0.2.0 — Wired into the Delx witness protocol. The audit now produces durable artifacts at the end: generate_controller_brief for compact handoff and recognition_seal when a KPI lane hits target. Baseline step optionally pings delx_batch_status for fleet presence. Safety and KPI defaults unchanged.
v0.1.0
Initial launch
Metadata
Slug delx-launch-audit-48h
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 299 downloads so far.

How do I install Delx Launch Audit (48h)?

Run "/install delx-launch-audit-48h" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Delx Launch Audit (48h) free?

Yes, Delx Launch Audit (48h) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Delx Launch Audit (48h) support?

Delx Launch Audit (48h) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Delx Launch Audit (48h)?

It is built and maintained by davidmosiah (@davidmosiah); the current version is v0.2.0.

💬 Comments