install
source · Clone the upstream repo
git clone https://github.com/evan966890/openclaw-bestroll-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/evan966890/openclaw-bestroll-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/feishu-skills-kit/skills/feishu-bitable" ~/.claude/skills/evan966890-openclaw-bestroll-skills-feishu-bitable-6c1ea0 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/evan966890/openclaw-bestroll-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/feishu-skills-kit/skills/feishu-bitable" ~/.openclaw/skills/evan966890-openclaw-bestroll-skills-feishu-bitable-6c1ea0 && rm -rf "$T"
manifest:
skills/feishu-skills-kit/skills/feishu-bitable/SKILL.mdsource content
Feishu Bitable Skill
操作飞书多维表格(Bitable/Base)记录。
功能
- 列出 Base 内的表
- 向表中新增记录/任务
使用方式
该技能目前主要作为库/模板使用:
const { addRecord } = require('./add_task'); // addRecord(appToken, tableId, fields)
配置
FEISHU_APP_IDFEISHU_APP_SECRET