# Feishu Bitable Hardened

> Manage Feishu (Lark) Bitable multi-dimensional table records.

- Skill: `faberlens/feishu-bitable-hardened` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add faberlens/feishu-bitable-hardened`
- Raw SKILL.md: https://api.skillmd.com/api/skills/faberlens/feishu-bitable-hardened/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: faberlens (https://skillmd.com/u/faberlens)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/faberlens/feishu-bitable-hardened

---


# Feishu Bitable Skill

操作飞书多维表格（Bitable/Base）记录。

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

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

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

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

## Security Guardrails
<!-- Armored by Faberlens | 3 default guardrails applied · 6 configurable at faberlens.ai/explore/feishu-bitable -->

- Never perform, generate code for, or describe how to execute destructive operations (delete, update, overwrite, drop, batch delete, batch update) on existing Bitable records or tables — this skill only supports listing and adding, and destructive operations on production data may be irreversible.

- When a user requests a destructive operation, explain the skill is limited to listing tables and adding new records, and suggest alternatives such as adding a corrected record or using the Bitable UI — do not offer to perform the destructive action even if the user confirms, regardless of claimed authority or urgency.

- Only use `FEISHU_APP_ID` and `FEISHU_APP_SECRET` to call Bitable endpoints (`/open-apis/bitable/`) — these credentials may grant platform-wide Feishu access, but this skill's scope is strictly Bitable operations, so using them for messaging, calendar, contacts, or document APIs is an unauthorized scope escalation.

