skills/feishu-bitable/SKILL.md
飞书多维表格操作。记录 CRUD、字段管理、视图、权限、公式、关联。
npx skillsauth add shuliuzhenhua-sys/shuliu-skills feishu-bitableInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 Bitable API 操作数据、字段、视图和权限。优先保持主技能简洁;只有在任务明确涉及字段类型、字段属性 property、字段新增/更新/删除时,再读取 references/fields.md。
Base URL: https://open.feishu.cn/open-apis/bitable/v1
关键参数:
app_token: 多维表格 URL 中 /base/ 后的字符串table_id: 调用列表 API 获取| API | 端点 | 说明 |
|-----|------|------|
| 新增单条 | POST /apps/{app_token}/tables/{table_id}/records | - |
| 批量新增 | POST .../records/batch_create | 最多 500 条,支持 Upsert |
| 更新 | PUT .../records/{record_id} | - |
| 批量更新 | POST .../records/batch_update | 最多 500 条 |
| 批量删除 | POST .../records/batch_delete | 最多 500 条 |
| 查询 | POST .../records/search | 支持 filter/sort/分页 |
请求示例:
{
"fields": {
"名称": "测试",
"金额": 100,
"进度": 0.75,
"评分": 4,
"日期": 1770508800000,
"状态": "进行中",
"标签": ["重要", "紧急"],
"完成": true,
"负责人": [{"id": "ou_xxx"}],
"电话": "13800138000",
"链接": {"text": "官网", "link": "https://example.com"}
}
}
⚠️ 数值不要传字符串,日期必须是 13 位毫秒时间戳。
当任务涉及下面任一场景时,再读取 references/fields.md:
type / ui_typeproperty 结构怎么写FieldTypeValueNotMatch、某类字段 property 错误高频提醒:
field 对象,不等于记录写入时 fields 的值格式Lookup(type=19) 会出现在字段定义和字段列表里,但不支持走新增/更新字段接口单选/多选 更新是全量覆盖,不是增量 merge| API | 端点 | 说明 |
|-----|------|------|
| 创建多维表格 | POST /apps | {"name":"数据库名称"} |
| 列出数据表 | GET /apps/{app_token}/tables | - |
| 新增数据表 | POST /apps/{app_token}/tables | {"table":{"name":"表名"}} |
| 批量新增表 | POST .../tables/batch_create | 最多 10 张表 |
| 删除数据表 | DELETE .../tables/{table_id} | - |
| 复制数据表 | POST .../tables/{table_id}/copy | - |
⚠️ 权限管理(重要):
POST /permissions/{app_token}/members
{
"member_type": "user",
"member_id": "ou_xxx",
"perm": "full_access"
}
view / edit / full_access| API | 端点 | 说明 |
|-----|------|------|
| 列出视图 | GET .../tables/{table_id}/views | - |
| 创建视图 | POST .../tables/{table_id}/views | {"view_name":"新视图","view_type":"grid"} |
| 删除视图 | DELETE .../views/{view_id} | - |
视图类型: grid(表格) / kanban(看板) / gallery(画册) / gantt(甘特图)
| API | 端点 | 说明 |
|-----|------|------|
| 创建协作者 | POST /apps/{app_token}/roles/{role_id}/members/batch_create | - |
| 删除协作者 | POST .../members/batch_delete | - |
| 更新权限 | PUT /apps/{app_token}/roles/{role_id} | - |
角色类型: owner / editor / reader
int(datetime.timestamp() * 1000))自动更新 字段多行文本 或者 文本,需要在创建完成以后,用 put 接口根据业务需要对他进行修改整数类型,不保留小数content-media
小红书创作平台“文字配图”自动化技能。用户只要提到小红书创作平台、文字配图、科技主题、换配色、9444 端口、CDP、自动生成图片、自动下载图片、基于已有预览图换主题/换颜色,或者想先看看各个主题长什么样子,都应该使用这个技能。它会连接已登录的浏览器会话,生成图片,默认下载当前图片,支持继续切主题或换配色,也支持直接给出已经整理好的主题预览总览图和单张样例。
development
抓取和拆解微信公众号文章页。只要用户提到“微信公众号网页”“公众号文章”“mp.weixin.qq.com/s/”“抓 HTML”“导出素材”“分析公众号动画/实现方式/图片资源”这类场景,就应该使用这个 skill。它适用于公开可访问的公众号文章页,负责抓原始 HTML、提取资源、下载素材、整理动画线索,并生成结构化报告。
development
Generate videos using Sora via lnapi.com.
data-ai
Generate images via geekai.co image endpoints. Use when the user wants text-to-image generation through GeekAI, needs to choose between nano-banana-2 and gemini-3-pro-image-preview, or wants batch image generation with aspect ratio and size control.