explorer-protocol

explorer-protocol is a skill for OpenCode from cruzs85/opencode-multiagente-local-37-iterations. It costs 21 tokens per session (916 once invoked), scanned A, original, MIT.

A safe procedure for examining only the local project codebase while avoiding repeated or endless exploration.

In plain words
What is it for?
Use it to inspect a project in a fixed order, find relevant files and dependencies, and limit exploration during coding tasks.
Why use it?
It keeps investigation focused on local files, project structure, internal dependencies, data flows, and edit locations. Web searches are restricted unless the task explicitly involves an external API or documentation.

Skill for OpenCode

Written for OpenCode: installed under .opencode/. Also seen: mentions AGENTS.md; mentions OpenCode.

Good fit Use it to inspect a project in a fixed order, find relevant files and dependencies, and limit exploration during coding tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cruzs85/opencode-multiagente-local-37-iterations/explorer-protocol
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 cruzs85/opencode-multiagente-local-37-iterations --skill explorer-protocol
Clone the repo
git clone --depth 1 https://github.com/cruzs85/opencode-multiagente-local-37-iterations

Made for: OpenCode.

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 explorer-protocol

README.md
[![agentmods](https://agentmods.dev/badge/skills/cruzs85/opencode-multiagente-local-37-iterations/explorer-protocol.svg)](https://agentmods.dev/skills/cruzs85/opencode-multiagente-local-37-iterations/explorer-protocol)
Your own site
<a href="https://agentmods.dev/skills/cruzs85/opencode-multiagente-local-37-iterations/explorer-protocol"><img src="https://agentmods.dev/badge/skills/cruzs85/opencode-multiagente-local-37-iterations/explorer-protocol.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 916 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.00021 $0.00916
Opus 5 $0.00010 $0.00458
Sonnet 5 $0.00004 $0.00183
Haiku 4.5 $0.00002 $0.00092

Measured 8d ago against content hash 7940391dd746, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

explorer-protocol 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 8d 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.

configuraciones/configuracion-10(solo-dos-modelos)/.opencode/skills/explorer-protocol/SKILL.md · 200 lines

How it starts

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

OBJETIVO

Explorar exclusivamente el codebase LOCAL del proyecto sin generar loops, crawling web ni exploraciones infinitas.


REGLAS OBLIGATORIAS

Exploración local únicamente

La exploración debe limitarse a:

  • archivos locales
  • estructura del proyecto
  • dependencias internas
  • flujos de datos
  • puntos de edición

PROHIBICIONES

PROHIBIDO usar webfetch para:

  • documentación de frameworks
  • documentación OpenCode
  • documentación Angular
  • troubleshooting
  • búsqueda general
  • crawling automático

WEBFETCH SOLO PERMITIDO SI:

La tarea menciona explícitamente:

  • API externa
  • documentación externa
  • integración de terceros
  • RFC
  • SDK externo

Si no existe una mención explícita:

  • NO usar webfetch.

ORDEN OBLIGATORIO DE EXPLORACIÓN

Paso 1

Identificar:

  • AGENTS.md
  • package.json
  • angular.json
  • tsconfig.json

Paso 2

Mapear:

  • src/
  • apps/
  • libs/
  • shared/

Paso 3

Identificar:

  • componentes relevantes
  • servicios relacionados
  • rutas
  • stores/signals
  • dependencias

REGLA ANTI-LOOP

Límites máximos

  • máximo 20 toolcalls
  • máximo 15 archivos inspeccionados
  • máximo 5 búsquedas consecutivas
  • máximo 1 reexploración de la misma ruta

Fingerprint de exploración

Toda exploración debe generar:

EXPLORER::::

Ejemplo:

EXPLORER::mapa::src/app/features/map

Si el mismo fingerprint reaparece:

  • TERMINAR
  • NO repetir exploración
  • solicitar aclaración

REGLA ANTI-LOOP EN BÚSQUEDAS SIN RESULTADOS

Límite de búsquedas consecutivas con 0 resultados

  • Máximo: 2 búsquedas consecutivas que retornen 0 resultados
  • Si 2 búsquedas consecutivas retornan 0 resultados:
    • TERMINAR inmediatamente la búsqueda
    • Concluir que la característica NO existe en el código actual
    • Reportar explícitamente: "La característica [X] no existe en el codebase"
    • Solicitar aclaración al usuario si esto es inesperado

PROHIBICIÓN DE REPETICIÓN

ESTRICTAMENTE PROHIBIDO repetir la misma búsqueda si:

  • La búsqueda anterior retornó 0 resultados
  • Los patrones de búsqueda son idénticos o semánticamente equivalentes

Read the full file on GitHub · 200 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. 8d ago First seen · 200 lines · 21 tokens per session scan A 7940391dd746

Subscribe to this mod's changes

explorer-protocol is a skill published in the GitHub repository cruzs85/opencode-multiagente-local-37-iterations (5 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 916 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

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens

diagnose

Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.

emdash-cms/emdash · 43 tokens

repro-admin

Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.

emdash-cms/emdash · 48 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

byted-util-volcengine-detect-retry

An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.

bytedance/agentkit-samples · 101 tokens