← Back to Skills Marketplace
lukeslp

Geepers Data

by Lucas Steuber · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
730
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install geepers-data
Description
Fetch structured data from 17 authoritative APIs — arXiv, Census Bureau, GitHub, NASA, Wikipedia, PubMed, news, weather, finance, FEC, and more — through a s...
README (SKILL.md)

Dreamer Data

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

Authentication

export DREAMER_API_KEY=your_key_here

Endpoints

List Available Sources

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

Search Across Sources

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

Available Sources

Source ID What it provides
arXiv arxiv Academic papers
Census Bureau census US demographic data
GitHub github Code repositories, issues, users
NASA nasa Space data, images, astronomy
Wikipedia wikipedia Encyclopedia articles
PubMed pubmed Biomedical literature
News news Current events from 80+ outlets
Weather weather Current and forecast weather
Finance finance Stock prices and market data
FEC fec Federal campaign finance
OpenLibrary openlibrary Books and library records
Semantic Scholar semantic_scholar Academic citation graphs
YouTube youtube Video metadata
Wolfram Alpha wolfram Computational knowledge
Wayback Machine archive Web archive snapshots
Judiciary judiciary US court records
MAL mal Anime 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
Usage Guidance
This skill calls a third‑party API (https://api.dr.eamer.dev) and asks you to set DREAMER_API_KEY, but the registry shows no source or homepage and the metadata omits the declared API key — that mismatch is suspicious. Before installing: (1) ask the owner for provenance (official homepage, source repo, docs, privacy and retention policy); (2) verify who operates api.dr.eamer.dev and how they handle and store queries and results; (3) do not provide sensitive secrets or personal data to the skill; (4) prefer testing with non-sensitive queries and a throwaway API key; and (5) request that the skill metadata be corrected to declare DREAMER_API_KEY in requires.env and to resolve the name/URL inconsistency. If you cannot verify the operator or privacy practices, avoid using the skill for confidential data.
Capability Analysis
Type: OpenClaw Skill Name: geepers-data Version: 1.0.0 The skill bundle describes how to interact with a third-party API (`https://api.dr.eamer.dev`) to fetch structured data from various sources. The `SKILL.md` file provides clear instructions for authentication via an environment variable (`DREAMER_API_KEY`) and details the available endpoints and data sources. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided files. The instructions are straightforward and align with the stated purpose of accessing external data.
Capability Assessment
Purpose & Capability
The skill claims to provide unified access to 17 authoritative data sources via a single endpoint, which is plausible. However the SKILL.md uses the name 'Dreamer Data' and an api.dr.eamer.dev endpoint while the registry entry is 'Geepers Data' and has no source/homepage. That name/URL mismatch and missing provenance reduce trust.
Instruction Scope
Runtime instructions direct the agent to send GET/POST requests to https://api.dr.eamer.dev and to export a DREAMER_API_KEY. This means user queries (and any data the agent includes in requests) will be transmitted to an external third party. The instructions do not describe data retention, privacy, or rate limits, so sensitive data could be exposed.
Install Mechanism
No install spec and no code files — the skill is instruction-only so it does not write to disk or pull external code during install. That lowers local installation risk, but runtime network calls to a third party remain.
Credentials
Registry metadata lists no required environment variables or primary credential, but the SKILL.md explicitly instructs users to set DREAMER_API_KEY. This mismatch is a red flag: the skill will require a credential to operate but that requirement wasn't declared in the registry metadata (no justification or scope provided for the key).
Persistence & Privilege
always:false and no install/configure steps are present. The skill does not request persistent system presence or elevated privileges in the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install geepers-data
  3. After installation, invoke the skill by name or use /geepers-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
geepers-data 1.0.0 – Initial Release - Unified access to 17 authoritative data sources (arXiv, Census Bureau, NASA, Wikipedia, GitHub, PubMed, finance, weather, news, and more). - Simple authentication and endpoint structure for both source listing and cross-source searching. - Designed for research, visualizations, and data analysis needing verified external data. - Provides clear usage guidance and a comprehensive source table.
Metadata
Slug geepers-data
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Geepers Data?

Fetch structured data from 17 authoritative APIs — arXiv, Census Bureau, GitHub, NASA, Wikipedia, PubMed, news, weather, finance, FEC, and more — through a s... It is an AI Agent Skill for Claude Code / OpenClaw, with 730 downloads so far.

How do I install Geepers Data?

Run "/install geepers-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Geepers Data free?

Yes, Geepers Data is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Geepers Data support?

Geepers Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Geepers Data?

It is built and maintained by Lucas Steuber (@lukeslp); the current version is v1.0.0.

💬 Comments