Install
openclaw skills install lark-cli-devhub-baseUse when designing, provisioning, searching, or writing Feishu/Lark Base records through lark-cli or feishu-cli for a development knowledge hub, including Projects, Areas, Tasks, Bugfixes, Pitfalls, Playbooks, Decisions, Releases, Artifacts, and AI Runs.
openclaw skills install lark-cli-devhub-baseBase is the AI-readable database for Dev Hub. Prefer Base for facts, state, relationships, and search keywords.
Discovery aliases: feishu-cli base, 飞书多维表格, lark-cli base, Lark Base, Feishu Base, Bitable.
The default schema lives at:
$HOME/.codex/devhub/templates/base-schema.json
Provision:
python3 "$DEVHUB_HOME/bin/devhub.py" provision \
--schema "$DEVHUB_HOME/templates/base-schema.json" \
--seed "$DEVHUB_HOME/templates/seed.example.json"
Projects: repo identity and current focus.Areas: modules, code paths, risk, and owner.Tasks: user-facing task state and next actions.Bugfixes: what broke, why, how it was fixed, and how verified.Pitfalls: reusable traps and "check this first" guidance.Playbooks: repeatable diagnosis order and commands.Decisions: accepted choices, tradeoffs, and review triggers.Releases: release evidence before main/master push.Artifacts: Docs, Whiteboards, dashboards, files, and links.AI Runs: agent work summaries and verification trail.Project, Area, AI Summary, and Search Keywords when the fields exist.When using raw lark-cli base commands, read the current schema and field list first:
lark-cli base +table-list --base-token "$BASE_TOKEN" --as user --format json
lark-cli base +field-list --base-token "$BASE_TOKEN" --table-id "$TABLE_ID" --as user --format json
Then write records through devhub.py when possible so receipts/outbox stay consistent.