KAMIS CLI: Korean Agricultural Price Data for Openclaw

A specialized CLI tool for fetching daily wholesale and retail price data for Korean agricultural, livestock, and aquatic products via the official KAMIS OpenAPI.

chloepark85
v0.1.0
May 1, 2026
0
498
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install kamis-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install kamis-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is KAMIS CLI: Korean Agricultural Price Data?

The KAMIS CLI skill provides a robust wrapper for the Korea Agro-Fisheries & Food Trade Corporation (KAMIS) OpenAPI, enabling developers to programmatically access canonical pricing data for approximately 180 food items. As a key component of the Openclaw Skills ecosystem, it allows for deep analysis of Korean market trends, including daily, weekly, and yearly price comparisons.

This skill is particularly valuable for developers building financial dashboards, restaurant management systems, or economic research tools that require high-fidelity data on Korean produce. By automating the retrieval of wholesale and retail prices, it bridges the gap between raw government data and actionable developer insights.

KAMIS CLI: Korean Agricultural Price Data Use Cases

  • Monitoring price spikes in essential Korean produce like onions, rice, and livestock.
  • Automating daily market briefs for restaurant owners to optimize ingredient sourcing.
  • Conducting historical seasonality analysis for agricultural investment research.
  • Generating automated content or social media updates based on recent price trends.

How KAMIS CLI: Korean Agricultural Price Data Works

  1. The user invokes a specific script (e.g., daily.sh or period.sh) with parameters for category, date, and item.
  2. The skill authenticates with the KAMIS servers using the provided API credentials.
  3. The CLI fetches the latest market data, normalizing inconsistent API parameters for a smoother developer experience.
  4. Resulting data is piped as JSON to stdout, allowing for immediate processing by other Openclaw Skills or standard Unix utilities.

KAMIS CLI: Korean Agricultural Price Data Setup

To get started with this entry in the Openclaw Skills registry, follow these steps:

  1. Apply for a free API key at the KAMIS official website.
  2. Configure your environment variables:
export KAMIS_CERT_KEY="your-key"
export KAMIS_CERT_ID="your-email-id"
  1. Use the provided scripts to fetch data, for example:
scripts/daily.sh --cls 01 --category 200 --date 2026-04-30

KAMIS CLI: Korean Agricultural Price Data Data Schema & Taxonomy

The skill returns structured JSON data. Key fields typically include:

Field Description
item_name The name of the product (e.g., 양파).
kind_name The specific variety or grade of the item.
dpr1 Current day price (comma-formatted string).
dpr3 Price from one week ago for comparison.
county_code Numeric code representing the specific Korean region or city.

Note: Prices containing commas should be cleaned using jq 'gsub(","; "") | tonumber' before performing calculations.

KAMIS CLI: Korean Agricultural Price Data Advanced Features

  • Built-in code lookup utility (codes.sh) for local reference of category and item IDs without API calls.
  • Support for regional price comparisons across 17 major Korean cities.
  • Capability to handle 1-day to 1-year historical trend data in a single request.
  • Native compatibility for chaining with other Openclaw Skills like bank-of-korea-ecos-cli for comprehensive economic modeling.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*