Skip to content

arrogant-R/lark-cli-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lark-cli-agent-skill

Overview

This repository defines an agent skill that operates Feishu/Lark strictly through the official lark-cli command line. The agent executes all CLI commands and returns concise summaries to the user.

Files

  • SKILL.md: Skill definition, constraints, and usage philosophy.
  • examples.md: Agent command examples and expected responses.

Prerequisites

  • Install lark-cli: npm install -g @larksuite/cli
  • Install CLI skill: npx skills add larksuite/cli -y -g
  • Configure auth: lark-cli config init --new
  • Login: lark-cli auth login --recommend

Usage

  • The user describes the intended Feishu action in natural language.
  • The agent maps the intent to the correct lark-cli command.
  • The agent runs the command and summarizes results.
  • If a command is unclear, the agent uses lark-cli --help or lark-cli <domain> --help.

Notes

  • The agent must not call Feishu APIs directly.
  • If an action is not supported by lark-cli, the agent refuses and suggests an alternative.

About

This skill enables an agent to operate Feishu/Lark strictly through the official `lark-cli` command line, returning concise and reliable summaries of results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors