Tagged articles
25 articles
Page 1 of 1
Shuge Unlimited
Shuge Unlimited
Mar 29, 2026 · Artificial Intelligence

How lark‑cli’s 200+ Commands and 19 Agent Skills Enable AI Agents to Automate Feishu

The article introduces lark‑cli, the official open‑source Feishu command‑line tool that bundles over 200 curated commands across 11 business domains and 19 ready‑to‑use Agent Skills, explains its three‑layer architecture, dual Bot/User identity model, security safeguards, and step‑by‑step installation for both human users and AI agents.

AI AgentAutomationCLI
0 likes · 19 min read
How lark‑cli’s 200+ Commands and 19 Agent Skills Enable AI Agents to Automate Feishu
DataFunSummit
DataFunSummit
Mar 20, 2026 · Artificial Intelligence

Why OpenClaw v2026.3.7 Is a Game‑Changer for Enterprise AI Agents

OpenClaw v2026.3.7 brings webhook compatibility fixes, private‑message typing feedback, a 33% token‑saving prompt‑cache, smarter model routing, seamless integration of domestic LLMs such as DeepSeek, Doubao and Qwen, and persistent bindings for Docker deployments, dramatically improving stability, cost efficiency and scalability for enterprise AI agents.

Cost OptimizationFeishuOpenClaw
0 likes · 10 min read
Why OpenClaw v2026.3.7 Is a Game‑Changer for Enterprise AI Agents
AI Software Product Manager
AI Software Product Manager
Mar 10, 2026 · Artificial Intelligence

How to Install and Configure OpenClaw AI Bot with Feishu Integration

This guide walks you through checking Node.js version, installing OpenClaw via script or npm, configuring personal mode, selecting a model provider and API key, setting up Feishu app credentials and permissions, managing versions, pairing the bot, and using common OpenClaw command‑line tools for operation and troubleshooting.

AI chatbotConfigurationFeishu
0 likes · 10 min read
How to Install and Configure OpenClaw AI Bot with Feishu Integration
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 10, 2026 · Artificial Intelligence

Install AutoClaw in One Minute: Quick Setup for a Local AI Assistant

AutoClaw wraps the open‑source OpenClaw client, turning a half‑day installation into three simple steps—download, install, and auto‑configure—while adding seamless Feishu integration, support for GLM‑5 and pony‑alpha‑2 models, built‑in skills, and security recommendations for custom skill creation.

AI AssistantAutoClawFeishu
0 likes · 6 min read
Install AutoClaw in One Minute: Quick Setup for a Local AI Assistant
Model Perspective
Model Perspective
Mar 8, 2026 · Artificial Intelligence

Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu

This guide walks you through preparing the environment, installing OpenClaw, configuring its onboarding, creating a Feishu custom app, setting up event subscriptions and permissions, and finally pairing the AI agent so it can respond to Feishu messages.

AI AgentFeishuIntegration
0 likes · 15 min read
Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu
Architecture Digest
Architecture Digest
Mar 5, 2026 · Artificial Intelligence

Deploy OpenClaw AI Agent on macOS with Docker and Feishu Integration

This guide walks you through installing OpenClaw, an AI‑powered computer automation agent, on a macOS machine using Docker, configuring the MiniMax model, setting up the Feishu chatbot plugin, and verifying that the system responds to commands, all with step‑by‑step commands and screenshots.

AI AgentAutomationDocker
0 likes · 8 min read
Deploy OpenClaw AI Agent on macOS with Docker and Feishu Integration
Su San Talks Tech
Su San Talks Tech
Mar 3, 2026 · Operations

Turn Feishu into an AI Assistant in 20 Minutes with OpenClaw

This step‑by‑step guide shows how to integrate the OpenClaw AI tool with Feishu by creating a Feishu app, configuring permissions, setting up event subscriptions, adding the Feishu channel in OpenClaw, publishing the app, and testing the AI assistant—all without writing code or hosting a server.

AI AssistantAutomationCLI
0 likes · 8 min read
Turn Feishu into an AI Assistant in 20 Minutes with OpenClaw
Ops Development Stories
Ops Development Stories
Mar 1, 2026 · Artificial Intelligence

Build a Multi‑Agent AI Bot System in Feishu Using OpenClaw

This guide explains why a single AI bot becomes inefficient, introduces OpenClaw’s multi‑agent architecture, and provides a step‑by‑step tutorial—including CLI commands, configuration files, and JSON bindings—to set up isolated agents in different Feishu groups that can collaborate through internal communication channels.

AI agentsCLI configurationFeishu
0 likes · 12 min read
Build a Multi‑Agent AI Bot System in Feishu Using OpenClaw
SpringMeng
SpringMeng
Feb 6, 2026 · Backend Development

Step‑by‑Step Guide to Deploy Clawbot with Video Tutorial

This free tutorial walks you through installing Clawbot on Windows, macOS or Linux, adding the Feishu plugin, configuring Feishu app credentials, and using Clawbot to generate documents, while highlighting security risks and providing a GitHub reference.

Bot DeploymentClawbotFeishu
0 likes · 5 min read
Step‑by‑Step Guide to Deploy Clawbot with Video Tutorial
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Feb 5, 2026 · Artificial Intelligence

How to Deploy OpenClaw AI Assistant on Huawei Cloud and Auto‑Push Hot News to Feishu

This step‑by‑step guide shows developers how to create a Huawei Cloud development environment, obtain MaaS model tokens, install and configure the OpenClaw AI assistant, integrate it with Feishu via a plugin, set permissions and event callbacks, and finally enable automatic hot‑news push using Python code.

AIFeishuHuawei Cloud
0 likes · 10 min read
How to Deploy OpenClaw AI Assistant on Huawei Cloud and Auto‑Push Hot News to Feishu
转转QA
转转QA
Dec 18, 2025 · Operations

How a Lightweight Bot‑Powered Tool Eliminates Manual To‑Do Lists in Test Projects

This article explains how a ultra‑lightweight project‑management tool built with Feishu bots and Coze transforms manual, memory‑based to‑do lists into dynamic, rule‑driven workflows, detailing the problem, design principles, three‑layer architecture, implementation steps, and real‑world impact on testing teams.

AutomationBotCoze
0 likes · 11 min read
How a Lightweight Bot‑Powered Tool Eliminates Manual To‑Do Lists in Test Projects
DeWu Technology
DeWu Technology
Jun 24, 2024 · Frontend Development

Feishu Cloud Document to HTML Email: Architecture Redesign and Implementation

The article details a complete redesign of Feishu’s cloud‑document‑to‑HTML‑email converter, introducing IoC/DI architecture, inline‑style utilities, and specialized renderers for headings, lists, tables, images, code blocks, and equations, resulting in high‑fidelity Outlook‑compatible emails while shrinking the core code to under three hundred lines.

CSS-in-JSFeishuHTML email
0 likes · 31 min read
Feishu Cloud Document to HTML Email: Architecture Redesign and Implementation
Software Development Quality
Software Development Quality
Oct 31, 2023 · Frontend Development

Export Feishu Knowledge Base to Static Sites with Feishu Pages

This guide explains how to export a Feishu knowledge base, configure required Feishu app permissions, set environment variables, and install the Feishu Pages npm package to generate a static website using a Markdown‑based static page generator, supporting CI/CD workflows.

DocumentationFeishuGitHub Actions
0 likes · 6 min read
Export Feishu Knowledge Base to Static Sites with Feishu Pages