Installation

clawhub install lukeslp/geepers-data

Summary

Access 17 structured data sources through https://api.dr.eamer.dev .

SKILL.md

Dreamer Data

Access 17 structured data sources through https://api.dr.eamer.dev.

Authentication

bash
export DREAMER_API_KEY=your_key_here

Endpoints

List Available Sources

text
GET https://api.dr.eamer.dev/v1/data

Search Across Sources

text
POST https://api.dr.eamer.dev/v1/data/search
Body:
{
  "source": "arxiv",
  "query": "machine learning interpretability",
  "limit": 10
}

Available Sources

SourceIDWhat it provides
arXivarxivAcademic papers
Census BureaucensusUS demographic data
GitHubgithubCode repositories, issues, users
NASAnasaSpace data, images, astronomy
WikipediawikipediaEncyclopedia articles
PubMedpubmedBiomedical literature
NewsnewsCurrent events from 80+ outlets
WeatherweatherCurrent and forecast weather
FinancefinanceStock prices and market data
FECfecFederal campaign finance
OpenLibraryopenlibraryBooks and library records
Semantic Scholarsemantic_scholarAcademic citation graphs
YouTubeyoutubeVideo metadata
Wolfram AlphawolframComputational knowledge
Wayback MachinearchiveWeb archive snapshots
JudiciaryjudiciaryUS court records
MALmalAnime and manga data

When to Use

  • Research that needs verified, citable data
  • Building data pipelines from authoritative sources
  • Enriching existing datasets with external context

Don't Use When

  • The source you need isn't in the list (check /v1/data first)
  • You have direct API access to the source with higher rate limits

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.