
After you install the full k-skill bundle, this handles the boring setup work: creating a secrets file at ~/.config/k-skill/secrets.env with 0600 permissions, verifying your runtime environment, and optionally wiring up daily update checks via cron or schtasks. It follows a clear credential resolution order (env vars first, then vault, then the fallback file) and won't touch system schedulers or GitHub starring without explicit consent. Most Korean API services proxy through k-skill-proxy.nomadamas.org so you only need credentials for SRT, KTX, ForestTrip, and a few others. The whole thing is built around not surprising you with automated changes.
npx -y skills add nomadamas/k-skill --skill k-skill-setup --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 k-skill-setup
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 k-skill-setup
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/k-skill-setup/instruction.md.