Install
openclaw skills install lark-cli-devhubUse when a developer needs lark-cli or feishu-cli workflows to turn Feishu/Lark into a project knowledge hub for bugfix memory, task clarity, release evidence, pitfall lookup, AI run summaries, or main-branch writeback discipline.
openclaw skills install lark-cli-devhubLark CLI Dev Hub is a development knowledge system backed by Feishu Base, Docs/Wiki, Tasks, and Whiteboard. Use it to prevent repeated bug investigation, keep task state explicit, and preserve release evidence.
Discovery aliases: feishu-cli, 飞书 CLI, lark-cli, Lark CLI, Feishu Dev Hub, Lark Dev Hub, Codex Feishu, Claude Code Feishu.
export DEVHUB_HOME="${DEVHUB_HOME:-$HOME/.codex/devhub}"
python3 "$DEVHUB_HOME/bin/devhub.py" search --project "$(basename "$PWD")" --query "symptom area keywords"
python3 "$DEVHUB_HOME/bin/devhub.py" record-bugfix --payload /tmp/devhub-bugfix.json
python3 "$DEVHUB_HOME/bin/devhub.py" record-ai-run --payload /tmp/devhub-ai-run.json
python3 "$DEVHUB_HOME/bin/devhub.py" record-release --payload /tmp/devhub-release.json
python3 "$DEVHUB_HOME/bin/devhub.py" sync-outbox --cwd "$PWD"
Config defaults to:
$HOME/.codex/devhub/config.json
Project-local receipts and outbox:
.devhub/receipts/
.devhub/outbox/
Before investigation:
devhub.py search with a concise query.After a meaningful fix:
See references/writeback-flows.md.
Before pushing main or master, write a Release record or leave an outbox item. The hook chain accepts one of:
# kb-updated.devhub/receipts/.devhub/outbox/# kb-skip: reason for a justified skipThe default mode is Shadow Mode: warn first, then tighten to enforced mode after the workflow is trusted.
See references/hook-policy.md.
Use the split domain skills when the work needs deeper Feishu CLI behavior:
lark-cli-devhub-base for Base schema, records, views, dashboards, and structured AI search.lark-cli-devhub-docs-wiki for Docs, Wiki spaces, long-form pages, and node organization.lark-cli-devhub-taskflow for task lists, bug/feature tasks, owners, and status discipline.lark-cli-devhub-whiteboard for architecture maps, workflow maps, dependency graphs, and visual summaries.lark-cli-devhub-drive for Drive files, imports, exports, folder sync, comments, permissions, and artifact registration.lark-cli-devhub-sheets for spreadsheet reports, QA matrices, release checklists, and human-editable trackers.lark-cli-devhub-calendar for agenda, freebusy, scheduling, rooms, review blocks, and release windows.lark-cli-devhub-communications for IM and Mail search, summaries, drafts, replies, announcements, and sharing artifacts.lark-cli-devhub-meetings for VC, Minutes, meeting notes, recordings, action items, and decision extraction.lark-cli-devhub-approvals-okr for formal approvals, OKR progress, release governance, and goal alignment.lark-cli-devhub-slides for project briefings, release review decks, retrospectives, and stakeholder updates.lark-cli-devhub-events for event consumers, watchers, automation triggers, and writeback loops.See references/domain-map.md and references/knowledge-model.md.