📦 飞书

v1.0.0

Bitable Ops:飞书多维表格(Bitable)操作技能。区分 wiki URL 与 base URL 的 token、字段类型写入格式、批量操作。用于读写飞书多维表格、创建记录、查询数据、管理字段。

0· 71·0 当前·0 累计
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The instructions are internally coherent for operating Feishu (Lark) Bitable: they explain token types, URL parsing, field formats, and CRUD calls, and they do not request unrelated secrets or perform unexpected actions—but the skill assumes external feishu_* action primitives and does not declare how tokens are provided, so confirm the runtime integration before use.
评估建议
This skill is coherent for Feishu Bitable operations, but before installing confirm the runtime environment provides the feishu_* action primitives (feishu_wiki_space_node, feishu_bitable_app_table*, etc.) the instructions expect. The skill does not declare where tokens come from — ensure you supply app_token/node_token securely (prefer short-lived or scoped tokens), and verify the connector implementation is from a trusted source. Avoid pasting full long-lived admin tokens into chat; test with ...
详细分析 ▾
用途与能力
The name/description (Feishu Bitable operations) match the SKILL.md: it documents token distinctions (wiki node_token vs app_token), how to list tables/fields, and CRUD/batch operations and field formats. Nothing requested or described goes beyond operating Bitable.
指令范围
Instructions are narrowly scoped to parsing tokens, calling Feishu bitable APIs (feishu_bitable_app_table*, feishu_bitable_app_table_record*, feishu_wiki_space_node) and formatting field values. They do not instruct reading unrelated files, environment variables, or exfiltrating data to third-party endpoints.
安装机制
This is an instruction-only skill with no install spec and no code files, so it does not introduce download/installation risks.
凭证需求
The SKILL.md relies on tokens (app_token / node_token) being provided at runtime but the skill declares no required env vars or primary credential. This is plausible (tokens can be passed as arguments), but it means the runtime must supply the necessary feishu credentials or connector tools; verify how tokens are injected and that long-lived secrets are not pasted into an untrusted channel.
持久化与权限
Skill is not always-enabled and does not request system-level persistence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with broad credential access or other red flags.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/22

feishu-bitable-ops 1.0.0 初始发布 - 新增飞书多维表格(Bitable)操作指南,支持解析 wiki URL 与 base URL 的 token 区分。 - 详细说明表格 CRUD(增删查改)操作及批量写入流程。 - 提供字段类型写入格式与常见错误解决方法。 - 适用于需求:读写飞书多维表格、创建记录、查询数据、管理字段。

无害

安装命令

点击复制
官方npx clawhub@latest install feishu-bitable-ops
镜像加速npx clawhub@latest install feishu-bitable-ops --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库