geepers-data
Fetch structured data from 17 authoritative APIs — arXiv, Census Bureau, GitHub, NASA, Wikipedia, PubMed, news, weather, finance, FEC, and more — through a single endpoint. Use when you need real data from authoritative sources for research, visualizations, or analysis.
Why use this skill?
Use the geepers-data skill to fetch structured information from NASA, arXiv, GitHub, Wikipedia, and more. Ideal for research, analysis, and data-driven AI agent workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lukeslp/geepers-dataWhat This Skill Does
The geepers-data skill serves as a comprehensive gateway to structured information, aggregating data from 17 high-authority sources into one unified interface. Instead of navigating separate documentation and API structures for NASA, the Census Bureau, arXiv, or financial markets, this skill provides a standardized way to query, retrieve, and process verified data directly within your OpenClaw agent workflow.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/lukeslp/geepers-data
Ensure you have configured your environment variable with your API key:
export DREAMER_API_KEY=your_key_here
Use Cases
- Academic Research: Retrieve papers from arXiv or PubMed to summarize current breakthroughs in specific fields.
- Demographic Analysis: Pull US Census data for market research or local socioeconomic modeling.
- Market Intelligence: Query real-time financial data or FEC campaign records for corporate or political analysis.
- Content Curation: Aggregate technical articles, GitHub repository details, or book data from OpenLibrary for blog posts or newsletters.
- Historical Context: Access web snapshots through the Wayback Machine or check encyclopedia entries on Wikipedia to verify facts.
Example Prompts
- "Use geepers-data to search arXiv for the top 5 papers on machine learning interpretability published in the last year and provide a brief summary of each."
- "Can you check the current weather in Tokyo and then fetch the latest news headlines from major outlets related to Japan?"
- "Find the latest repository activity for the OpenClaw project on GitHub and search NASA's database for any recent relevant space imagery tagged with Earth observation."
Tips & Limitations
- Check Sources First: Always use
GET /v1/datato confirm the availability and correct source ID before running search queries. This prevents unnecessary errors. - Rate Limiting: While convenient, this is an abstraction layer. If your use case requires high-frequency data extraction, consider using the direct API of the specific provider to avoid hitting the geepers-data rate limits.
- Data Integrity: Always treat data as being provided by the original source; the skill acts as a proxy for these authoritative repositories. If you need extremely recent data (e.g., tick-by-tick stock trades), verify the latency of the finance source.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lukeslp-geepers-data": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
dreamer-llm
Send requests to the dr.eamer.dev LLM API for chat completions, vision analysis, image generation, text-to-speech, and video generation across 12 model providers. Use when you need to call an external LLM endpoint or want to compare responses across providers.
geepers-orchestrate
Run multi-agent Dream Cascade (hierarchical 3-tier synthesis) or Dream Swarm (parallel multi-domain search) workflows via the dr.eamer.dev orchestration API. Use when a task benefits from multiple specialized agents working in parallel or hierarchically.
geepers-etymology
Look up word etymology, historical sound changes, language family trees, and word evolution through the dr.eamer.dev etymology and diachronic linguistics API. Use for language history research, writing, or exploring how words have changed over time.
geepers-corpus
Query the COCA (Corpus of Contemporary American English) linguistics API for word frequency, collocations, concordances, and historical usage trends. Use for linguistic research, writing assistance, or understanding how words are actually used in American English.
geepers-llm
Send requests to the dr.eamer.dev LLM API for chat completions, vision analysis, image generation, text-to-speech, and video generation across 12 model providers. Use when you need to call an external LLM endpoint or want to compare responses across providers.