← 返回 Skills 市场
arthurelgindell

DELLIGHT CRO Revenue Operations

作者 DELLIGHT · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
763
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dellight-cro-revenue-ops
功能描述
Automation skill for DELLIGHT CRO Revenue Operations.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dellight-cro-revenue-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dellight-cro-revenue-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — revenue strategy, pipeline management, pricing, deal qualification
元数据
Slug dellight-cro-revenue-ops
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

DELLIGHT CRO Revenue Operations 是什么?

Automation skill for DELLIGHT CRO Revenue Operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 763 次。

如何安装 DELLIGHT CRO Revenue Operations?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dellight-cro-revenue-ops」即可一键安装,无需额外配置。

DELLIGHT CRO Revenue Operations 是免费的吗?

是的,DELLIGHT CRO Revenue Operations 完全免费(开源免费),可自由下载、安装和使用。

DELLIGHT CRO Revenue Operations 支持哪些平台?

DELLIGHT CRO Revenue Operations 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DELLIGHT CRO Revenue Operations?

由 DELLIGHT(@arthurelgindell)开发并维护,当前版本 v1.0.0。

💬 留言讨论