Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

eodhdeodhd 命令行

Agent Skill

eodhd 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,067

周安装

428

GitHub Stars

公开资料未说明

下载量

3,527
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:eodhd(eodhd 命令行)
来源仓库:https://github.com/oscraters/eodhd
安装命令:
openclaw skills install eodhd
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install eodhd

简介

构建 EODHD API 的无状态 Bash CLI 包装器,便于 OpenClaw 集成。

  • 适用于金融数据获取与市场信息查询任务规划。eodhd 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 支持公开 API 调用封装与结果结构化输出。
  • 使用前需配置 API 密钥与网络访问权限。
  • 建议根据实际接口文档调整参数避免请求超限。

SKILL.md

name
eodhd
description
Plan, build, review, or extend a stateless Bash CLI wrapper for the publicly documented EODHD API, intended for OpenClaw agents and Clawhub.ai distribution. Use when Codex needs to define command structure, auth handling, error semantics, redaction rules, CI, packaging, or skill metadata for an open source EODHD integration that must follow OpenClaw secrets management and avoid leaking sensitive data to stdout, stderr, logs, examples, or repo artifacts.

EODHD

Overview

Build the wrapper as a small, stateless Bash CLI that translates stable subcommands into EODHD HTTPS requests and emits machine-friendly output. Keep secrets outside the repo and outside the CLI's own persistence model by aligning auth to OpenClaw-managed environment injection.

Workflow

  1. Confirm the task shape.

- If the user is asking for a plan, load references/implementation-plan.md. - If the user is asking how to wire credentials safely, load references/openclaw-secrets.md. - If the user is asking for actual code changes, implement the narrowest useful slice first and preserve stateless behavior.

  1. Hold the contract steady.

- Prefer eodhd as the binary name. - Default to JSON on stdout and diagnostics on stderr. - Exit non-zero on HTTP, auth, or argument errors. - Do not create config files, caches, token stores, or hidden state.

  1. Keep auth OpenClaw-native.

- Expect EODHD_API_KEY to be injected by OpenClaw. - Allow a one-shot explicit override like --api-key only if the user asks for it or the implementation already exposes it. - Do not read plaintext secrets from repo files, sample configs, shell history helpers, or generated artifacts. - Keep the publish metadata aligned with that contract by declaring EODHD_API_KEY as the primary required credential.

  1. Enforce redaction and logging hygiene.

- Never print the raw API key to stdout or stderr. - Redact secrets in debug output, dry-run output, request traces, and test snapshots. - Avoid set -x unless xtrace output is redirected through a sanitizer. - Treat query strings, headers, and copied curl commands as sensitive if they can contain api_token.

  1. Prefer a narrow, agent-friendly surface.

- Start with stable commands such as eod, fundamentals, real-time, search, exchanges, and raw. - Add generic --query key=value support before adding many bespoke flags. - Use a raw escape hatch for unsupported endpoints instead of blocking new EODHD API coverage.

  1. Preserve public-distribution constraints.

- Assume the repo is public. - Use only public EODHD docs and public sample symbols in examples. - Avoid local-machine assumptions, personal data, or environment-specific artifacts. - Verify the release bundle contains scripts/eodhd and the metadata that declares it.

Implementation Rules

  • Keep the CLI dependency-light: Bash plus curl as the baseline.
  • Use deterministic argument parsing and stable exit codes.
  • Separate URL construction, request execution, error translation, and output handling into small shell functions.
  • Make debug behavior opt-in with --verbose or --dry-run.
  • If tests are added, prefer smoke tests around URL generation, argument validation, and redaction.

Deliverables

  • scripts/eodhd for the CLI entrypoint when implementation starts
  • scripts/check-package.sh for package and manifest consistency checks
  • references/implementation-plan.md for milestones and acceptance criteria
  • references/openclaw-secrets.md for secret and logging constraints
  • agents/openai.yaml for Clawhub/OpenAI-facing metadata

Validation

  • Check that examples never expose a real token.
  • Check that debug or dry-run output replaces token values with a fixed mask such as ***REDACTED***.
  • Check that auth failure, HTTP failure, and usage failure produce distinct exit codes or clearly distinct stderr messages.
  • Check that the manifest declares EODHD_API_KEY and includes scripts/eodhd in the packaged files.
  • Check that the repo contains no .env, token snapshots, or generated local artifacts.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.15%
按下载量换算3,180

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills