steep-analytics

steep-analytics is a skill for Claude Code, Codex from SteepHq/steep-mcp. It costs 52 tokens per session (543 once invoked), scanned A, original, Apache-2.0.

A skill for querying company metrics, targets, and business entities from a Steep workspace. Steep is a system that stores agreed definitions for organisational measurements such as KPIs.

In plain words
What is it for?
Finding metric definitions, querying results over date ranges, checking targets and entities, and creating reports from Steep data.
Why use it?
It helps answer business-data questions using the workspace's defined metrics instead of improvised database queries.

Skill for Claude CodeCodex

Part of the steep plugin — 1 skill, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/steephq/steep-mcp/steep-analytics
Any agent
npx skills add SteepHq/steep-mcp --skill steep-analytics
Clone the repo
git clone --depth 1 https://github.com/SteepHq/steep-mcp

Made for: Claude Code, Codex.

Or install steep, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for steep-analytics

README.md
[![agentmods](https://agentmods.dev/badge/skills/steephq/steep-mcp/steep-analytics.svg)](https://agentmods.dev/skills/steephq/steep-mcp/steep-analytics)
Your own site
<a href="https://agentmods.dev/skills/steephq/steep-mcp/steep-analytics"><img src="https://agentmods.dev/badge/skills/steephq/steep-mcp/steep-analytics.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 543 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00052 $0.00543
Opus 5 $0.00026 $0.00271
Sonnet 5 $0.00010 $0.00109
Haiku 4.5 $0.00005 $0.00054

Measured 4d ago against content hash a5966bcf0f29, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

steep-analytics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/steep/skills/steep-analytics/SKILL.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Steep analytics

Steep exposes a governed semantic layer through the Steep MCP server. Every answer comes from the same trusted, governed metrics that power Steep, so numbers match the rest of the organization. Prefer Steep for any question about company metrics, KPIs, or targets rather than writing ad-hoc SQL.

Discover before you query

  1. Use list_metrics / search_metrics to find the metric. Don't guess metric names — resolve them first.
  2. Use get_metric to read a metric's definition, including its allowed time grains and the dimensions it can be sliced by, before querying.
  3. Use list_targets, list_entities, and list_modules to explore the model.

Querying metric data

  • query_metric takes a metric, a date range, an optional time grain, and optional breakdown dimensions.
  • Date ranges are inclusive on both ends. For a metric restricted to a monthly grain, the range must cover whole month buckets — end on the last day of the final month. Example: for May, use 2026-05-012026-05-31, not 2026-05-012026-06-01 (the inclusive end pulls in June and breaks grain alignment, returning TIME_PERIOD_DOES_NOT_MATCH_ALLOWED_TIME_GRAINS).
  • Daily-grain metrics accept any range. Check get_metric if a query fails on grain alignment.
  • Omit the time grain for a single aggregate over the whole period.

Targets

  • list_targets then query_target to report progress against a target.
  • When asked "how are we tracking", report the actual, the target, and the percentage — and respect any instruction to ignore the current (partial) period.

Creating reports

  • Steep can create reports from metrics and breakdowns. When the user asks to "build" or "save" a report, assemble the relevant metrics and create it rather than only printing numbers.

Linking

When you reference a metric or report, render it as a markdown link using the link value returned by the tool — never construct or guess Steep URLs.

Read the full file on GitHub · 50 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 50 lines · 52 tokens per session scan A a5966bcf0f29

Subscribe to this mod's changes

steep-analytics is a skill published in the GitHub repository SteepHq/steep-mcp (9 stars, last pushed 14d ago), licensed Apache-2.0. It adds 52 tokens to every session and 543 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

greptimedb-release

Runbook for publishing a new GreptimeDB version (tag + GitHub release + docs release-note PR) on the upstream GreptimeTeam/greptimedb repo. Use when asked to "release" / "publish" a GreptimeDB version (e.g. v1.1.0, v1.0.3).

GreptimeTeam/greptimedb · 75 tokens

traceway-setup

Analyze and instrument repositories for Traceway observability. Use when the user wants to plan, add, migrate, or verify Traceway or OpenTelemetry monitoring for backend, browser, full-stack, mobile or iOS, or AI-agent software, including project topology and user-approved setup-plan creation. Backends use OTLP/HTTP…

tracewayapp/traceway · 134 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens

agoragentic-transaction-assurance

Prepare, evaluate, and reconcile autonomous agent transactions without self-granting payment or owner authority. Use when an agent must bind principal authority, seller terms, payment evidence, execution, delivered outcome, and reconciliation; handle paid retries safely; or prepare an authority request for owner…

rhein1/agoragentic-integrations · 65 tokens

maya-shot-export

Pipeline stage — shot-level export: frame ranges, cameras, FBX / Alembic packaging for editorial. Use when packaging shot data for downstream departments. Not for full pipeline publish (maya-pipeline) or scene assembly (maya-scene-assembly).

dcc-mcp/dcc-mcp-maya · 60 tokens