dst-tables

Lists and filters Antarctic sea-ice tables by subject or keyword.

2|1|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/mikkelkrogsholm/dst-skills --skill dst-tables
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dst-tables
Source: https://github.com/mikkelkrogsholm/dst-skills/tree/main/.claude/skills/dst-tables
Command: npx skills add https://github.com/mikkelkrogsholm/dst-skills --skill dst-tables

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Users want to quickly locate which DST tables exist for a given topic or search term, enabling fast jump-to data retrieval.

Core Features & Use Cases

  • Table discovery: List tables by subject or search term.
  • Subject navigation: Drill down into sub-subjects to find relevant tables.
  • Exportable results: Save results for offline reference.

Quick Start

python scripts/api/get_tables.py --subject 02

Frequently Asked Questions about dst-tables

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Danish DST tables by subject or keyword?

Search DST tables by subject or keyword using the Skill's CLI to browse and filter available tables. Specify a subject code (e.g., `--subject 02`) or search term to retrieve structured metadata including table ID, description, and available periods for data retrieval.

What information does DST table discovery provide about each table?

Each discovered table returns metadata fields: id, text, description, updated timestamp, firstPeriod, latestPeriod, active status, variables, and unit. This structured output supports both CLI queries and programmatic API usage for identifying and accessing specific datasets.

Can I drill down into sub-subjects to narrow my DST table search?

Yes, DST table discovery supports subject navigation to drill down into sub-subjects and locate relevant tables within specific domains. Filter results by subject hierarchy and combine filters to refine your search before exporting for offline reference.

How do I export DST table search results for offline use?

Save discovered table results locally for offline reference after filtering by subject or keyword. Export maintains the structured metadata format, enabling downstream integration with data fetching workflows or documentation.

What's the fastest way to locate a specific DST table ID for data retrieval?

Search by keyword or browse by subject to quickly locate the table ID you need, then use that ID for direct data fetching. The Skill returns results immediately, supporting both CLI and API usage patterns for seamless data pipeline integration.