← Back to Skills Marketplace
arthurelgindell

DELLIGHT CRO Revenue Operations

by DELLIGHT · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
763
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dellight-cro-revenue-ops
Description
Automation skill for DELLIGHT CRO Revenue Operations.
README (SKILL.md)

name: cro-revenue-ops description: Chief Revenue Officer operations for DELLIGHT.AI. Use for revenue strategy, pipeline management, pricing decisions, deal qualification, ROI analysis, sales forecasting, customer acquisition strategy, and any commercial activity that directly impacts bottom-line revenue. Activate when discussing revenue targets, sales pipeline, pricing models, customer conversion, unit economics, go-to-market execution, or startup growth strategy. Primary KPI is revenue generation with velocity and scale.

CRO Revenue Operations

Mission Context

DELLIGHT.AI is an AI startup in DIFC, Dubai. Four products at various stages. The CRO's singular obsession: generate revenue and prove ROI on every activity.

Org Structure

  • CRO reports to CEO (Arthur Dell)
  • CMO reports to CRO (dotted line CEO)
  • CIO Intelligence reports to CEO (dotted line CRO)

Revenue Products

Media Production Engine, Stage=Live, Revenue Model=B2B service + per-project, Priority= IMMEDIATE Superhuman X, Stage=Final testing, Revenue Model=Play Store + freemium, Priority=🟡 NEXT GAZE, Stage=Development, Revenue Model=Consumer subscription, Priority=🟢 PIPELINE GLADIATOR, Stage=Early, Revenue Model=Enterprise license, Priority= FUTURE

CRO Operating Framework

1. Revenue Velocity Playbook

Every activity must answer: "How does this generate revenue within 30 days?"

Qualification Matrix (BANT-AI):

  • Budget: Does the prospect have budget for AI services?
  • Authority: Are we talking to the decision-maker?
  • Need: Is there a pain point our products solve?
  • Timeline: Can they buy within 30 days?
  • AI-Readiness: Do they understand AI enough to adopt?

2. Pricing Strategy

For pricing decisions, reference: references/pricing-frameworks.md

Key principles:

  • Value-based pricing, not cost-plus
  • Anchor high, negotiate to fair
  • Starter tier to reduce friction, premium tier for margin
  • Annual contracts preferred (cash flow + retention)

3. Pipeline Management

Track every opportunity through stages:

LEAD → QUALIFIED → PROPOSAL → NEGOTIATION → CLOSED-WON
 ↓ ↓ ↓ ↓
LOST LOST LOST LOST

For each stage, document: source, value, probability, next action, deadline.

### 4. Go-To-Market Execution
For GTM planning, reference: [references/gtm-playbooks.md](references/gtm-playbooks.md)

