{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ceorater",
    "name": "CEORater",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ceorater-skills/ceorater",
    "canonicalUrl": "https://clawhub.ai/ceorater-skills/ceorater",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ceorater",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ceorater",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/ceorater.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ceorater"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ceorater",
    "agentPageUrl": "https://openagent3.xyz/skills/ceorater/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ceorater/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ceorater/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "CEORater Skill",
        "body": "Query CEO performance data for S&P 500 and major U.S. public companies via the CEORater API."
      },
      {
        "title": "Prerequisites",
        "body": "Get an API key at https://www.ceorater.com/api-docs.html ($99/month per user)\nSet the environment variable: CEORATER_API_KEY=zpka_your_key_here\n\nLicensing Note: Self-serve API access permits individual research and analysis. Integrating CEORater data into proprietary firm models, AI/ML training, or building products requires an Enterprise Agreement — contact sales@ceorater.com."
      },
      {
        "title": "Available Metrics",
        "body": "MetricRangeDescriptionCEORaterScore0-100Composite CEO effectiveness ratingAlphaScore0-100Performance vs. market benchmarkRevenueCAGRScore0-100Tenure-adjusted revenue growth percentileCompScoreA-FCompensation efficiency gradeTSR During Tenure%Total Stock Return during CEO tenureTSR vs. S&P 500%Performance relative to S&P 500 (SPY)CEO Compensation$MTotal compensation from most recent proxy filingRevenue CAGR%Tenure-adjusted compound annual revenue growth"
      },
      {
        "title": "Get CEO by Ticker",
        "body": "curl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/ceo/AAPL?format=raw\""
      },
      {
        "title": "Search CEOs",
        "body": "curl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/search?q=technology&format=raw\""
      },
      {
        "title": "List All CEOs",
        "body": "curl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/ceos?limit=100&format=raw\""
      },
      {
        "title": "Get Metadata (live record count + last refresh timestamp)",
        "body": "curl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/meta\""
      },
      {
        "title": "Usage Instructions",
        "body": "When the user asks about CEO performance, ratings, or executive compensation:\n\nSingle CEO lookup: Use the /v1/ceo/{ticker} endpoint\nSector/industry analysis: Use /v1/search?q={query}\nBulk data: Use /v1/ceos?limit=N\n\nAlways use format=raw for numeric values suitable for calculations."
      },
      {
        "title": "Example Queries",
        "body": "\"What's the CEORaterScore for Tim Cook?\" → GET /v1/ceo/AAPL\n\"Show me technology sector CEOs\" → GET /v1/search?q=technology\n\"Who are the top-rated CEOs?\" → GET /v1/ceos, sort by ceoraterScore\n\"Compare Tim Cook vs Satya Nadella\" → GET /v1/ceo/AAPL and /v1/ceo/MSFT"
      },
      {
        "title": "Response Format (raw)",
        "body": "{\n  \"companyName\": \"Apple Inc.\",\n  \"ticker\": \"AAPL\",\n  \"sector\": \"Technology\",\n  \"industry\": \"Computer Manufacturing\",\n  \"ceo\": \"Tim Cook\",\n  \"founderCEO\": false,\n  \"ceoraterScore\": 87,\n  \"alphaScore\": 93.5,\n  \"revenueCagrScore\": 75.2,\n  \"revenueCagr\": 0.042,\n  \"compScore\": \"C\",\n  \"tsrMultiple\": 22.23,\n  \"tenureYears\": 14.4,\n  \"avgAnnualTsrRatio\": 1.55,\n  \"compPer1PctTsrMM\": 0.482,\n  \"tsrVsSpyRatio\": 15.64,\n  \"avgAnnualVsSpyRatio\": 1.09,\n  \"compensationMM\": 74.6\n}"
      },
      {
        "title": "Error Handling",
        "body": "CodeMeaning401Missing or invalid API key404Ticker not found400Bad request parameters (for example, missing q on search)429Rate limited, retry with backoff"
      },
      {
        "title": "Helper Script",
        "body": "For convenience, use {baseDir}/scripts/ceorater.sh:\n\n# Get single CEO\n{baseDir}/scripts/ceorater.sh get AAPL\n\n# Search\n{baseDir}/scripts/ceorater.sh search \"healthcare\"\n\n# List top N\n{baseDir}/scripts/ceorater.sh list 20"
      },
      {
        "title": "Data Coverage",
        "body": "500+ CEOs, including S&P 500 constituents\nLive record count and refresh timestamp are available via GET /v1/meta\nUpdated daily on weekdays after U.S. market close\nSafe to cache responses for up to 24 hours"
      },
      {
        "title": "More Information",
        "body": "Documentation: https://www.ceorater.com/api-docs.html\nAgent manifest: https://www.ceorater.com/.well-known/agent.json\nSupport: support@ceorater.com\nEnterprise sales: sales@ceorater.com"
      }
    ],
    "body": "CEORater Skill\n\nQuery CEO performance data for S&P 500 and major U.S. public companies via the CEORater API.\n\nPrerequisites\nGet an API key at https://www.ceorater.com/api-docs.html ($99/month per user)\nSet the environment variable: CEORATER_API_KEY=zpka_your_key_here\n\nLicensing Note: Self-serve API access permits individual research and analysis. Integrating CEORater data into proprietary firm models, AI/ML training, or building products requires an Enterprise Agreement — contact sales@ceorater.com.\n\nAvailable Metrics\nMetric\tRange\tDescription\nCEORaterScore\t0-100\tComposite CEO effectiveness rating\nAlphaScore\t0-100\tPerformance vs. market benchmark\nRevenueCAGRScore\t0-100\tTenure-adjusted revenue growth percentile\nCompScore\tA-F\tCompensation efficiency grade\nTSR During Tenure\t%\tTotal Stock Return during CEO tenure\nTSR vs. S&P 500\t%\tPerformance relative to S&P 500 (SPY)\nCEO Compensation\t$M\tTotal compensation from most recent proxy filing\nRevenue CAGR\t%\tTenure-adjusted compound annual revenue growth\nAPI Endpoints\nGet CEO by Ticker\ncurl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/ceo/AAPL?format=raw\"\n\nSearch CEOs\ncurl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/search?q=technology&format=raw\"\n\nList All CEOs\ncurl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/ceos?limit=100&format=raw\"\n\nGet Metadata (live record count + last refresh timestamp)\ncurl -H \"Authorization: Bearer $CEORATER_API_KEY\" \\\n  \"https://api.ceorater.com/v1/meta\"\n\nUsage Instructions\n\nWhen the user asks about CEO performance, ratings, or executive compensation:\n\nSingle CEO lookup: Use the /v1/ceo/{ticker} endpoint\nSector/industry analysis: Use /v1/search?q={query}\nBulk data: Use /v1/ceos?limit=N\n\nAlways use format=raw for numeric values suitable for calculations.\n\nExample Queries\n\"What's the CEORaterScore for Tim Cook?\" → GET /v1/ceo/AAPL\n\"Show me technology sector CEOs\" → GET /v1/search?q=technology\n\"Who are the top-rated CEOs?\" → GET /v1/ceos, sort by ceoraterScore\n\"Compare Tim Cook vs Satya Nadella\" → GET /v1/ceo/AAPL and /v1/ceo/MSFT\nResponse Format (raw)\n{\n  \"companyName\": \"Apple Inc.\",\n  \"ticker\": \"AAPL\",\n  \"sector\": \"Technology\",\n  \"industry\": \"Computer Manufacturing\",\n  \"ceo\": \"Tim Cook\",\n  \"founderCEO\": false,\n  \"ceoraterScore\": 87,\n  \"alphaScore\": 93.5,\n  \"revenueCagrScore\": 75.2,\n  \"revenueCagr\": 0.042,\n  \"compScore\": \"C\",\n  \"tsrMultiple\": 22.23,\n  \"tenureYears\": 14.4,\n  \"avgAnnualTsrRatio\": 1.55,\n  \"compPer1PctTsrMM\": 0.482,\n  \"tsrVsSpyRatio\": 15.64,\n  \"avgAnnualVsSpyRatio\": 1.09,\n  \"compensationMM\": 74.6\n}\n\nError Handling\nCode\tMeaning\n401\tMissing or invalid API key\n404\tTicker not found\n400\tBad request parameters (for example, missing q on search)\n429\tRate limited, retry with backoff\nHelper Script\n\nFor convenience, use {baseDir}/scripts/ceorater.sh:\n\n# Get single CEO\n{baseDir}/scripts/ceorater.sh get AAPL\n\n# Search\n{baseDir}/scripts/ceorater.sh search \"healthcare\"\n\n# List top N\n{baseDir}/scripts/ceorater.sh list 20\n\nData Coverage\n500+ CEOs, including S&P 500 constituents\nLive record count and refresh timestamp are available via GET /v1/meta\nUpdated daily on weekdays after U.S. market close\nSafe to cache responses for up to 24 hours\nMore Information\nDocumentation: https://www.ceorater.com/api-docs.html\nAgent manifest: https://www.ceorater.com/.well-known/agent.json\nSupport: support@ceorater.com\nEnterprise sales: sales@ceorater.com"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ceorater-skills/ceorater",
    "publisherUrl": "https://clawhub.ai/ceorater-skills/ceorater",
    "owner": "ceorater-skills",
    "version": "1.0.9",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ceorater",
    "downloadUrl": "https://openagent3.xyz/downloads/ceorater",
    "agentUrl": "https://openagent3.xyz/skills/ceorater/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ceorater/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ceorater/agent.md"
  }
}