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 --versioncommand -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.