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.
npx agentmods add skills/steephq/steep-mcp/steep-analyticsnpx skills add SteepHq/steep-mcp --skill steep-analyticsgit clone --depth 1 https://github.com/SteepHq/steep-mcpWrote 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.
[](https://agentmods.dev/skills/steephq/steep-mcp/steep-analytics)<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>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.
| Model | Per session | Once 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 |
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.
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
- Use
list_metrics/search_metricsto find the metric. Don't guess metric names — resolve them first. - Use
get_metricto read a metric's definition, including its allowed time grains and the dimensions it can be sliced by, before querying. - Use
list_targets,list_entities, andlist_modulesto explore the model.
Querying metric data
query_metrictakes 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-01→2026-05-31, not2026-05-01→2026-06-01(the inclusive end pulls in June and breaks grain alignment, returningTIME_PERIOD_DOES_NOT_MATCH_ALLOWED_TIME_GRAINS). - Daily-grain metrics accept any range. Check
get_metricif a query fails on grain alignment. - Omit the time grain for a single aggregate over the whole period.
Targets
list_targetsthenquery_targetto 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.
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.
- 4d ago First seen · 50 lines · 52 tokens per session scan A a5966bcf0f29
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.
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).
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…
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.…
client-scripts
Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.
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…
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).