bf9395e022
CI / license-header (push) Has been skipped
CI / e2e-dry-run (push) Has been skipped
CI / fast-gate (push) Failing after 0s
Test PR Label Logic / test-pr-labels (push) Failing after 1s
Skill Format Check / check-format (push) Failing after 2s
CI / security (push) Failing after 5s
CI / unit-test (push) Has been skipped
CI / lint (push) Has been skipped
CI / script-test (push) Has been skipped
CI / deterministic-gate (push) Has been skipped
CI / coverage (push) Has been skipped
CI / results (push) Has been cancelled
CI / deadcode (push) Has been cancelled
CI / e2e-live (push) Has been cancelled
31 lines
962 B
Markdown
31 lines
962 B
Markdown
---
|
|
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 # 探索更多能力
|
|
```
|