Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

revelata-deepkpi启示深度 kpi

Agent Skill

revelata-deepkpi 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,802

周安装

237

GitHub Stars

公开资料未说明

下载量

1,877
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:revelata-deepkpi(启示深度 kpi)
来源仓库:https://github.com/sjt-at-revelata/revelata-deepkpi
安装命令:
openclaw skills install revelata-deepkpi
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install revelata-deepkpi

简介

使用 Revelata deepKPI 对美国上市公司进行财务和运营 KPI 研究。提取 SEC 指标 (10-K/10-Q/8-K):细分、单位 KPI(商店、比较等)

SKILL.md

name
revelata-deepkpi
description
>
version
1.0.0
homepage
https://www.revelata.com
metadata
openclaw
emoji
📊
requires
env
bins
primaryEnv
DEEPKPI_API_KEY

deepKPI Financial Analysis and Research Tools

Query structured KPIs extracted from SEC filings for US public companies. Powered by Revelata.

This skill suite covers different aspects of financial analysis workflows. This includes data access via MCP for Claude or REST API for OpenClaw, data retrieval, metric derivation, seasonality analysis, and Excel export. Sub-skills are organized so that each layer can be loaded independently — only read what the task requires.

Data access — Claude vs. OpenClaw

The deepKPI operations (query_company_id, list_kpis, search_kpis, company_summary_search, get_company_summary, get_company_segments, list_sec_filing_markdowns, get_sec_filing_markdown) are available two ways depending on the runtime:

RuntimeHow to call deepKPI
Claude (MCP tools available)Use the native MCP tools directly — no API key or deepkpi-api skill needed
OpenClaw (no MCP)Read deepkpi-api/deepkpi-api.md and call the REST endpoints using $DEEPKPI_API_KEY

retrieve-kpi-data/retrieve-kpi-data.md is the KPI metrics workflow; retrieve-sec-filing/retrieve-sec-filing.md is the SEC filing markdown workflow; company-summary-segments/company-summary-segments.md is what companies do (summary), segment / geo structure, and thematic discovery (get_company_summary, get_company_segments, company_summary_search). The DEEPKPI_API_KEY env var and deepkpi-api reference doc are only needed in OpenClaw (or as an env-var fallback when MCP is unavailable).

Hard stop: deepKPI connection failures

If deepKPI access fails (MCP connector not working, REST calls failing, auth errors, network issues, or you cannot retrieve data), you MUST STOP and ask the user:

“I can’t access deepKPI right now. Do you want to proceed without deepKPI?”

  • If the user says no, stop.
  • If the user says yes, you may proceed using other sources (e.g. web), BUT you MUST NOT use deepKPI skill branding, templates, formatting conventions, or “Powered by Revelata deepKPI” framing for non-deepKPI data. Clearly label alternate sources.

This rule applies to ALL sub-skills in this bundle.

Sub-skill routing

Read the relevant reference doc(s) before doing any work. Multiple docs may apply to a single request — load all that are relevant.

User needFile to read
No specific company or thesis — "what should I invest in?", "what stock should I buy?", new ideas, interesting companies, boredom / open explorationidea-generation-survey/idea-generation-survey.md — interactive funnel + company_summary_search screen; then retrieve-kpi-data for deep pulls
Pull historical KPIs / financials from deepKPIretrieve-kpi-data/retrieve-kpi-data.md
What a company does, segments / geographies, or thematic “who does X?” listscompany-summary-segments/company-summary-segments.md — named company: get_company_summary / get_company_segments; discovery: company_summary_search then hydrate as needed
Pull full filing markdown into chat, verbatim SEC text, quotes, MD&A / risk-factor language, or “what did they say”retrieve-sec-filing/retrieve-sec-filing.mdbefore any web/SEC.gov: list_sec_filing_markdowns (free) → get_sec_filing_markdown (10 credits). Return full markdown when they want the document; blockquoted excerpts for quote-style asks; no paraphrase as quotes
Derive missing Q4 numbers, a segment remainder, or per-unit economics (ASP, ARPU, AUV, take rate)derive-implied-metric/derive-implied-metric.md
Split annual forecasts into quarterly estimates / seasonality patternsanalyze-seasonality/analyze-seasonality.md
Produce an Excel workbook (.xlsx) from deepKPI dataformat-deepkpi-for-excel/format-deepkpi-for-excel.md
REST API calls (OpenClaw / env-var fallback only)deepkpi-api/deepkpi-api.md
Pressure-test a sell-side / analyst report against SEC filing data (HTML report, Chart.js, provenance links)analyst-report-pressure-test/analyst-report-pressure-test.md
Peers / comps, benchmark a company, most similar public companies, or operational comp setspeer-benchmark/peer-benchmark.md — read retrieve-kpi-data first for KPI mechanics

