exploring-data-catalog

exploring-data-catalog is a skill for Claude Code, Codex from Kilo-Org/kilo-marketplace. It costs 99 tokens per session (2,499 once invoked), scanned A, a copy of exploring-data-catalog, Apache-2.0.

A read-only guide for inventorying and auditing AWS Glue Data Catalog assets, including S3 Tables, Redshift-federated catalogs, and remote Iceberg catalogs. It maps catalogs, databases, and tables without running queries.

In plain words
What is it for?
Use it to create a full data-landscape inventory or investigate a specific catalog, database, table, S3 path, or search term after confirming the AWS region and scope.
Why use it?
It helps developers understand what data assets exist in an AWS account and avoid incomplete results by handling pagination and confirming the intended scope.

Skill for Claude CodeCodex

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

Good fit Use it to create a full data-landscape inventory or investigate a specific catalog, database, table, S3 path, or search term after confirming the AWS region and scope.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kilo-org/kilo-marketplace/exploring-data-catalog
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 Kilo-Org/kilo-marketplace --skill exploring-data-catalog
Clone the repo
git clone --depth 1 https://github.com/Kilo-Org/kilo-marketplace

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 exploring-data-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/kilo-org/kilo-marketplace/exploring-data-catalog.svg)](https://agentmods.dev/skills/kilo-org/kilo-marketplace/exploring-data-catalog)
Your own site
<a href="https://agentmods.dev/skills/kilo-org/kilo-marketplace/exploring-data-catalog"><img src="https://agentmods.dev/badge/skills/kilo-org/kilo-marketplace/exploring-data-catalog.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,499 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 88% copy Near-identical to another mod 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.00099 $0.02499
Opus 5 $0.00049 $0.01249
Sonnet 5 $0.00020 $0.00500
Haiku 4.5 $0.00010 $0.00250

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

Security

Grade A, and why

exploring-data-catalog 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 4d 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.

Origin

This is a copy

88% identical to exploring-data-catalog — 56 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/exploring-data-catalog/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.

Structured inventory and cataloging across your AWS data landscape: Glue Data Catalog with S3 Tables, Redshift-federated, and remote Iceberg catalogs.

Overview

Maps data in an AWS account. Starts with catalog landscape (Glue, S3 Tables, federated), then drills into databases and tables. Read-only — no query execution.

Constraints for parameter acquisition:

  • You MUST ask for the target AWS region upfront if not provided
  • You MUST support a single optional argument: search term, catalog name, database name, S3 path, or table name
  • You MUST accept the argument as direct input or a pointer to a file containing the spec
  • You MUST confirm the scope (full landscape vs. targeted deep dive) before making API calls
  • You MUST respect the user's decision to abort at any step

Common Tasks

Pagination: All list and search calls in this workflow may return paginated results. You MUST pass --next-token from the previous response until no more tokens are returned. You MUST NOT assume a single page contains all results.

1. Verify Dependencies

Check for required tools and AWS access before discovery.

Constraints:

  • You MUST verify AWS MCP server tools are available (aws___call_aws, aws___search_documentation) and fall back to AWS CLI if not
  • You MUST confirm credentials are valid: aws sts get-caller-identity
  • You MUST inform the user about any missing tools and ask whether to proceed

2. Consult Catalog Context (experimental — suggested first lookup)

Customers may publish context assets that describe the data landscape (canonical names, domains, ownership) faster than a full enumeration.

These are the Glue Discovery operations (Search / GetAsset / ListIterableForms / BatchGetIterableForms) — a distinct metadata-search surface, NOT the legacy glue search-tables. They are experimental — not available in every CLI build. Gate the lookup on two checks first:

  1. Availability. Confirm the GetAsset operation exists in the caller's Glue CLI model (redirect output so the CLI pager cannot block a non-interactive agent):

Read the full file on GitHub · 200 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 200 lines · 99 tokens per session scan A 219d50a4cd14

Subscribe to this mod's changes

exploring-data-catalog is a skill published in the GitHub repository Kilo-Org/kilo-marketplace (173 stars, last pushed 18d ago), licensed Apache-2.0. It adds 99 tokens to every session and 2,499 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to exploring-data-catalog, differing in 56 lines, and is treated as a copy.

Related

Other skills, from other repositories

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

google-cloud-solution-agentic-analytics-spark-knowledge-catalog

Discovers requirements and generates guidance to design and deploy a governed, secure agentic-analytics solution for data that's distributed across Google Cloud, other cloud providers, or on-premises. Data that's outside Google Cloud (such as data from Databricks, Snowflake, Salesforce, SAP, or Oracle systems) is…

google/skills · 138 tokens

training-check

Interactively monitor training metrics from the current Codex session, periodically checking WandB or fallback logs for NaN, divergence, plateaus, and broken runs.

wanshuiyin/Auto-claude-code-research-in-sleep · 35 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens