{
  "markdown": "# getlark skills\n\nAgent skills for [getlark](https://getlark.ai) — author, run, and manage end-to-end test workflows from your coding agent.\n\nWorks with Claude Code (as a full plugin with slash commands and hooks), plus Cursor, Codex, OpenCode, Windsurf, Gemini CLI, Copilot, and any other agent supported by Vercel's [`skills`](https://github.com/vercel-labs/skills) ecosystem.\n\n## Install\n\n### Claude Code\n\n```\n/plugin marketplace add getlark/skills\n/plugin install getlark\n```\n\nThis installs the skills plus the optional `git commit`/`git push` validation hook. Then run `/getlark:setup` to install the CLI and configure credentials.\n\n### Other agents\n\n```bash\nnpx skills add getlark/skills\n```\n\nThis installs the skills in the format your agent expects (Claude `SKILL.md`, Cursor rules, `AGENTS.md`, etc). Invoke the `setup` skill afterwards to install `@getlark/cli` and set `LARKCI_API_KEY`.\n\n## Prerequisites\n\n- Node.js ≥ 18\n- A getlark.ai account and API key ([dashboard](https://dashboard.getlark.ai/settings/api-keys))\n\nThe skills shell out to [`@getlark/cli`](https://www.npmjs.com/package/@getlark/cli) and expect `LARKCI_API_KEY` in your environment — `setup` handles both.\n\n## Skills\n\n| Skill              | What it does                                                                                                                                              |\n| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `getlark-overview` | Background on getlark concepts (workflows, groups, executions, repairs, generations, secret contexts, events). Loaded when you mention getlark or larkci. |\n| `setup`            | Installs `@getlark/cli` and configures `LARKCI_API_KEY` in your shell rc.                                                                                 |\n| `create-workflow`  | Turns a natural-language test description into a `getlark workflows create` invocation.                                                                   |\n| `invoke-workflow`  | Runs one or more workflows, waits for terminal status, reports pass/fail.                                                                                 |\n| `validate-branch`  | Runs configured workflows against the current branch to check for regressions.                                                                            |\n| `manage`           | Read/update/archive workflows, groups, secret contexts, executions, repairs, generations, and events.                                                     |\n\n## Optional: Claude Code branch-validation hook\n\nCreate `.claude/getlark.local.md` at the root of any project where you want the hook active:\n\n```yaml\n---\nenabled: true\n# Optional: restrict to specific workflows (default: run all)\nworkflow_ids: []\n# Optional: restrict to a workflow group\nworkflow_group_id: \"\"\n# Optional: poll timeout in seconds (default: 600)\npoll_timeout_seconds: 600\n---\n```\n\nWhen enabled, the plugin runs your configured workflows after `git commit` or `git push` and reports pass/fail to Claude.\n\n## Configuration\n\n| Env var           | Purpose       | Default                    |\n| ----------------- | ------------- | -------------------------- |\n| `LARKCI_API_KEY`  | API key       | (required)                 |\n| `LARKCI_API_URL`  | API base URL  | `https://api.getlark.ai`   |\n\n## Links\n\n- Dashboard: https://dashboard.getlark.ai\n- CLI: https://www.npmjs.com/package/@getlark/cli\n",
  "bytes": 3541,
  "sha": "4049cefb0414bdcd6993f19b2ac7754c51f9265b8c8b4b36732b373779927d2c",
  "repo_slug": "getlark/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_getlark_skills_getlark_487e9a18/readme"
}