kamis-food-price

Queries KAMIS agricultural, livestock, and fishery wholesale and retail prices via a hosted proxy.

7.4k|904|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill kamis-food-price
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kamis-food-price
Source: https://github.com/NomaDamas/k-skill/tree/main/kamis-food-price
Command: npx skills add https://github.com/NomaDamas/k-skill --skill kamis-food-price

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Checking official Korean agricultural, livestock, and fishery distribution prices normally requires navigating the KAMIS portal manually. This Skill retrieves official daily wholesale and retail prices by category through the KAMIS Open API, including comparisons against the previous day, week, month, year, and historical average.

Core Features & Use Cases

  • Category-based price lookup: Query retail or wholesale prices across six categories (grains, vegetables, specialty crops, fruits, livestock, seafood) with optional region and date filters.
  • Historical comparison values: Each item returns prices for the query date plus 1 day, 1 week, 1 month, 1 year ago, and the multi-year average.
  • No API key required for users: Requests route through the hosted k-skill-proxy, so end users do not need their own KAMIS API key.
  • Use Case: Ask for current Seoul vegetable retail prices and receive a list of items with today's price alongside week-ago and year-ago comparisons for trend analysis.

Quick Start

Ask the agent to look up today's retail prices for vegetables in Seoul using the KAMIS food price skill.

Frequently Asked Questions about kamis-food-price

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Korean agricultural product prices via API?

Call the k-skill-proxy endpoint /v1/kamis/food-price/daily-category with a product class code (01 retail, 02 wholesale) and a category code such as 200 for vegetables. The response returns item names, units, and prices for the query date plus historical comparison periods.

What is the KAMIS dailyPriceByCategoryList API used for?

It is the official Korea Agro-Fisheries & Food Trade Corporation API for querying daily distribution prices by product category. It covers grains, vegetables, specialty crops, fruits, livestock, and seafood with wholesale and retail price breakdowns.

Do I need a KAMIS API key to use this price lookup?

No, end users do not need a key because requests go through the hosted k-skill-proxy, which holds the KAMIS_API_KEY in its server environment. A direct mode exists for operators who set KSKILL_KAMIS_API_KEY locally.

Can I filter KAMIS prices by region and date?

Yes, pass a four-digit county code such as 1101 for Seoul and a date in YYYY-MM-DD format. Omitting the region returns nationwide data, and omitting the date uses the most recent survey date.

Why does the KAMIS price query return an empty items list?

An empty items array with upstream code 001 means no price data exists for the given combination of category, region, and date. Try a different date or remove the region filter to broaden the query.