Revenue Operations

v1.0.0

Analyzes sales pipeline health, revenue forecasting accuracy, and go-to-market efficiency metrics for SaaS revenue optimization. Use when analyzing sales pip...

0· 895·8 current·8 all-time
byAlireza Rezvani@alirezarezvani
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included templates and three Python scripts (pipeline analysis, forecast accuracy, GTM efficiency). The supplied sample inputs, report templates, and reference docs are all appropriate and proportional to a revenue-operations toolkit.
Instruction Scope
SKILL.md instructs running the local Python scripts against JSON input files and describes expected outputs and workflows. The instructions do not ask the agent to read unrelated system files or transmit data to external endpoints; verifying input data and cross-checking against a CRM are reasonable user workflows for this purpose.
Install Mechanism
There is no install spec and all code appears bundled with the skill. No network downloads or archive extraction are present in the manifest. Scripts are Python-based and will run locally if Python is available.
Credentials
The skill declares no required environment variables, credentials, or config paths. The visible script (forecast_accuracy_tracker.py) uses only standard libraries (argparse, json, sys) and does not reference environment variables or credential material.
Persistence & Privilege
Flags show always:false and default autonomous invocation allowed; that is expected. The skill does not request persistent system privileges or attempt to modify other skills or global agent configuration in the provided materials.
Assessment
This skill is internally consistent with its stated purpose, but you should still: (1) confirm Python 3 is available in the runtime before use; (2) review the other two scripts (pipeline_analyzer.py and gtm_efficiency_calculator.py) locally to ensure they don't make network calls or access unexpected files before running in a production environment; (3) run the tools first on the included sample JSON files to verify outputs; (4) avoid feeding production secrets or live CRM exports into any third-party skill until you have reviewed the code and are comfortable with it; and (5) if you plan to let agents invoke this autonomously, consider limiting that capability unless you trust the skill and the agent's scope.

Like a lobster shell, security has layers — review code before you run it.

latestvk973r912re418wt8yfqf203zr982j45e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments