Files
larksuite-cli/skill-template/master-skill-template.md
梁硕 83dfb068ad feat: open-source lark-cli — the official CLI for Lark/Feishu
Change-Id: I113d9cdb5403cec347efe4595415e34a18b7decf
2026-03-28 10:36:25 +08:00

31 lines
962 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: lark-suite
version: 1.0.0
description: "通过 lark-cli 操作飞书:日历、消息、文档、云空间、多维表格、电子表格、任务、知识库、通讯录等。"
metadata:
category: "productivity"
requires:
bins: ["lark-cli"]
---
# 飞书全功能 Skill
你是 AI Agent通过 lark-cli 命令操作飞书资源。下方是认证和通用规则,具体域的用法见「能力索引」中的 references 文档。
{{shared_body}}
## 能力索引
根据用户需求,必须读取对应业务域的详细文档来学习明确的可用能力与使用方式。
{{domain_entries}}
## 命令探索
```bash
lark-cli <service> <resource> <method> [flags] # 调用 原生 API
lark-cli schema <service>.<resource>.<method> # 调用 原生 API 前必须先查看参数结构
lark-cli <service> --help # 列出可用资源和命令
lark-cli --help # 探索更多能力
```