Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

openclaw-feishu-baseOpenClaw feishu base 搜索

Agent Skill

openclaw-feishu-base 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,154

周安装

259

GitHub Stars

公开资料未说明

下载量

2,155
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-feishu-base(OpenClaw feishu base 搜索)
来源仓库:https://github.com/systransform88/openclaw-feishu-base
安装命令:
openclaw skills install openclaw-feishu-base
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-feishu-base

简介

统一管理 OpenClaw 飞书 Bitable 表结构与字段操作。

  • 支持查询、创建、更新与删除记录等基础数据维护功能。
  • 适用于项目跟踪、任务分配与状态同步等协作场景。openclaw-feishu-base 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需配置飞书开发者后台凭证并申请相应 API 权限。
  • 批量操作前建议导出数据备份,防止误删导致信息丢失。

SKILL.md

name
openclaw-feishu-base
description
Unified Feishu Base/Bitable management for OpenClaw. Use when you need to inspect Base schema, manage tables/fields, or query/create/update/delete records in Feishu Base/Bitable with existing Feishu credentials.

OpenClaw Feishu Base

Use this plugin when working with Feishu Base / Bitable in OpenClaw.

What it provides

A unified tool:

  • feishu_base

Recommended actions include:

  • resolve_link
  • list_bases
  • discover_tables
  • find_table
  • list_tables
  • get_table
  • get_record
  • query_records
  • create_records
  • update_records
  • upsert_records
  • delete_records
  • create_table
  • rename_table
  • delete_table
  • create_field (including linked fields via link.table_id / link.table_name, plus duplex links via link.back_field_name)
  • rename_field
  • update_field
  • delete_field
  • list_folder

Best-use guidance

  • Prefer direct Base links or explicit identifiers (app_token, table_id) when available.
  • Discovery helpers are convenience features; direct link/token workflows are more reliable.
  • Use discover_tables for broad, self-discoverable scans when you do not know the app token.
  • Inspect schema before writing when field names are uncertain.
  • Query/list before update when locating existing records.
  • Avoid hardcoding a fixed app/table in workflow logic; derive the target from the current user request (link, base, table name, or explicit IDs).

Workflow: add customer record (dynamic, non-hardcoded)

Use this when user asks to “add customer”.

  1. Resolve target table first.

- If user provides a Base link, run resolve_link and use returned app_token + table_id. - If no table is specified, run list_tables / find_table and choose best match (Customers, Customer, 客户). - If multiple likely matches exist, ask one concise disambiguation question.

  1. Inspect schema before write.

- Run get_table and read writable fields. - Map by field names (for example: Customer Name, Company Name, City, State, Country, Phone, Email, Status).

  1. Build minimal safe payload.

- Fill only fields provided by user. - If user says location only (e.g., “Jiji at Penang”), map Customer Name=Jiji, City/State=Penang when present. - For select fields, only use valid options; otherwise ask or write to a text fallback field.

  1. Create and verify.

- Run create_records with one record first. - Confirm success by returned record_id (and optionally get_record / query_records if needed). - Report exact fields written.

  1. Handle blockers explicitly.

- If FEISHU_NOT_CONFIGURED or permission errors occur, stop and ask user to reconnect/authorize Feishu; do not loop retries.

Safety

Destructive operations are supported but should be disabled by default unless explicitly needed.

Config flag:

  • allowDelete: false (recommended default)

When deletion is disabled, destructive actions should be blocked:

  • delete_records
  • delete_field
  • delete_table

Requirements

  • OpenClaw with Feishu channel configured
  • valid Feishu credentials already present in OpenClaw config
  • access to the target Base/Bitable resources

Notes

  • This plugin works best as a link-first / token-first Feishu Base tool.
  • Some discovery flows depend on what Feishu APIs expose in the current tenant/account context.
  • For field creation and schema mutation, prefer serialized one-by-one writes. Parallel field creation can hit Feishu-side limits and cause intermittent 400 failures.
  • Credential resolution prefers explicit account_id, then active runtime/session account context when available, then runtime-injected channels.feishu, and finally persisted OpenClaw config from OPENCLAW_CONFIG_PATH or ~/.openclaw/openclaw.json when some runtime paths do not inject Feishu config consistently.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.01%
按下载量换算2,069

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills