openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > business-growth

4 production-ready business and growth skills: customer success manager with health scoring and churn prediction, sales engineer with RFP analysis, revenue o...

开发与 DevOps

作者:Alireza Rezvani @alirezarezvani

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 144 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:alirezarezvani/business-growth

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's files and instructions mostly match its business-growth purpose, but there are metadata and documentation inconsistencies (author/owner and stated count of skills) and the package includes runnable Python scripts that you should review for unexpected network or file-access behavior before installing.

目的

Name/description match the included components: customer-success, sales-engineer, revenue-operations, and contract-and-proposal-writer are present and there are 9 Python scripts for scoring/analysis, which is coherent for a business-growth skillset. However, documentation inconsistencies reduce trustworthiness: SKILL.md / top-level description reference author 'Alireza Rezvani' and a GitHub Quick Start path 'alirezarezvani/claude-skills/busine…

说明范围

Runtime instructions are mostly local: run Python CLI tools against JSON input, use templates, and the docs explicitly state 'process files locally (no API calls)'. That scope is appropriate. The SKILL.md also embeds or exposes the full source and templates to review. Because executable Python scripts are included, the agent (or a user) could run arbitrary code if the scripts do network I/O or spawn subprocesses — the documentation claims stdl…

安装机制

No install spec is provided (instruction-only at install time) and there are no automated downloads or package installers described. That is a low-risk install mechanism. The Quick Start references an npx command and a GitHub path for an 'agent-skills-cli' add — that is a convenience instruction but not an automatic installer included in the package.

证书

The skill declares no required environment variables, no primary credential, and no config paths. That is proportionate for tools that operate on local JSON files and templates. Still confirm the included scripts do not read unexpected env vars or sensitive files at runtime (e.g., HOME, ~/.ssh, cloud credential files) despite the documentation claims.

持久

The skill does not request always: true and is user-invocable only; model invocation is allowed (default) which is normal. There is no installation script that claims to modify other skills or system-wide settings. No persistent elevated privileges are requested.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「business-growth」。简介:4 production-ready business and growth skills: customer success manager with he…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alirezarezvani/business-growth/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: "business-growth-skills"
description: "4 production-ready business and growth skills: customer success manager with health scoring and churn prediction, sales engineer with RFP analysis, revenue operations with pipeline and GTM metrics, and contract & proposal writer. Python tools included (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw."
version: 1.1.0
author: Alireza Rezvani
license: MIT
tags:
  - business
  - customer-success
  - sales
  - revenue-operations
  - growth
agents:
  - claude-code
  - codex-cli
  - openclaw
---

# Business & Growth Skills

4 production-ready skills for customer success, sales, and revenue operations.

## Quick Start

### Claude Code
```
/read business-growth/customer-success-manager/SKILL.md
```

### Codex CLI
```bash
npx agent-skills-cli add alirezarezvani/claude-skills/business-growth
```

## Skills Overview

| Skill | Folder | Focus |
|-------|--------|-------|
| Customer Success Manager | `customer-success-manager/` | Health scoring, churn prediction, expansion |
| Sales Engineer | `sales-engineer/` | RFP analysis, competitive matrices, PoC planning |
| Revenue Operations | `revenue-operations/` | Pipeline analysis, forecast accuracy, GTM metrics |
| Contract & Proposal Writer | `contract-and-proposal-writer/` | Proposal generation, contract templates |

## Python Tools

9 scripts, all stdlib-only:

```bash
python3 customer-success-manager/scripts/health_score_calculator.py --help
python3 revenue-operations/scripts/pipeline_analyzer.py --help
```

## Rules

- Load only the specific skill SKILL.md you need
- Use Python tools for scoring and metrics, not manual estimates