← 返回 Skills 市场
subwukong

飞书知识库查询

作者 subwukong · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
346
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-knowledge-query
功能描述
飞书知识库查询工具。当用户需要查询已有知识、确认操作步骤、查找历史记录或参考之前的工作时使用。包括:(1) 搜索知识库文档 (2) 获取具体文档内容 (3) 引用知识库中的操作指南。触发场景:用户说"查一下知识库"、"参考之前"、"知识库里有"、"确认一下之前的操作
使用说明 (SKILL.md)

飞书知识库查询 Skill

功能说明

本技能用于在执行任务时查询飞书知识库中的已有知识,确保操作一致性和知识复用。

知识库信息

  • 知识库名称: openclaw
  • 知识库ID: 7612944775368608721

已收录内容

🛠️ 工具安装

  • Agent Reach 安装使用指南
  • wechat-article-reader 使用指南

🚀 进阶技巧

  • 自我迭代方法

🛡️ 安全配置

  • 安全最佳实践
  • IronClaw - OpenClaw 安全替代

📖 完整教程

  • OpenClaw飞书官方插件安装指南
  • OpenClaw+Obsidian内容工厂搭建教程
  • Anthropic官方Skill创建完全指南

使用方法

1. 搜索知识库

使用 feishu_search_doc_wiki 搜索相关内容:

  • query: 搜索关键词
  • 可按文档类型筛选

2. 获取文档内容

使用 feishu_fetch_doc 获取具体文档:

  • doc_id: 从搜索结果获取

3. 结合知识执行任务

当用户提出需求时:

  1. 先搜索知识库相关主题
  2. 获取具体操作指南
  3. 按照知识库中的最佳实践执行
  4. 如需创建新Skill,参考 Skill 创建指南

典型场景

用户需求 操作步骤
"怎么做内容工厂" 搜索"内容工厂" → 获取Obsidian搭建教程
"如何安装Agent Reach" 搜索"Agent Reach" → 获取安装指南
"创建Skill的步骤" 搜索"Skill创建" → 获取官方指南
"OpenClaw安全吗" 搜索"IronClaw" → 获取安全替代方案

注意事项

  • 知识库中的内容经过整理,是权威参考
  • 执行前先查询,避免重复造轮子
  • 如发现知识库内容过时,及时更新
安全使用建议
This skill appears to be a Feishu knowledge-base lookup helper, but it leaves two important questions unanswered: (1) how will the agent authenticate to Feishu (API token, service account, or a platform-provided connector)? and (2) how far may the agent act on retrieved instructions (read-only vs. performing tasks or creating new Skills)? Before installing or enabling, ask the skill author or platform: provide the exact auth requirements and token scope (prefer read-only tokens), confirm whether feishu_search_doc_wiki / feishu_fetch_doc are provided by the host or require user secrets, and clarify limits on any 'execute' steps. If you proceed, use least-privilege credentials, enable audit logging for the connector, and test in an isolated account or sandbox first.
功能分析
Type: OpenClaw Skill Name: feishu-knowledge-query Version: 1.0.0 The skill bundle consists of metadata and instructions for an AI agent to query a specific Feishu (Lark) knowledge base (ID: 7612944775368608721). The SKILL.md file outlines standard procedures for searching and fetching documentation related to project guides and security best practices. No malicious code, data exfiltration logic, or harmful prompt injection attempts were identified in the provided files.
能力评估
Purpose & Capability
The name/description (Feishu knowledge-base query) aligns with the SKILL.md content (search + fetch docs). However the instructions call feishu_search_doc_wiki and feishu_fetch_doc but the skill declares no credentials or required tooling—if these calls require Feishu API access that omission is inconsistent.
Instruction Scope
Instructions direct the agent to search, fetch, then '按照知识库中的最佳实践执行' (execute according to the KB). That authorizes the agent to perform tasks based on retrieved docs and even to 'create new Skills' per the guide—this is broader than a pure read-only query tool and could let the agent take substantive actions without clear limits.
Install Mechanism
Instruction-only skill with no install steps or downloaded code; this minimizes on-disk risk and is expected for a simple integration helper.
Credentials
No environment variables or primary credential declared, yet the SKILL.md references Feishu-specific operations. If those operations require API tokens or service accounts, the skill fails to request them or explain where they come from (platform-provided connector vs. user-supplied credentials). That gap is disproportionate to the declared requirements.
Persistence & Privilege
always:false and no install/write actions. The skill does not request permanent inclusion or modify other skills/config—no elevated persistence observed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-knowledge-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-knowledge-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of feishu-knowledge-query skill: - Enables querying the Feishu knowledge base for existing guides, best practices, and historical records. - Supports document search, specific content retrieval, and referencing operation guides from the knowledge base. - Knowledge base includes tutorials, installation guides, advanced tips, and security practices relevant to OpenClaw and related tools. - Optimized for user scenarios like confirming procedures, referencing previous operations, and avoiding duplicate work.
元数据
Slug feishu-knowledge-query
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

飞书知识库查询 是什么?

飞书知识库查询工具。当用户需要查询已有知识、确认操作步骤、查找历史记录或参考之前的工作时使用。包括:(1) 搜索知识库文档 (2) 获取具体文档内容 (3) 引用知识库中的操作指南。触发场景:用户说"查一下知识库"、"参考之前"、"知识库里有"、"确认一下之前的操作. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。

如何安装 飞书知识库查询?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-knowledge-query」即可一键安装,无需额外配置。

飞书知识库查询 是免费的吗?

是的,飞书知识库查询 完全免费(开源免费),可自由下载、安装和使用。

飞书知识库查询 支持哪些平台?

飞书知识库查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 飞书知识库查询?

由 subwukong(@subwukong)开发并维护,当前版本 v1.0.0。

💬 留言讨论