← 返回 Skills 市场
lukeslp

Geepers Corpus

作者 Lucas Steuber · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
587
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install geepers-corpus
功能描述
Query the COCA (Corpus of Contemporary American English) linguistics API for word frequency, collocations, concordances, and historical usage trends. Use for...
使用说明 (SKILL.md)

Dreamer Corpus

Access the COCA corpus API at https://api.dr.eamer.dev.

COCA contains 1+ billion words of contemporary American English from spoken, fiction, magazine, newspaper, and academic sources.

Authentication

export DREAMER_API_KEY=your_key_here

Endpoints

Word Search / Concordance

GET https://api.dr.eamer.dev/v1/corpus/search?word=serendipity&limit=20

Returns KWIC (keyword-in-context) examples showing the word in actual usage.

Collocations

GET https://api.dr.eamer.dev/v1/corpus/collocations?word=run&pos=verb&limit=20

Returns words that statistically co-occur with the target word (MI score, frequency).

Frequency

GET https://api.dr.eamer.dev/v1/corpus/frequency?word=algorithm&genre=academic

Returns frequency per million words, with optional genre filter: spoken, fiction, magazine, newspaper, academic.

When to Use

  • Checking how formal or common a word is in real American English
  • Finding natural collocations for writing assistance
  • Linguistic research on word usage patterns
  • Historical frequency trends across decades

Don't Use When

  • You need non-English corpora
  • You need corpora other than contemporary American English (COCA is 1990-present)
安全使用建议
Do not install or use this skill until the developer clears up the inconsistencies. Ask for: (1) the canonical API provider and official docs proving access to COCA (an authoritative domain or project page), (2) why the registry lists no required env vars while SKILL.md requires DREAMER_API_KEY, and (3) a source/homepage or repo so you can inspect who runs api.dr.eamer.dev. Treat any queries you send to the service as potentially logged by an unknown third party; avoid sending sensitive text. If you cannot verify the API's legitimacy, prefer a skill backed by a known provider or one that documents its data provenance and credentials in the manifest.
功能分析
Type: OpenClaw Skill Name: geepers-corpus Version: 1.0.0 The skill bundle defines an API interaction with 'api.dr.eamer.dev' for linguistic data, requiring an API key via an environment variable. All instructions in SKILL.md are descriptive of the API's usage and endpoints, without any evidence of prompt injection attempts, malicious command execution, data exfiltration, or other harmful behaviors. The external API calls are the core stated purpose of the skill.
能力评估
Purpose & Capability
The skill description says it queries COCA, but the runtime instructions name the service 'Dreamer Corpus' and point to https://api.dr.eamer.dev (not an official COCA/english‑corpora host). The package metadata (name 'Geepers Corpus') doesn't match the SKILL.md branding. The lack of source/homepage makes it impossible to verify that this endpoint legitimately provides COCA data.
Instruction Scope
SKILL.md instructs the agent to call external endpoints and to set DREAMER_API_KEY. It does not request local file access, which is appropriate, but the instructions direct all queries to an unverified external host and ask the agent to use an API key (not declared in registry). There is nothing in the document indicating why a third‑party host is necessary or whether user queries or results are logged/shared beyond the API.
Install Mechanism
Instruction‑only skill with no install spec and no code files — nothing will be written to disk by an installer. This is a low install risk.
Credentials
The registry metadata lists no required environment variables, but SKILL.md instructs users to export DREAMER_API_KEY for authentication. That mismatch is a red flag: the skill will expect a secret not declared in its manifest, and the origin/scope of that credential is unclear.
Persistence & Privilege
always is false and there are no indications the skill requests persistent system privileges or modifies other skills/config. Autonomous invocation is allowed by platform default; that combined with the other concerns increases risk but is not by itself unusual.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geepers-corpus
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geepers-corpus 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of geepers-corpus skill. - Enables querying the COCA API for word frequency, collocations, concordances, and historical usage trends in American English. - Provides detailed API usage instructions, including authentication and sample endpoints. - Clarifies recommended and discouraged use cases for the skill.
元数据
Slug geepers-corpus
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Geepers Corpus 是什么?

Query the COCA (Corpus of Contemporary American English) linguistics API for word frequency, collocations, concordances, and historical usage trends. Use for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 587 次。

如何安装 Geepers Corpus?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install geepers-corpus」即可一键安装,无需额外配置。

Geepers Corpus 是免费的吗?

是的,Geepers Corpus 完全免费(开源免费),可自由下载、安装和使用。

Geepers Corpus 支持哪些平台?

Geepers Corpus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Geepers Corpus?

由 Lucas Steuber(@lukeslp)开发并维护,当前版本 v1.0.0。

💬 留言讨论