dt-drive

dt-drive is a skill for Claude Code, Codex from Mazalucas/El-DT-Lightweight-Army. It costs 44 tokens per session (1,661 once invoked), scanned C, original, MIT.

An optional Google Drive connection for an AI coding environment, using a local integration service and OAuth credentials. Google Drive is an online service for storing and sharing files.

In plain words
What is it for?
It helps connect the coding environment to selected company Drive folders after the required local session, Node.js, and OAuth setup is complete.
Why use it?
It keeps credentials and access tokens on the local machine instead of in the repository, while recording which Drive folders are used.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps connect the coding environment to selected company Drive folders after the required local session, Node.js, and OAuth setup is complete.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mazalucas/el-dt-lightweight-army/dt-drive
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 Mazalucas/El-DT-Lightweight-Army --skill dt-drive
Clone the repo
git clone --depth 1 https://github.com/Mazalucas/El-DT-Lightweight-Army

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 dt-drive

README.md
[![agentmods](https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/dt-drive/github.svg)](https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/dt-drive)
Your own site
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/dt-drive"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/dt-drive/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 dt-drive

Your own site · 80×15
<a href="https://agentmods.dev/skills/mazalucas/el-dt-lightweight-army/dt-drive"><img src="https://agentmods.dev/badge/skills/mazalucas/el-dt-lightweight-army/dt-drive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,661 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00044 $0.01661
Opus 5 $0.00022 $0.00830
Sonnet 5 $0.00009 $0.00332
Haiku 4.5 $0.00004 $0.00166

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

Security

Grade C, and why

dt-drive scanned grade C with 2 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 12d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Copia credenciales a `~/.config/mcp-server-google-drive/oauth-credentials.json` (chmod 600)

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

| MCP Google Drive | Entrada en el IDE: Cursor `~/.cursor/mcp.json` · Antigravity `~/.gemini/config/mcp_config.json` (`setup-drive.sh --ide …`) |
.agents/skills/dt-drive/SKILL.md · 119 lines

How it starts

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

dt-drive

Integración opcional de Google Drive vía MCP (@ibarcarty/mcp-server-google-drive). Sin credenciales en el repo; tokens y registro de carpetas solo en la máquina local.

Guías: docs/02_guides/drive-cerebro-setup.md (DOC-GUIDE-009) · admin Cloud: docs/06_operations/drive-google-cloud-admin.md (DOC-OPS-002).

Prerequisitos

Requisito Verificación
Sesión local vitals/ops/session.yaml con operator.id — si falta → /yo primero
Node.js 18+ node -v
Credenciales OAuth de la empresa Archivo JSON distribuido por canal interno (nunca en Git)
MCP Google Drive Entrada en el IDE: Cursor ~/.cursor/mcp.json · Antigravity ~/.gemini/config/mcp_config.json (setup-drive.sh --ide …)

Archivos

Archivo Git Rol
~/.config/mcp-server-google-drive/oauth-credentials.json No Client ID/secret de la app interna
~/.config/mcp-server-google-drive/tokens.json No Token OAuth del usuario
vitals/config/drive-context.yaml No Carpetas elegidas + propósito
vitals/config/drive-context.yaml.example Plantilla de schema

Flujo /drive — conexión inicial

  1. Confirmar sesión (/yo si falta).
  2. Preguntar si ya tiene dt-drive-credentials.json del canal interno de la empresa.
  3. Ejecutar ./scripts/setup-drive.sh [ruta/credenciales.json] [--ide cursor|antigravity|all]:
    • Valida Node 18+
    • Copia credenciales a ~/.config/mcp-server-google-drive/oauth-credentials.json (chmod 600)
    • Fija GDRIVE_MCP_SCOPES=https://www.googleapis.com/auth/drive.readonly
    • Corre npx @ibarcarty/mcp-server-google-drive auth si no hay token (abre navegador)
    • Registra MCP: Cursor → ~/.cursor/mcp.json · Antigravity → ~/.gemini/config/mcp_config.json (y legacy si aplica)
  4. Preguntar qué IDE usa. Antigravity: verificar Manage MCP Servers → raw config. Cursor: Settings → MCP.
  5. Pedir reiniciar el IDE si las tools no aparecen.
  6. Continuar con selector de carpetas (abajo).

Read the full file on GitHub · 119 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. 12d ago First seen · 119 lines · 44 tokens per session scan C 95fe9f59c660

Subscribe to this mod's changes

dt-drive is a skill published in the GitHub repository Mazalucas/El-DT-Lightweight-Army (4 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 1,661 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (asks for root, reads agent configuration directories). 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

agent-communication-protocol

Open protocol for AI agent interoperability enabling standardized communication between agents, applications, and humans across different frameworks.

majiayu000/claude-skill-registry · 25 tokens

dale-proof

Verify an existing implementation, fix, migration, deployment, runtime behavior, compatibility boundary, or other technical claim by mapping atomic claims to direct, fresh, reproducible primary signals and returning scoped PROVEN, PARTIAL, UNPROVEN, or CONTRADICTED verdicts with a compact proof capsule. Use when the…

lubluniky/dale · 127 tokens

dale-lenses

Reframe an already bounded, difficult engineering, product, operational, or strategic question through one rigorous reasoning lens and at most one genuinely opposing lens, producing a falsifiable model, decision cruxes, and evidence needs instead of a tour of frameworks. Use when the user explicitly invokes…

lubluniky/dale · 135 tokens

dale-visualize

Create clear, polished, self-contained HTML visualizations by selecting and adapting task-relevant patterns from Anthropic's html-effectiveness examples. Use when the user invokes $dale-visualize, selects Dale Visualize through /skills, or asks to turn code, architecture, research, plans, comparisons, reports…

lubluniky/dale · 111 tokens

world-builder

Create and manage generative game zones for Dorothy's Pokemon-style world. Use this skill when creating, updating, or designing game worlds via MCP tools.

Charlie85270/Dorothy · 33 tokens

dale-graph

Decompose complex work into an adaptive graph of owned outcomes and evidence, using subagents by default. Use for $dale-graph, a requested task graph, or work with independent implementation or proof boundaries.

lubluniky/dale · 45 tokens