setup

Installation
SKILL.md

setup

Install the getlark CLI globally via npm and configure LARKCI_API_KEY so subsequent getlark commands work without extra flags. Run this once per machine.

Inputs

  • Optional argument: an API key. If the user passed one with /getlark:setup <key>, use it directly. Otherwise direct them to the dashboard to generate one.

Procedure

Step 1 — Verify prerequisites

Run in parallel:

  • node --version (must be ≥ 18)
  • npm --version
  • command -v getlark || echo "not installed"

Report findings in one line. If Node is < 18 or missing, stop and tell the user to install Node 18+ first.

Installs
2
Repository
getlark/skills
GitHub Stars
1
First Seen
Apr 21, 2026
setup — getlark/skills