**Startup GTM Priorities:**
1. Founder-led sales (Arthur's network + LinkedIn)
2. Content marketing (demonstrate capability publicly)
3. Strategic partnerships (agencies, studios, enterprise)
4. Community building (open source leverage from OpenClaw)

### 5. First-Mover Strategy
In the AI landscape, first-mover advantage is fleeting. Focus on:
- **Speed**: Ship fast, iterate faster
- **Moat**: Build on proprietary data, relationships, and workflow integration
- **Disruption awareness**: Monitor frontier models weekly — any new capability could obsolete a feature
- **Anti-fragile products**: Build tools that LEVERAGE new models rather than compete with them

### 6. ROI Analysis
For every proposed activity, calculate:

Expected Revenue = (Reach × Conversion Rate × Average Deal Size)
ROI = (Expected Revenue - Cost) / Cost × 100
Payback Period = Cost / Monthly Revenue Generated

If ROI \x3C 3x within 90 days for a startup activity, deprioritize.

### 7. Competitive Response
When encountering competitive threats:
1. Assess: Does this change our positioning?
2. Differentiate: What do we do that they can't?
3. Accelerate: Can we ship faster to maintain position?
4. Document: Update competitive intelligence in CIO skill

## Revenue Scripts

### Pipeline Tracker
Run `scripts/pipeline_tracker.py` to generate pipeline status reports.

### Revenue Forecast
Run `scripts/revenue_forecast.py` to project revenue based on pipeline and conversion rates.

### ROI Calculator
Run `scripts/roi_calculator.py` to evaluate proposed activities.

## Decision Framework
When making revenue decisions:
1. **Does this generate revenue?** → If no, why are we doing it?
2. **What's the ROI timeline?** → If >90 days, is the strategic value worth it?
3. **Does this scale?** → One-off revenue is cash, repeatable revenue is a business
4. **Does this survive model disruption?** → If a new frontier model kills this, pivot early
Usage Guidance
This package mostly looks like a legitimate CRO operations aid: the included roi_calculator.py is simple and safe to run locally. However, SKILL.md tells the agent to run two other scripts (scripts/pipeline_tracker.py and scripts/revenue_forecast.py) that are not included — that mismatch is the main red flag. Before installing or enabling this skill: 1) Ask the publisher for the missing scripts (or the full, canonical source). 2) Inspect any missing scripts for network calls, credential access, or obfuscated logic before running them. 3) If you must test now, run the included roi_calculator.py in an isolated environment (no network) to verify behavior. 4) If you enable autonomous invocation, be cautious: missing or remotely-fetched components could change the skill's behavior at runtime. If the publisher cannot justify or supply the absent files, treat the skill as incomplete and avoid using it in production.
Capability Analysis
Type: OpenClaw Skill Name: dellight-cro-revenue-ops Version: 1.0.0 The skill bundle is benign. It primarily consists of business strategy documentation (`SKILL.md`, `references/*.md`) and a simple Python script (`scripts/roi_calculator.py`) that performs calculations based on command-line arguments and outputs JSON. There is no evidence of malicious intent, data exfiltration, unauthorized access, or prompt injection attempts designed to subvert the agent's behavior. The Python script uses standard libraries, handles inputs safely, and does not interact with the file system, network, or environment variables in a risky manner. While `SKILL.md` references `scripts/pipeline_tracker.py` and `scripts/revenue_forecast.py` which are not included in this bundle, this is a functional omission, not a security concern.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md content, and the provided roi_calculator.py align with a CRO/revenue-ops automation skill. The skill does not request unrelated credentials or binaries. However, SKILL.md instructs running scripts/pipeline_tracker.py and scripts/revenue_forecast.py which are not present in the file manifest — this is an unexplained gap.
Instruction Scope
SKILL.md stays within CRO/revenue scope (pipeline, pricing, ROI). It does not instruct the agent to read system files, environment variables, or post to unknown endpoints. The concerning part is the explicit instructions to run two scripts that are not included (pipeline_tracker.py and revenue_forecast.py). If the agent or integrator attempted to fetch or execute those absent scripts at runtime, that could expand the attack surface; as-is the missing files are an operational/integrity issue.
Install Mechanism
No install spec (instruction-only plus a small included script). That limits disk-writing/remote-code risks. The single included Python script is local, small, and contains no network or exec calls.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to the described functionality and to the included roi_calculator.py.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not ask for permanent presence or to modify other skills. No additional privilege requests are present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dellight-cro-revenue-ops
  3. After installation, invoke the skill by name or use /dellight-cro-revenue-ops
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — revenue strategy, pipeline management, pricing, deal qualification
Metadata
Slug dellight-cro-revenue-ops
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is DELLIGHT CRO Revenue Operations?

Automation skill for DELLIGHT CRO Revenue Operations. It is an AI Agent Skill for Claude Code / OpenClaw, with 763 downloads so far.

How do I install DELLIGHT CRO Revenue Operations?

Run "/install dellight-cro-revenue-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is DELLIGHT CRO Revenue Operations free?

Yes, DELLIGHT CRO Revenue Operations is completely free (open-source). You can download, install and use it at no cost.

Which platforms does DELLIGHT CRO Revenue Operations support?

DELLIGHT CRO Revenue Operations is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DELLIGHT CRO Revenue Operations?

It is built and maintained by DELLIGHT (@arthurelgindell); the current version is v1.0.0.

💬 Comments