← 返回 Skills 市场
Korea Eximbank Exchange CLI
作者
Chloe Park
· GitHub ↗
· v0.1.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install korea-eximbank-exchange-cli
功能描述
Korea Eximbank (한국수출입은행) OpenAPI 환율(AP01/AP02/AP12) 조회 CLI — 날짜/통화 필터, JSON/CSV 출력 지원
使用说明 (SKILL.md)
Korea Eximbank Exchange CLI
Korea Eximbank (한국수출입은행) OpenAPI 기반 환율 조회 CLI이다. 지정한 날짜의 KRW 기준 환율표(AP01/일반고시환율 등)를 JSON/CSV로 출력한다.
- 공식 API: https://www.koreaexim.go.kr/site/program/financial/exchangeJSON
- 인증키: 환경변수
KOREAEXIM_API_KEY사용
설치
pip install -e .
사용법
export KOREAEXIM_API_KEY="\x3C발급키>"
eximbank-exchange --date 2024-12-31 --table AP01 --format json | jq '.'
옵션:
--date YYYY-MM-DD또는YYYYMMDD(기본: 오늘, KST)--table AP01|AP02|AP12(기본: AP01)--format json|csv(기본: json)--filter \x3CCURRENCY>특정 통화만 필터 (예: USD, JPY)
예시
eximbank-exchange --date 2025-01-02 --table AP01 --filter USD --format csv
주의사항
- 영업일이 아닌 경우 API는 빈 배열([])을 반환할 수 있다.
- 요청 제한이 있을 수 있으며, 오류 시 API의
msg필드를 확인하라.
安全使用建议
This skill appears to be an instructions-only wrapper for a CLI that calls Korea Eximbank's OpenAPI and legitimately needs only your KOREAEXIM_API_KEY. However, the skill bundle does not include the CLI code or an install spec even though SKILL.md tells you to `pip install -e .` and run `eximbank-exchange`. Before installing or running anything, do the following: 1) Inspect the referenced GitHub repo (https://github.com/ChloePark85/korea-eximbank-exchange-cli) yourself — review the source, setup.py/pyproject, and entry points that create the CLI. 2) If you decide to install, avoid running `pip install -e .` in a production environment — use an isolated virtualenv or container. 3) Verify the package integrity (releases/tags) and prefer installing from an official released package rather than arbitrary master/main snapshots. 4) Limit the API key's scope and do not reuse high-privilege credentials; rotate the key if you test it with an untrusted package. 5) If you only need a quick query, consider making direct HTTP calls to the documented API endpoint instead of installing unverified code. These steps reduce supply-chain and credential-exposure risks.
功能分析
Type: OpenClaw Skill
Name: korea-eximbank-exchange-cli
Version: 0.1.0
The skill bundle contains metadata and documentation for a CLI tool designed to query exchange rates from the official Korea Eximbank OpenAPI. The instructions in SKILL.md are consistent with the stated purpose, and the use of the KOREAEXIM_API_KEY environment variable is a standard practice for API authentication. No malicious code, data exfiltration patterns, or prompt injection attempts were identified in the provided files (_meta.json, SKILL.md).
能力标签
能力评估
Purpose & Capability
The skill claims to be a CLI for Korea Eximbank OpenAPI and requires only KOREAEXIM_API_KEY, which is appropriate. However, there are no code files or install specification bundled with the skill despite the README showing a package/CLI (eximbank-exchange). That gap makes the skill incomplete or misleading: either the skill expects the user/agent to fetch/install external code (not documented in the skill metadata) or the packaged CLI is missing.
Instruction Scope
SKILL.md only instructs to set KOREAEXIM_API_KEY and run the CLI (eximbank-exchange) and includes a pip install -e . instruction. The instructions reference only the declared env var and the official API URL — no unrelated files, secrets, or system paths are requested. The concern is the instruction to run pip install -e . (which modifies the local Python environment) while no package is provided in the skill bundle.
Install Mechanism
There is no install spec in the skill metadata (instruction-only), which is low-install risk. But SKILL.md suggests installing the package locally with `pip install -e .`; since the skill package contents are not included, that instruction is inconsistent and would require obtaining code externally (e.g., from the GitHub repo). Downloading and pip-installing code from an external source carries typical supply-chain risk and should be reviewed before running.
Credentials
Only a single environment variable (KOREAEXIM_API_KEY) is required and that aligns with the skill's purpose of querying the Korea Eximbank OpenAPI. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not marked always:true and uses default autonomous-invocation settings. It does not request persistent system privileges or modification of other skills' configurations. No additional privilege concerns detected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install korea-eximbank-exchange-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/korea-eximbank-exchange-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
常见问题
Korea Eximbank Exchange CLI 是什么?
Korea Eximbank (한국수출입은행) OpenAPI 환율(AP01/AP02/AP12) 조회 CLI — 날짜/통화 필터, JSON/CSV 출력 지원. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Korea Eximbank Exchange CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install korea-eximbank-exchange-cli」即可一键安装,无需额外配置。
Korea Eximbank Exchange CLI 是免费的吗?
是的,Korea Eximbank Exchange CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Korea Eximbank Exchange CLI 支持哪些平台?
Korea Eximbank Exchange CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Korea Eximbank Exchange CLI?
由 Chloe Park(@chloepark85)开发并维护,当前版本 v0.1.0。
推荐 Skills