← 返回 Skills 市场
Geepers Data
作者
Lucas Steuber
· GitHub ↗
· v1.0.0
730
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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/datafirst) - You have direct API access to the source with higher rate limits
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install geepers-data - 安装完成后,直接呼叫该 Skill 的名称或使用
/geepers-data触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 730 次。
如何安装 Geepers Data?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install geepers-data」即可一键安装,无需额外配置。
Geepers Data 是免费的吗?
是的,Geepers Data 完全免费(开源免费),可自由下载、安装和使用。
Geepers Data 支持哪些平台?
Geepers Data 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Geepers Data?
由 Lucas Steuber(@lukeslp)开发并维护,当前版本 v1.0.0。
推荐 Skills