ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 5/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lukeslp/geepers-data
Or

What 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

  1. "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."
  2. "Can you check the current weather in Tokyo and then fetch the latest news headlines from major outlets related to Japan?"
  3. "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/data to 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

Author@lukeslp
Stars1601
Views1
Updated2026-02-27
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lukeslp-geepers-data": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#data-retrieval#research-tool#api-integration#automation
Safety Score: 5/5

Flags: network-access, external-api