/install lark-cli-devhub-base
Lark CLI Dev Hub Base
Base 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.
Schema
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"
Tables
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.
Write Rules
- Always include
Project,Area,AI Summary, andSearch Keywordswhen the fields exist. - Put long prose in Docs only when useful; keep Base summaries dense and searchable.
- Use stable names in text fields when relation fields are not configured yet.
- Do not store secrets or raw credentials.
- If a write fails, leave an outbox item. Do not create fake receipts.
Direct CLI Pattern
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lark-cli-devhub-base - After installation, invoke the skill by name or use
/lark-cli-devhub-base - Provide required inputs per the skill's parameter spec and get structured output
What is Lark CLI Dev Hub Base?
Use when designing, provisioning, searching, or writing Feishu/Lark Base records through lark-cli or feishu-cli for a development knowledge hub, including Pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Lark CLI Dev Hub Base?
Run "/install lark-cli-devhub-base" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lark CLI Dev Hub Base free?
Yes, Lark CLI Dev Hub Base is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lark CLI Dev Hub Base support?
Lark CLI Dev Hub Base is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lark CLI Dev Hub Base?
It is built and maintained by afengzi (@afengzi); the current version is v0.1.1.