← Back to Skills Marketplace
afengzi

Lark CLI Dev Hub Base

by afengzi · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install lark-cli-devhub-base
Description
Use when designing, provisioning, searching, or writing Feishu/Lark Base records through lark-cli or feishu-cli for a development knowledge hub, including Pr...
README (SKILL.md)

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, and Search Keywords when 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.

Usage Guidance
Do not treat this as a completed security review; the workspace files need to be readable before installing or approving the skill.
Capability Assessment
Purpose & Capability
Unable to assess from artifacts: every workspace read command failed before file access with a sandbox startup error.
Instruction Scope
Unable to assess runtime instructions because SKILL.md and artifact files could not be read.
Install Mechanism
Unable to assess install behavior because metadata.json and artifact contents could not be read.
Credentials
Unable to compare requested environment access to purpose because the artifact set was inaccessible.
Persistence & Privilege
Unable to assess persistence, credential, or privilege behavior because artifact inspection could not complete.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lark-cli-devhub-base
  3. After installation, invoke the skill by name or use /lark-cli-devhub-base
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Add feishu-cli discovery aliases and search tags.
v0.1.0
Initial release of lark-cli-devhub-base skill. - Provides a CLI-focused toolkit for managing a development knowledge hub using Feishu Base. - Supports the design, provisioning, searching, and writing of records for Projects, Areas, Tasks, Bugfixes, Pitfalls, Playbooks, Decisions, Releases, Artifacts, and AI Runs. - Outlines default schema location and provisioning instructions. - Documents table purposes and recommended write patterns, including mandatory fields and outbox handling. - Lists dependencies: lark-cli and python3.
Metadata
Slug lark-cli-devhub-base
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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.

💬 Comments