model-exploration

model-exploration is a skill for Claude Code from honeydew-ai/honeydew-ai-coding-agents-plugins. It costs 93 tokens per session (2,246 once invoked), scanned A, original, Apache-2.0.

A guide for discovering the structure of a Honeydew semantic layer, which is a shared map of business entities and their fields. It helps inspect available fields and verify sample values in the correct workspace and branch.

In plain words
What is it for?
Use it to find entities and fields, set workspace and branch context, and check sample rows, field values, or counts before a larger analysis.
Why use it?
It prevents agents from guessing field names or using the model-discovery process to answer questions that require deeper data analysis. It keeps model exploration separate from investigating business results.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the honeydew-ai plugin — 13 skills, 1 hook, 1 MCP server shipped together

Good fit Use it to find entities and fields, set workspace and branch context, and check sample rows, field values, or counts before a larger analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/honeydew-ai/honeydew-ai-coding-agents-plugins/model-exploration
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 honeydew-ai/honeydew-ai-coding-agents-plugins --skill model-exploration
Clone the repo
git clone --depth 1 https://github.com/honeydew-ai/honeydew-ai-coding-agents-plugins

Made for: Claude Code.

Or install honeydew-ai, the plugin that ships this one along with the rest of its 13 skills, 1 hook, 1 MCP server.

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 model-exploration

README.md
[![agentmods](https://agentmods.dev/badge/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/model-exploration/github.svg)](https://agentmods.dev/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/model-exploration)
Your own site
<a href="https://agentmods.dev/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/model-exploration"><img src="https://agentmods.dev/badge/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/model-exploration/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 model-exploration

Your own site · 80×15
<a href="https://agentmods.dev/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/model-exploration"><img src="https://agentmods.dev/badge/skills/honeydew-ai/honeydew-ai-coding-agents-plugins/model-exploration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,246 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00093 $0.02246
Opus 5 $0.00046 $0.01123
Sonnet 5 $0.00019 $0.00449
Haiku 4.5 $0.00009 $0.00225

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

Security

Grade A, and why

model-exploration 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.

skills/model-exploration/SKILL.md · 161 lines

How it starts

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

Instructions

Scope: The Model, Not The Data

This skill discovers and verifies the model. It does not answer questions about the data.

When the goal is to understand, explain, or investigate something in the data — "how does this customer use the system", "why did revenue drop", "what drives churn", or anything that becomes a report — use the query skill's deep analysis (initiate_analysis + monitor_analysis). Honeydew's analysis engine plans and runs the multi-step investigation itself; hand it the question rather than decomposing it into structured queries yourself. This holds even when already mid-exploration and the field names are known.

Hand it the goal, not a plan built from what exploration just found. The fields you discovered here are a subset of the context the analyst has, and a question that prescribes the exact dimensions and steps suppresses the rest of it — see Asking the Question in the query skill.

get_data_from_fields in this skill is for spot-checks: confirm a field's values, verify a count, sample rows. Exact numbers from a spot-check are not an analysis. A question needing more than one query belongs in deep analysis, and if two have already run for one question, the third is a hard stop — hand the original question to initiate_analysis.

When To Use This Skill

Before ANY Honeydew work, set up your session and discover the model:

Step 0: Set workspace and branch Use get_session_workspace_and_branch to check the current session context. If no workspace/branch is set, use list_workspaces, list_workspace_branches, and set_session_workspace_and_branch to select the right workspace and branch. All subsequent tool calls use this context. See the workspace-branch skill for the full tool reference including branch creation, deletion, history, and PRs.

Step 1: List entities Use the list_entities MCP tool to see all entities in the model.

Step 2: Explore entity details Use the get_entity MCP tool with the relevant entity name to list its attributes, metrics, datasets, and relations.

Read the full file on GitHub · 161 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 · 161 lines · 93 tokens per session scan A f8145bf96eda

Subscribe to this mod's changes

model-exploration is a skill published in the GitHub repository honeydew-ai/honeydew-ai-coding-agents-plugins (39 stars, last pushed 10d ago), licensed Apache-2.0. It adds 93 tokens to every session and 2,246 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens

render-3d-product-showcase

Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…

gooseworks-ai/goose-skills · 159 tokens

telnyx-voice-advanced-curl

Advanced call control features including DTMF sending, SIPREC recording, noise suppression, client state, and supervisor controls. This skill provides REST API (curl) examples.

team-telnyx/ai · 44 tokens