Lark CLI Dev Hub Taskflow for Openclaw

A specialized AI skill that orchestrates development workflows by transforming code issues and updates into structured Feishu and Lark tasks.

afengzi
v0.1.1
May 20, 2026
0
645
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install lark-cli-devhub-taskflow

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install lark-cli-devhub-taskflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Lark CLI Dev Hub Taskflow?

The Lark CLI Dev Hub Taskflow is a powerful skill designed to bridge the gap between active development environments and Feishu or Lark collaborative task boards. By leveraging lark-cli or feishu-cli tools, this workflow automates the tracking of bugs, status updates, release checklists, and developer task lists directly within your workspace.

As part of the Openclaw Skills ecosystem, it establishes a disciplined status workflow (from Inbox to Done) and ensures that task completion is linked with durable data structures like Bugfix and AI Run records. This prevents information silos and keeps engineering teams aligned without manual overhead.

Lark CLI Dev Hub Taskflow Use Cases

  • Translating live development issues and debugger logs into structured Feishu tasks.
  • Automating the creation of release checklists and tracking current sprint work progress.
  • Linking resolved bugs directly to code changes and durable Base task tables.
  • Updating task statuses from blocked to ready based on automated testing and deployment results.

How Lark CLI Dev Hub Taskflow Works

  1. Task Initialization: The skill detects development state changes, bugs, or user requests, translating them into specific Feishu/Lark task requests.
  2. CLI Invocation: Commands are sent via lark-cli or feishu-cli to interact directly with the Lark/Feishu APIs.
  3. Status Tracking: The task lifecycle is strictly updated through defined statuses (Inbox, Ready, Doing, Blocked, Review, Verify, Done).
  4. Data Linkage: Upon task resolution, the skill updates the task status, documents bug resolution details, and logs the Feishu task URL inside the durable Base table.

Lark CLI Dev Hub Taskflow Setup

To use this taskflow, ensure you have the lark-cli or feishu-cli installed and properly authenticated in your terminal environment.

# Install the required Lark/Feishu CLI tool if not already present
npm install -g @larksuite/cli

# Verify the installation and check the version
lark-cli --version

# Configure authentication for your Lark or Feishu workspace
lark-cli login

Ensure this tool is installed alongside other Openclaw Skills to handle advanced CLI syntax and exact task GUID management.

Lark CLI Dev Hub Taskflow Data Schema & Taxonomy

The skill structures task information and relates it to durable storage models as defined below:

Data Field Description Target Location
Feishu Task URL Permanent link to the generated Lark/Feishu task. Base Tasks Table
Bugfix Record Log of the root cause, fix description, and resolution. Base Bugfix Table
AI Run Record Summary of automated agent investigation and code edits. Base AI Run Table
Status Tag Current workflow status mapping (e.g., Blocked, Verify). Lark Task Field

Task List Taxonomy

  • Dev Hub Inbox: Default landing list for unshaped work.
  • Current Sprint: Active development cycle items.
  • Bug Queue: Immediate software bug resolutions.
  • Release Checklist: Mandatory pre-deployment validation.
  • Backlog: Future milestones and deferred items.

Lark CLI Dev Hub Taskflow Advanced Features

  • Durable Documentation Links: Automatically pairs volatile task comments with permanent Base records to capture lessons learned.
  • Status Discipline Guardrails: Enforces verification validation, preventing tasks from being marked as Done without recorded test results.
  • Official lark-task Integration: Seamlessly delegates complex GUID extraction and CLI actions when combined with other Openclaw Skills.
  • Automatic Dev Hub Synchronization: Generates and links AI Run summaries to task tickets for detailed audit trails.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0