From getlark
This skill should be used when the user mentions "getlark", "getlark.ai", "larkci", "larkci CLI", "end-to-end test workflow", or asks about authoring, running, or debugging automated tests on the getlark platform. getlark tests any software surface — browser UIs, HTTP APIs, CLIs, shell scripts, data pipelines, or mixed flows. Provides background on getlark concepts (workflows, workflow groups, executions, repairs, generations, secret contexts, events) and points to the other plugin skills for actions. Use as reference context — defer to `create-workflow`, `invoke-workflow`, `manage`, `validate-branch`, or `setup` whenever the user wants to take an action rather than learn.
How this skill is triggered — by the user, by Claude, or both
Slash command
/getlark:getlark-overviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide accurate context about the getlark.ai platform and the `getlark` CLI so that code generation, command suggestions, and test authoring align with the real system. Do not invent fields, flags, or resource types — consult `references/concepts.md` when details are needed.
Provide accurate context about the getlark.ai platform and the getlark CLI so that code generation, command suggestions, and test authoring align with the real system. Do not invent fields, flags, or resource types — consult references/concepts.md when details are needed.
getlark.ai is a platform for authoring and running end-to-end tests against any software surface — web UIs, HTTP/GraphQL APIs, CLIs, shell scripts, data pipelines, background jobs, or mixed flows that span several of these. Tests are called workflows. Users describe a workflow in natural language (target + ordered steps); getlark generates an executable test (browser script, HTTP calls, shell commands, Python, etc. — see artifact types in references/concepts.md), runs it on demand or on schedule, and auto-repairs when the system under test changes.
Browser E2E is one common use case, not the only one. Do not assume the target is a web UI unless the user says so.
The getlark CLI (npm i -g @getlark/cli) is the primary programmatic surface. It wraps the getlark HTTP API with X-API-Key auth. All output is JSON.
ai_driven (default) or deterministic. Status moves through pending_generation → generating → active (or needs_repair, archived).pending/running/success/failure/cancelled.pending/running/completed/failed/cancelled. Each job has a dashboard_url for tracking.~/.getlark/config.json via getlark login. Allows switching between multiple API keys/environments.Detailed field definitions and status values are in references/concepts.md.
Top-level groups:
getlark workflows { list | get | create | update | archive | unarchive | invoke
| executions | repairs | generations | events }
getlark workflow-groups { list | get | create | update | delete }
getlark secret-contexts { list | get | create | update | delete | delete-key }
getlark jobs { list | get | create | upload | validate | cancel }
getlark config { list | use <profile> }
getlark login / logout
Global flags: --api-key <key> (or GETLARK_API_KEY env), --api-url <url> (or GETLARK_API_URL env; defaults to https://api.getlark.ai), --profile <name> (select a saved config profile).
Note: LARKCI_API_KEY / LARKCI_API_URL still work but are deprecated — the CLI will warn to rename them.
Exit codes: 0 success, 1 failure, 2 timeout, 3 unexpected error.
When the user expresses one of these intents, defer to (or suggest running) the corresponding skill:
| Intent | Skill |
|---|---|
| Install/configure CLI, set API key | /getlark:setup |
| Author a new end-to-end test | /getlark:create-workflow |
| Run a workflow, wait for result | /getlark:invoke-workflow |
| List/inspect/update/archive resources; check job status | /getlark:manage |
| Bulk-import workflows from a JSON file | /getlark:manage-bulk |
| Test the current feature branch | /getlark:validate-branch |
references/concepts.mdLoad the reference when answering a question that requires specific field names, status enums, CLI flag specifics, or API response shape — not for general "what is getlark?" questions.
--secret-contexts <names...> at creation.ai_driven mode tolerate minor UI changes; deterministic mode locks behavior to a generated script. Use ai_driven unless the user explicitly wants lock-in./getlark:manage or getlark workflows list.secret-contexts.getlark <cmd> --help or consult references/concepts.md.npx claudepluginhub getlark/skills --plugin getlarkProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.