A specialized CLI tool for fetching daily wholesale and retail price data for Korean agricultural, livestock, and aquatic products via the official KAMIS OpenAPI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kamis-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
To get started with this entry in the Openclaw Skills registry, follow these steps:
export KAMIS_CERT_KEY="your-key"
export KAMIS_CERT_ID="your-email-id"
scripts/daily.sh --cls 01 --category 200 --date 2026-04-30
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.
Loading
A structured framework for AI agents to evaluate their performance, extract reusable patterns, and improve future task execution.

A high-performance risk prioritization engine that filters scanner noise using real-world exploit intelligence and asset context.

A comprehensive auditing tool for identifying workspace structures, internal dependencies, and architectural issues in monorepos.

A diagnostic and optimization tool for detecting processing bottlenecks and implementing flow control in data streaming pipelines.

A robust diagnostic utility for validating and linting Prettier configuration files across multiple formats to ensure project consistency.

A security audit tool that scans web endpoints for dangerous CORS misconfigurations and assigns a security grade from A to F.








































