om-context-native

om-context-native is a skill for Claude Code, Codex from calvinchengx/data-agent-service. It costs 17 tokens per session (244 once invoked), scanned A, original, Apache-2.0.

A catalog lookup method that returns related business definitions and data assets together. It is used when the catalog provides assembled-context tools instead of separate searches and detail reads.

In plain words
What is it for?
Finding related glossary terms, metrics, and assets; reading table context and linked fields; comparing catalog details with warehouse descriptions; and falling back to individual searches when needed.
Why use it?
It reduces separate lookup steps while still requiring the agent to check the catalog's meaning against the warehouse's physical table structure.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Finding related glossary terms, metrics, and assets; reading table context and linked…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calvinchengx/data-agent-service/om-context-native
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.

Any agent
npx skills add calvinchengx/data-agent-service --skill om-context-native
Clone the repo
git clone --depth 1 https://github.com/calvinchengx/data-agent-service

Made for: Claude Code, Codex.

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 om-context-native

README.md
[![agentmods](https://agentmods.dev/badge/skills/calvinchengx/data-agent-service/om-context-native.svg)](https://agentmods.dev/skills/calvinchengx/data-agent-service/om-context-native)
Your own site
<a href="https://agentmods.dev/skills/calvinchengx/data-agent-service/om-context-native"><img src="https://agentmods.dev/badge/skills/calvinchengx/data-agent-service/om-context-native.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 244 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00017 $0.00244
Opus 5 $0.00009 $0.00122
Sonnet 5 $0.00003 $0.00049
Haiku 4.5 $0.00002 $0.00024

Measured 6d ago against content hash a0e2121eb588, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

om-context-native 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 6d 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.

agent/skills/om-context-native/SKILL.md · 13 lines

What it actually says

Loaded when DAS_OM_CONTEXT_MODE=native and the catalog exposes find_context / get_asset_context. These replace steps 1–3 of om-grounded-sql; steps 4–6 and the abstention rules are unchanged.

  • Call find_context once with the question's business terms together, not one term at a time. It returns glossary terms, metrics, and candidate assets already related to each other.
  • Call get_asset_context on each asset you intend to query; it returns the table with its column descriptions, tags, keys, and linked terms in one payload. Still call the warehouse's describe_table — the catalog describes meaning, the executor describes what is physically there, and the two can disagree (say so if they do).
  • A metric's expression is still the definition; the assembled context does not change that.
  • If find_context returns nothing relevant, fall back to search_metadata per term before abstaining, and name both attempts in the abstention.
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. 6d ago First seen · 13 lines · 17 tokens per session scan A a0e2121eb588

Subscribe to this mod's changes

om-context-native is a skill published in the GitHub repository calvinchengx/data-agent-service (0 stars, last pushed 4d ago), licensed Apache-2.0. It adds 17 tokens to every session and 244 once invoked, about $0.0001 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

auditing-azure-active-directory-configuration

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

xalgorix/xalgorix · 58 tokens

detecting-azure-service-principal-abuse

Detect and investigate Azure service principal abuse including privilege escalation, credential compromise, admin consent bypass, and unauthorized enumeration in Microsoft Entra ID environments.

xalgorix/xalgorix · 38 tokens

detecting-azure-lateral-movement

Detect lateral movement in Azure AD/Entra ID environments using Microsoft Graph API audit logs, Azure Sentinel KQL hunting queries, and sign-in anomaly correlation to identify privilege escalation, token theft, and cross-tenant pivoting.

xalgorix/xalgorix · 54 tokens

azure-ad-illicit-consent-grant

Exploit Illicit Consent Grants in Azure Active Directory (Entra ID). This skill covers crafting a malicious OAuth application to trick victims into granting broad permissions (like reading emails, modifying files) without requiring their password or MFA.

ShulkwiSEC/bb-huge · 56 tokens

Azure Identity Design

Entra ID, managed identity, and workload identity federation design for Azure — when to use which, and how to avoid long-lived service-principal secrets.

niels-emmer/myace · 35 tokens

azure-ad-lateral-movement

Execute lateral movement within Microsoft Entra ID (formerly Azure AD) and Microsoft 365 environments. Use this skill to traverse cloud resources using compromised user tokens, managed identities, Primary Refresh Tokens (PRT), and application permissions (Service Principals) to achieve Global Administrator access.

ShulkwiSEC/bb-huge · 62 tokens