# Send Official Feishu Toolkit to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "official-feishu-toolkit",
    "name": "Official Feishu Toolkit",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/radium0028/official-feishu-toolkit",
    "canonicalUrl": "https://clawhub.ai/radium0028/official-feishu-toolkit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/official-feishu-toolkit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=official-feishu-toolkit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "references/approval.md",
      "references/attendance.md",
      "references/bitable.md",
      "references/calendar.md",
      "references/contacts.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/official-feishu-toolkit"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/official-feishu-toolkit",
    "downloadUrl": "https://openagent3.xyz/downloads/official-feishu-toolkit",
    "agentUrl": "https://openagent3.xyz/skills/official-feishu-toolkit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/official-feishu-toolkit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/official-feishu-toolkit/agent.md"
  }
}
```
## Documentation

### 🏢 飞书办公套件

Feishu/Lark Office Toolkit — 让 Agent 成为你的飞书办公助手

基于飞书开放平台 API 的全面集成工具包，覆盖日常办公六大核心场景。安装本技能后，你的 Agent 就能帮你预约会议室、发送消息、发起审批、操作多维表格、查询通讯录和管理考勤。

### ✨ 功能亮点

模块能力示例指令📅 日历日程 CRUD、会议室预约、忙闲查询"帮我预约明天下午的8楼大会议室"💬 消息文本/富文本/卡片消息发送、回复"给产品组群发版本发布通知"✅ 审批发起/查询/同意/拒绝/转交审批"帮我发起一个出差审批"📊 多维表格表格创建、记录增删改查"在项目跟踪表中新增一条任务"👥 通讯录用户/部门查询、组织架构浏览"查一下市场部有哪些成员"⏰ 考勤打卡记录、补卡查询、考勤组管理"查看我这周的打卡记录"

### 📦 安装

claw skill install official/feishu-toolkit

或在 AI IDE（Cursor / Copilot / Windsurf / Trae 等）中：

curl -sL "https://backend.clawd.org.cn/api/skills/official%2Ffeishu-toolkit/install.sh" | sh

### 1. 创建飞书应用

前往 飞书开发者后台 创建自建应用，开启机器人能力，并根据所需模块申请对应 API 权限。

### 2. 设置环境变量

export FEISHU_APP_ID="your-app-id"
export FEISHU_APP_SECRET="your-app-secret"

变量必填说明FEISHU_APP_ID✅飞书应用 App IDFEISHU_APP_SECRET✅飞书应用 App SecretFEISHU_APPROVAL_CODES否常用审批类型映射（JSON）

### 3. 启动服务

cd server/
uv venv && uv pip install -e ".[dev]"
uv run --env-file .env uvicorn feishu_toolkit.main:app --host 127.0.0.1 --port 8002

### 4. 验证

curl http://127.0.0.1:8002/ping
# {"message": "pong"}

### 🔐 权限清单

模块权限标识说明日历calendar:calendar读写日历及日程日历vc:room:readonly查询会议室消息im:message:send_as_bot发送消息审批approval:approval读写审批信息审批approval:task审批人操作多维表格bitable:app读写多维表格多维表格drive:drive访问云空间通讯录contact:contact.base:readonly读取通讯录考勤attendance:task:readonly导出打卡数据

💡 在飞书开发者后台 → 权限管理中，将 通讯录权限范围 设为「全部成员」或指定部门，否则无法查询到用户信息。

### 📖 详细文档

日历与会议室
消息
审批
多维表格
通讯录
考勤

### 🔗 相关资源

飞书开放平台
飞书开发者文档
API 调试台
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: radium0028
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/official-feishu-toolkit)
- [Send to Agent page](https://openagent3.xyz/skills/official-feishu-toolkit/agent)
- [JSON manifest](https://openagent3.xyz/skills/official-feishu-toolkit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/official-feishu-toolkit/agent.md)
- [Download page](https://openagent3.xyz/downloads/official-feishu-toolkit)