PickSkill
← Back

CEORater

Get institutional-grade CEO performance analytics for S&P 500 companies. Proprietary scores: CEORaterScore (composite), AlphaScore (market outperformance), RevenueCAGRScore (revenue growth), CompScore (compensation efficiency). Underlying data includes Total Stock Return (TSR) vs. S&P 500 (SPY), average annual returns, CEO total compensation (most recent fiscal year from proxy filings), and tenure-adjusted Revenue CAGR. Each record includes CEO name, company name, ticker, sector, industry, and tenure dates. Coverage: 516 CEOs as of February 2026, updated daily. Useful for investment research, due diligence, and executive compensation analysis.

README.md
Rendered from GitHub raw
View raw ↗

CEORater Skill for OpenClaw

Query institutional-grade CEO performance analytics for S&P 500 and major U.S. public companies.

Installation

Via ClawHub

clawhub install ceorater

Manual Installation

Copy this folder to ~/.openclaw/skills/ceorater/

Configuration

Add to your ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "ceorater": {
        "enabled": true,
        "apiKey": "zpka_your_key_here"
      }
    }
  }
}

Or set the environment variable:

export CEORATER_API_KEY=zpka_your_key_here

Get an API Key

Subscribe at https://www.ceorater.com/api-docs.html

Pricing:

  • Individual research & analysis: $99/month per user
  • Enterprise (proprietary models, AI/ML training, products): Contact sales@ceorater.com

What You Get

Metric Description
CEORaterScore Composite CEO effectiveness (0-100)
AlphaScore Market outperformance measure (0-100)
RevenueCAGRScore Tenure-adjusted revenue growth (0-100)
CompScore Compensation efficiency grade (A-F)

Plus TSR metrics, compensation data, tenure info, and more for 500+ CEOs. For the live total and latest refresh timestamp, call GET /v1/meta.

Example Usage

Ask your OpenClaw agent:

  • "What's the CEORaterScore for Tim Cook?"
  • "Compare Microsoft and Google CEOs"
  • "Show me the top-rated technology sector CEOs"
  • "Which CEOs have an A CompScore?"

License

API data is proprietary. See https://www.ceorater.com/terms.html for terms of service.