Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

网页搜索整理到飞书多维表格知识库

v1.0.0

自动搜索关键词网页内容,提取标题、摘要等信息,批量整理存入飞书多维表格个人知识库并返回链接。

0· 11·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
Name/description promise (web search → Feishu Bitable) aligns with the SKILL.md tool chain (web_search, web_fetch, feishu_bitable_app.*). However the skill requires user Feishu authorization according to SKILL.md but the registry metadata declares no required environment variables or primary credential—this is an inconsistency (the skill will need Feishu access but doesn't declare how it obtains credentials).
Instruction Scope
Instructions are focused on web searching, fetching page content, extracting title/summary/tags and creating/appending records to a Feishu multi-dimensional table. They do not instruct reading local files or unrelated system state. Missing details: exact OAuth flow/scopes for Feishu, what page fields are uploaded (full HTML/body? images?), and any filtering/sanitization rules for extracted content.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so there is no install-time code being fetched or written to disk — low install risk.
!
Credentials
SKILL.md explicitly says user must have authorized Feishu (openclaw-lark extension), but the skill metadata lists no required env vars or primary credential. A Feishu integration normally requires OAuth tokens or API keys; the absence of any declared credential is a mismatch and reduces transparency about what will be accessed or stored. There are no other extraneous credentials requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated persistence or attempt to modify other skills' configs. Autonomous invocation is allowed by default (normal) but not combined with other major red flags here.
What to consider before installing
This skill appears to do what it says (search web pages and save structured records to your Feishu Bitable), but it fails to declare how it will authenticate with Feishu. Before installing or authorizing it: 1) Confirm which OAuth scopes or tokens the skill/extension will request in Feishu (ability to create apps/tables and write records is powerful). 2) Ask the publisher to declare the primary credential or env var it expects, and to document what page content is uploaded (full HTML, images, or just extracted summaries). 3) Limit use to non-sensitive keywords until you verify storage location and retention policy in your Feishu workspace. 4) If you need higher assurance, request the skill author to add explicit credential declarations and a privacy/data-handling statement; providing that information would increase confidence.

Like a lobster shell, security has layers — review code before you run it.

bitablevk97e501xkwc6sp7krnayejapch846343feishuvk97e501xkwc6sp7krnayejapch846343knowledge-basevk97e501xkwc6sp7krnayejapch846343latestvk97e501xkwc6sp7krnayejapch846343web-searchvk97e501xkwc6sp7krnayejapch846343

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

web-search-to-feishu-bitable - 网页搜索自动整理到飞书多维表格个人知识库

Description

自动搜索网页关键词,提取信息整理后批量存入飞书多维表格,构建个人知识库。

工作流程

  1. 接收用户提供的关键词列表
  2. 使用 web_search 搜索每个关键词,获取相关网页
  3. 使用 web_fetch 提取网页正文内容
  4. 整理信息为标准格式:标题、URL、摘要、标签、分类
  5. 如果飞书多维表格应用不存在,自动创建;已存在则直接追加记录
  6. 完成后返回飞书链接

适用场景

  • 个人知识库构建
  • 关键词资料收集整理
  • AI提示词收藏整理
  • 技术文章聚合存档

Usage

当用户说:

"帮我搜索这些关键词,整理成飞书多维表格" "把这些提示词资料整理到我的飞书知识库" "搜索XXX、XXX,存入飞书多维表格"

就使用这个skill。

Parameters

用户需要提供:

  • 关键词列表:要搜索的关键词(多个用逗号分隔)
  • 分类方式:按关键词分类(默认)
  • 字段:默认 标题(文本) + URL(超链接) + 摘要(文本) + 标签(多选) + 分类(单选),可调整

Examples

用户输入

关键词主要是:效果图,AI洗图,nano banana提示词,展位展厅提示词,按照标题,URL,摘要,标签,分类等开始整理

执行结果

创建多维表格 AI提示词知识库,数据表 提示词收藏,导入 14 条整理好的数据,返回飞书链接。

Tool Chain

  1. web_search - 搜索每个关键词
  2. web_fetch - 提取网页内容
  3. feishu_bitable_app.create - 创建多维表格(如果不存在)
  4. feishu_bitable_app_table.create - 创建数据表(如果不存在)
  5. feishu_bitable_app_table_field.list - 确认字段类型
  6. feishu_bitable_app_table_record.batch_create - 批量导入整理好的数据

Notes

  • 默认字段:标题(文本)、URL(超链接)、摘要(文本)、标签(多选)、分类(单选)
  • 需要用户已经授权飞书(openclaw-lark extension 已启用)
  • 单次搜索每个关键词返回 5 个结果,自动过滤无法提取的页面
  • 批量导入单次最多 500 条,超过自动分批

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…