← Back to Skills Marketplace
alirezarezvani

business-growth

by Alireza Rezvani · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
337
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install business-growth
Description
4 production-ready business and growth skills: customer success manager with health scoring and churn prediction, sales engineer with RFP analysis, revenue o...
README (SKILL.md)

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

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:

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
Usage Guidance
This package appears to be what it says (business growth analytics + templates) and uses local Python CLI tools, but there are several documentation/metadata mismatches that reduce trust. Before installing or running: 1) Verify the publisher/owner identity and repository referenced in the Quick Start (the manifest owner ID differs from the GitHub path/author in docs). 2) Inspect the included Python scripts for any network calls (urllib, http.client, socket), subprocess usage, or file reads outside the expected input (look for open(..., 'r') of absolute paths, os.environ access, or hardcoded endpoints/credentials). 3) Run the scripts in a sandbox or isolated environment on non-sensitive sample data first. 4) Search the code for strings like 'http', 'ftp', 'requests', 'socket', 'subprocess', 'Popen', 'open(', '~/', '/etc', or direct IP literals. 5) If you plan to use real customer data, get an explicit publisher provenance (GitHub repo, author contact) and consider a security review or automated static scan. These steps will reduce risk even if the package is benign.
Capability Analysis
Type: OpenClaw Skill Name: business-growth Version: 1.0.0 The business-growth skill bundle provides a comprehensive set of 9 Python-based analytical tools for customer success, sales engineering, and revenue operations. All scripts (e.g., churn_risk_analyzer.py, pipeline_analyzer.py) exclusively use the Python standard library, perform deterministic calculations on local JSON inputs, and lack any network access, shell execution, or obfuscation. The instructions in SKILL.md and CLAUDE.md are well-structured and strictly aligned with the stated business purposes, presenting no evidence of malicious intent or prompt-injection attacks.
Capability Assessment
Purpose & Capability
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/business-growth' while registry metadata lists owner ID 'kn7f2gr00xy51fj1nx2y64ckjs800mhn' and source 'unknown'. CLAUDE.md also states '3/3 business & growth skills production-ready' while other files describe 4 skills. These mismatches don't prove malicious intent but are incoherent and worth validating with the publisher.
Instruction Scope
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 stdlib-only and no API calls, but you should confirm the scripts don't access network, unexpected files, or environment variables before trusting them with real data.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install business-growth
  3. After installation, invoke the skill by name or use /business-growth
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug business-growth
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

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

How do I install business-growth?

Run "/install business-growth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is business-growth free?

Yes, business-growth is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does business-growth support?

business-growth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created business-growth?

It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.

💬 Comments