Default entry point: For metrics and modeling feeds, start with retrieve-kpi-data/retrieve-kpi-data.md (it references derive-implied-metric, analyze-seasonality, and format-deepkpi-for-excel as needed). For business description, segment structure, or thematic company lists, start with company-summary-segments/company-summary-segments.md. For filing markdown (full or excerpts) and verbatim quotes, start with retrieve-sec-filing/retrieve-sec-filing.md. If a request mixes these, read every doc that applies.

Sub-skill summary

deepkpi-api — Raw REST access to deepKPI endpoints: query_company_id, list_kpis, search_kpis, company_summary_search, get_company_summary, get_company_segments, list_sec_filing_markdowns, get_sec_filing_markdown. OpenClaw / env-var fallback only — in Claude, use the native MCP tools instead.

retrieve-kpi-data — Primary workflow for structured KPIs (company ID, list_kpis / search_kpis, gap handling including Q4 derivation), provenance rules, in-chat tables, and the mandatory post-pull Excel offer.

company-summary-segmentsget_company_summary (what they do) and get_company_segments (how they break out segments / geos); company_summary_search for thematic “who does X?” discovery. Not for KPI time series.

retrieve-sec-filingSEC filing markdown in chat: full filing or excerpts, verbatim quotes, MD&A / risk language. Tools: list_sec_filing_markdownsget_sec_filing_markdown, source hierarchy (tool-first, not web), blockquote discipline for quote-style asks. Distinct purpose from KPI time series.

derive-implied-metric — Compute metrics that deepKPI doesn't report directly from data that IS reported: Q4 = FY − (Q1+Q2+Q3), missing segment = total − known segments, per-unit economics (revenue per store, ARPU, ASP), take rates, penetration rates, and geographic mix percentages.

analyze-seasonality — Compute each quarter's typical share of the full fiscal year from 2–3 years of actuals, then apply those ratios to split an annual projection into quarterly estimates.

format-deepkpi-for-excel — Canonical layout and styling spec for any .xlsx export built from deepKPI data: wide layout with periods as columns (annual block → blank column → quarterly block), Calibri font, green input cells, clickable hyperlinks in cells, numeric date headers, freeze panes, column grouping, and no redundant Source rows.

analyst-report-pressure-test — End-to-end workflow for uploaded analyst PDFs: extract 4–6 claims, pull granular deepKPI metrics per claim, build paired "supports" / "complicates" evidence with mandatory provenance hyperlinks, and emit a Revelata-branded interactive HTML report (references/html-template.md, references/chart-patterns.md). After the draft HTML exists, run the mandatory internal draft HTML QA rubric in analyst-report-pressure-test/pressure-test-double-check.md, then revise and re-check as needed before presenting the file. Always read retrieve-kpi-data for KPI mechanics; use retrieve-sec-filing when the test needs verbatim filing passages; use company-summary-segments for business description / segment structure / thematic lists when useful; use derive-implied-metric when filling Q4 or segment gaps.

peer-benchmark — Curated operational benchmark sets (not trading multiples): company_summary_search for candidates, KPI fingerprint + alignment, diff-driven segment sub-benchmarks, chat 1-pager, optional HTML (references/html-template.md), Excel via format-deepkpi-for-excel. Always read retrieve-kpi-data first.

idea-generation-survey — Onramp when the user has no ticker and no thesis: rapid interview (multiple-choice by default), company_summary_search for a 10–15 name screen with thesis-matched KPIs, then deep pulls on 1–2 chosen names per retrieve-kpi-data. references/sector-kpi-map.md for diagnostic KPI concepts. No default Excel offer. Not for users who already named a company or a specific metric — use retrieve-kpi-data instead.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.47%
按下载量换算1,679

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills