
Pulls today's deal listings from Ohou (오늘의집), a Korean home and living marketplace, by parsing the server-rendered JSON instead of scraping HTML. You get discount rates, original and sale prices, review counts, and direct product links without needing to log in. Useful when you want to scan for high-discount items or filter by free shipping before opening a dozen browser tabs. It's read-only by design and won't touch cart or checkout flows, which is the right call. The script uses only Python stdlib and sends a polite User-Agent that gets past Akamai's bot manager. If Ohou changes their Next.js data structure or React Query keys, this will break cleanly rather than return garbage.
npx -y skills add nomadamas/k-skill --skill ohou-today-deal --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct ohou-today-deal
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files ohou-today-deal
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/ohou-today-deal/instruction.md.
This skill is not an official feature of, officially supported by, affiliated with, sponsored by, approved by, or developed in collaboration with any third-party trademark owner or service operator it identifies. Third-party names are used only to describe the skill's function, lookup target, or compatibility.
Any automated collection of publicly accessible information must be limited to personal, non-organizational lookup. Do not use this skill for systematic or bulk crawling, database building, access-control or block circumvention, or conduct that interferes with a third party's business or service.
Read the full Korean legal disclaimer, including the cited Korean Supreme Court precedents and statutory limits, before use:
npx -y @nomadamas/k-skill@0 read ohou-today-deal references/DISCLAIMER.md