acquiring-data

Fetch WRDS data, query REST APIs, and scrape sources on the Yale SOM HPC cluster with secure credentials.

5|1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/yale-som-hpc/claude-code-marketplace --skill acquiring-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acquiring-data
Source: https://github.com/yale-som-hpc/claude-code-marketplace/tree/main/plugins/hpc/skills/acquiring-data
Command: npx skills add https://github.com/yale-som-hpc/claude-code-marketplace --skill acquiring-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetching datasets from WRDS, REST APIs, and scraping sources on the Yale SOM HPC cluster risks credential leakage and redundant downloads. This skill ensures data is fetched securely, cached on /gpfs, and reused across analyses for reproducible work.

Core Features & Use Cases

  • Credential-safe data acquisition from WRDS, REST APIs, and web sources.
  • In-cluster downloads with caching to avoid repeated fetches and support reproducible pipelines.
  • Suitable for HPC data workflows, collaborative research, and long-running analyses.

Quick Start

Fetch WRDS data into project storage, cache results, and reuse credentials securely.

Frequently Asked Questions about acquiring-data

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

FAQPage Schema
How do I securely fetch WRDS data on an HPC cluster without leaking credentials?

Securely fetch WRDS data on an HPC cluster by using environment-based secrets to manage credentials. This approach prevents credential leakage while downloading datasets directly into your project storage for analysis.

How do I cache REST API query results on the Yale SOM HPC cluster for reproducible research?

Cache REST API query results on the Yale SOM HPC cluster by storing fetched data on the /gpfs file system. This caching mechanism avoids repeated downloads and supports reproducible research pipelines across collaborative analyses.

Does this data acquisition skill apply to collaborative research workflows on HPC systems?

Yes, this data acquisition skill is designed for collaborative research workflows on HPC systems. It safely handles in-cluster downloads with rate limiting, caching, and environment-based secrets to ensure reproducible long-running analyses.

What is the best way to avoid redundant downloads when scraping data sources for HPC pipelines?

The best way to avoid redundant downloads when scraping data sources for HPC pipelines is to cache results in project storage. This prevents duplicate fetches, reduces network load, and ensures consistent data across reproducible workflows.

Why do I need environment-based secrets for in-cluster data downloads?

You need environment-based secrets for in-cluster data downloads to prevent credential leakage when fetching data from WRDS or REST APIs. This safe credential handling ensures sensitive information remains protected during automated HPC data pipelines.