ag-14-data-engine-cli

ag-14-data-engine-cli is a command for Claude Code from andregusman-raiz/a-gusman-claude. It costs 0 tokens per session (1,175 once invoked), scanned A, original, MIT.

A command for requesting governed access to a Data Engine’s data and APIs. A CLI, or command-line interface, is a tool operated by typing commands in a terminal; this command also checks whether that tool exists in the local code or is merely missing from the system path.

In plain words
What is it for?
Use it when an app, platform, agent, or automation needs to map or request access to Data Engine data or APIs.
Why use it?
It prevents incorrect conclusions about whether the Data Engine command exists and requires the relevant knowledge and access contracts to be checked first.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/andregusmandeoliveira/Claude/GitHub/data-engine-app.

Good fit Use it when an app, platform, agent, or automation needs to map or request access to Data Engine data or APIs.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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 ag-14-data-engine-cli

README.md
[![agentmods](https://agentmods.dev/badge/commands/andregusman-raiz/a-gusman-claude/ag-14-data-engine-cli/github.svg)](https://agentmods.dev/commands/andregusman-raiz/a-gusman-claude/ag-14-data-engine-cli)
Your own site
<a href="https://agentmods.dev/commands/andregusman-raiz/a-gusman-claude/ag-14-data-engine-cli"><img src="https://agentmods.dev/badge/commands/andregusman-raiz/a-gusman-claude/ag-14-data-engine-cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ag-14-data-engine-cli

Your own site · 80×15
<a href="https://agentmods.dev/commands/andregusman-raiz/a-gusman-claude/ag-14-data-engine-cli"><img src="https://agentmods.dev/badge/commands/andregusman-raiz/a-gusman-claude/ag-14-data-engine-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,175 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.00000 $0.01175
Opus 5 $0.00000 $0.00588
Sonnet 5 $0.00000 $0.00235
Haiku 4.5 $0.00000 $0.00118

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

Security

Grade A, and why

ag-14-data-engine-cli 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 10d 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.

commands/ag-14-data-engine-cli.md · 163 lines

How it starts

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

ag-14-data-engine-cli

Use este comando quando uma plataforma, app, agente ou automacao precisar pedir acesso governado a dados/APIs do Data Engine.

Fase -1: Resolver CLI

Antes de concluir que o CLI data-engine nao existe, verifique:

data-engine --help

Se nao estiver no PATH, use o repo local:

cd /Users/andregusmandeoliveira/Claude/GitHub/data-engine-app
uv run data-engine --help

Se a branch local nao tiver raiz_data_engine/cli/main.py, verifique origin/main:

git fetch origin main --prune
git show origin/main:pyproject.toml | rg "data-engine ="
git ls-tree -r --name-only origin/main | rg "^raiz_data_engine/cli/main.py$"

Nunca diga "CLI nao existe" apenas porque o comando nao esta instalado globalmente. Diferencie:

  • CLI nao implementado no codigo;
  • CLI implementado, checkout antigo;
  • CLI implementado, nao instalado no PATH.

Fase 0: Knowledge Gateway obrigatorio

Antes de responder, mapear, sugerir escopo ou abrir pedido, consulte:

GET /v1/knowledge/llm-context
GET /v1/knowledge/index
GET /v1/agent/contract

Para detalhes:

GET /v1/knowledge/resources/{resource_type}/{resource_id}

Tipos validos:

kpi
provider
contract
panel
endpoint
dbt_model
agent_contract

A fonte canonica e o Knowledge Gateway, compilado de OpenAPI, manifests, registries, contracts, providers, dbt e Alembic.

Trate:

  • known_gaps como gaps do discovery plane;
  • known_limitations como limitacoes declaradas dos recursos.

Ordem preferida

  1. /v1/knowledge/llm-context
  2. /v1/knowledge/index
  3. /v1/agent/contract
  4. /v1/kpis/search ou /v1/kpis/catalog
  5. /v1/agg/canonical/{panel_id}/{metric_id}
  6. /openapi.json apenas para confirmar contrato tecnico

Raw SQL so como fallback, com source="neon", quando rotas canonicas nao resolverem e o motivo estiver documentado.

Fluxo

  1. Entenda $ARGUMENTS.
  2. Resolva o runtime do CLI.
  3. Consulte Knowledge Gateway.
  4. Prefira rotas canonicas.
  5. Busque operacao com uv run data-engine catalog search.
  6. Gere manifesto com uv run data-engine access draft.
    • Para LLM, use --allow-llm, scope especifico como read:llm, provider/modelo/budget quando disponiveis.
  7. Valide com uv run data-engine access validate.
  8. Faca preview com uv run data-engine access preview.
  9. Abra pedido com uv run data-engine access request.
  10. Informe request id, status e pendencia de aprovacao.

Read the full file on GitHub · 163 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. 10d ago First seen · 163 lines · 0 tokens per session scan A 7256c828dd23

Subscribe to this mod's changes

ag-14-data-engine-cli is a command published in the GitHub repository andregusman-raiz/a-gusman-claude (19 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,175 tokens. 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-30.