s3-latest

Identify and retrieve the most recent S3 exports for a specified hub.

35|12|Updated Jan 10, 2017
One-click install
npx skills add https://github.com/dpla/ingestion3 --skill s3-latest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: s3-latest
Source: https://github.com/dpla/ingestion3/tree/main/docs/ai-context/archive/claude-skills/s3-latest
Command: npx skills add https://github.com/dpla/ingestion3 --skill s3-latest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires awscli, and includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly identify and verify the most recent harvest, mapping, and jsonl exports stored in S3 for a given hub, enabling timely data validation and ingestion readiness.

Core Features & Use Cases

  • Locate the latest data exports (harvest, mapping, jsonl) for a hub in S3.
  • Validate recency and presence of required artifacts before ingestion or auditing.
  • Use Case: When preparing an ingestion run, confirm that the hub has the latest mappings and harvest data available.

Quick Start

Ask the skill to fetch the latest S3 exports for a specific hub.

Frequently Asked Questions about s3-latest

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

FAQPage Schema
How do I find the latest hub exports in S3?

To check the latest S3 exports for ingestion readiness, the skill validates the recency and presence of required artifacts by reading S3 prefixes and parsing object metadata. It returns the latest timestamps to confirm harvest, mapping, and jsonl availability.

How do I validate S3 data artifacts before an ingestion run?

To validate S3 data artifacts before an ingestion run, the skill cross-checks the availability and recency of harvest, mapping, and jsonl exports. It parses S3 object metadata to confirm the latest required data is present.

Does this skill require aws-cli to retrieve S3 export metadata?

Yes, retrieving S3 export metadata requires aws-cli as a dependency. The skill uses the aws-cli tool to read S3 prefixes and parse object metadata for validating hub data artifacts.

Can I use this to audit hub data across different S3 prefixes?

Yes, you can use this to audit hub data across different S3 prefixes. The skill reads the prefixes, parses object metadata, and returns the latest timestamps and artifact availability to support data auditing workflows.