# Send DELLIGHT CRO Revenue Operations to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "dellight-cro-revenue-ops",
    "name": "DELLIGHT CRO Revenue Operations",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/arthurelgindell/dellight-cro-revenue-ops",
    "canonicalUrl": "https://clawhub.ai/arthurelgindell/dellight-cro-revenue-ops",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/dellight-cro-revenue-ops",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dellight-cro-revenue-ops",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/gtm-playbooks.md",
      "references/pricing-frameworks.md",
      "scripts/roi_calculator.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/dellight-cro-revenue-ops"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/dellight-cro-revenue-ops",
    "downloadUrl": "https://openagent3.xyz/downloads/dellight-cro-revenue-ops",
    "agentUrl": "https://openagent3.xyz/skills/dellight-cro-revenue-ops/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dellight-cro-revenue-ops/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dellight-cro-revenue-ops/agent.md"
  }
}
```
## Documentation

### 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

### 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 < 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: arthurelgindell
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/dellight-cro-revenue-ops)
- [Send to Agent page](https://openagent3.xyz/skills/dellight-cro-revenue-ops/agent)
- [JSON manifest](https://openagent3.xyz/skills/dellight-cro-revenue-ops/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/dellight-cro-revenue-ops/agent.md)
- [Download page](https://openagent3.xyz/downloads/dellight-cro-revenue-ops)