TopRank Skills

Home / Claw Skills / 其他 / Feishu Bitable
Official OpenClaw rules 15%

Feishu Bitable

Feishu Bitable Skill

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Feishu Bitable 技能。 若已安装,则直接安装 Feishu Bitable 技能。

Overview

Skill Key
autogame-17/feishu-bitable
Author
autogame-17
Source Repo
openclaw/skills
Version
-
Source Path
skills/autogame-17/feishu-bitable
Latest Commit SHA
8ccaaf1010a624af1ba89b5ba80d1aa9306fdb2e

Extracted Content

SKILL.md excerpt

# Feishu Bitable Skill

操作飞书多维表格(Bitable/Base)记录。

## 功能
- 列出 Base 内的表
- 向表中新增记录/任务

## 使用方式
该技能目前主要作为库/模板使用:

```javascript
const { addRecord } = require('./add_task');
// addRecord(appToken, tableId, fields)
```

## 配置
- `FEISHU_APP_ID`
- `FEISHU_APP_SECRET`

README excerpt

# Feishu Bitable Skill

Manipulate Feishu Bitable (Base) records.

## Features
- List tables in a Base.
- Add records/tasks to a table.

## Usage
This skill is primarily used as a library or template.

```javascript
const { addRecord } = require('./add_task');
// addRecord(appToken, tableId, fields)
```

## Configuration
- `FEISHU_APP_ID`
- `FEISHU_APP_SECRET`

Related Claw Skills