geepers-data

Retrieve structured data from 17 authoritative APIs via a single Dreamer endpoint.

1|Updated May 20, 2026
One-click install
npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill geepers-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geepers-data
Source: https://github.com/Wanli-Lee/CUA-Claw-Harness/tree/main/skills/2/geepers-data
Command: npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill geepers-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of finding and assembling structured, trustworthy real-world data from many different sources without writing and maintaining multiple custom API clients.

Core Features & Use Cases

  • Unified multi-source data access: Query and retrieve structured datasets spanning research, demographics, finance, news, weather, and more from 17 authoritative APIs through a single endpoint.
  • Cross-source search: Run one search request specifying a source and query, with controllable limits for rapid dataset building.
  • Authentication via API key: Use a single DREAMER_API_KEY to access all supported sources consistently.

Use cases include building analysis datasets for research, creating visualization inputs for dashboards, enriching existing datasets with external context, and performing quick validation against authoritative information.

Quick Start

Call the unified endpoint https://api.dr.eamer.dev/v1/data to list available sources, then use https://api.dr.eamer.dev/v1/data/search to search within a chosen source like arxiv or wikipedia.

Frequently Asked Questions about geepers-data

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

FAQPage Schema
How do I retrieve structured data from multiple authoritative APIs without writing custom clients?

Query structured authoritative data from 17 domains like arXiv, NASA, and finance through a single Dreamer endpoint. It consolidates cross-source information into one API, eliminating the need to write and maintain multiple custom clients.

What sources can I search through a unified API aggregation endpoint?

A unified API aggregation endpoint supports cross-source searches across arXiv, Census, GitHub, NASA, Wikipedia, PubMed, news, weather, finance, and FEC, totaling 17 authoritative APIs for research and dataset enrichment pipelines.

Do I need a specific API key to access the Dreamer data endpoint?

Yes, you need a DREAMER_API_KEY for authentication. This single key grants access to all supported sources, allowing you to list available sources and send POST search requests with source, query, and limit parameters.

How do I run a search request for arXiv papers using a unified data endpoint?

Call `https://api.dr.eamer.dev/v1/data` to list sources, then POST to `https://api.dr.eamer.dev/v1/data/search` with `arxiv` as the source, your query, and a limit to build datasets for research or visualization pipelines.

Can I use this unified data retrieval endpoint for dataset enrichment and visualization pipelines?

Yes, the endpoint retrieves structured data suited for dataset enrichment and visualization pipelines. You can gather external context from authoritative sources like Census or weather APIs to validate and enhance existing datasets with controllable limits.

What is the best way to query cross-source information for research datasets?

The best way to query cross-source information is using a single endpoint that applies to research and dataset building. Specify the source and query in a POST request to rapidly retrieve structured data from 17 authoritative APIs with controllable limits.