Larkway — Development skill for Claude Code
Turn your Claude Code / Codex subscription into a Feishu agent your whole team can @.
How to install Larkway
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open chuckwu0/larkway and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Larkway does
Turn your Claude Code / Codex subscription into a Feishu agent your whole team can @.
Alternatives in Development
- Understand Anything — Graphs that teach graphs that impress 80.7k ★
- Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★
- Beautiful Feishu Whiteboard — 35 curated colour palette styles for building beautiful, editable Feishu / Lark (飞书) whiteboards 687 ★
README
Larkway
Turn your Claude Code or Codex subscription into a Feishu (Lark) agent your whole team can @-mention.
🌐 [larkway.dev](https://larkway.dev) · [中文版](README.zh.md)
You @ the bot in a Feishu thread. It runs on your machine — reading your real codebase, executing commands, opening MRs — and posts the result back. Connect a workspace that already works with Claude Code or Codex, or create a managed one. Larkway connects Feishu triggers to that local runtime.
**Current release: v0.3.73**
💬 Join the community (Feishu)
See Larkway in action and talk through how to set it up for your team — scan to join the **Larkway 交流群** (QR never expires):
Why
The engineers on your team know how a feature is actually implemented. Everyone else has to ask them. That friction compounds: a data analyst wondering whether a metric counts deleted records, a PM asking which API endpoint powers a chart, a QA engineer trying to reproduce a bug without context.
A generic AI assistant cannot answer these questions reliably — it has no access to your code. A bot that runs Claude Code or Codex against your real repository can.
Larkway makes that bot trivially installable and persistent: one `larkway start` on an always-on machine, one `@mention` in any Feishu thread, and your team has a self-serve answer to "how is this actually implemented."
How it works
Feishu thread
│ @bot "how does the retention metric handle deleted users?"
│
▼ WebSocket long-connection (outbound only, no public endpoint needed)
larkway bridge
│ spawns subprocess ──► claude --resume -p ""
│ (or: codex ...)
│
▼ stream-json (NDJSON)
lark.card ◄── agent reads repo, runs bash, edits files,
│ throttled PATCH opens MR, starts dev preview
│
▼
Related Skills
Anything To Skill
Turn any PDF, EPUB, DOCX, or slide deck into an agent skill. A CLI + skill that reads whole books and docs, th
ChatGPT Use
Turn your ChatGPT web subscription into a coding-agent backend — no API key, no Codex billing. Built on chrome
Agent Providers
Agent provider layer (Claude, Grok, Codex over subscription-login CLIs / APIs): routing, live catalogs, turn s
Agent System
You are wired into Cairn, a shared, persistent brain the whole team reads and writes over the
Agentic OS Skills
44 Claude Code agent skills as an installable plugin marketplace — engineering, content, SEO, productivity, pl
Claude API Bridge
Turn your Claude Code subscription into a REST API. Access Claude Code from anywhere with a single command.
Related Agents
GPT 5.6 Luna
General-purpose agent that runs on GPT-5.6-Luna (routed through the shunt gateway to the ChatGPT/Codex subscri
GPT Worker
Worker agent that runs on the Codex subscription via subswitch. Use for tasks explicitly delegated to the GPT
Codex Agent
Runs OpenAI Codex on the user's ChatGPT subscription. Three modes - consult (OS-sandboxed read-only analysis,