← 返回 Skills 市场
108
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sheet-data-enrichment
功能描述
Enrich spreadsheet data by fetching external sources (URLs, APIs) to fill missing columns, then aggregate results into summary sheets. Use when: (1) a spread...
安全使用建议
This skill's instructions are plausible for the advertised job, but the package metadata omits critical runtime requirements. Before installing or running: (1) ask the publisher how authentication for Feishu/Google Sheets is handled and what credentials you'll need; never supply full-account keys—use least-privilege API tokens or a service account limited to the target spreadsheet. (2) Confirm whether your platform provides 'web_fetch' and a browser automation runtime (headless browser) or whether you must install them; running browser automation can increase risk and resource use. (3) Test on a copy of any real spreadsheet and restrict write permission to the minimum needed. (4) Verify a sample of automatic writes before allowing bulk operations to avoid off-by-one or row-alignment errors. (5) If you require privacy guarantees, ask how fetched page content and extracted data are logged, stored, or transmitted; the SKILL.md does not describe data retention or external endpoints. If the author cannot explain how auth and runtime tooling are provided, treat this skill as too risky to run with sensitive spreadsheets.
功能分析
Type: OpenClaw Skill
Name: sheet-data-enrichment
Version: 1.0.0
The skill bundle is a legitimate tool for enriching spreadsheet data by scraping information from URLs using web fetching and browser automation. It includes detailed instructions for the AI agent to handle various web page types (SPAs, WeChat, static HTML) and emphasizes safety measures such as user confirmation and row alignment verification to prevent data corruption. The extraction patterns and JavaScript snippets in SKILL.md and references/extraction-patterns.md are standard for web scraping and do not exhibit signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill claims it works with Feishu Sheets, Google Sheets, and local CSV/Excel, and it explicitly references a 'feishu_sheet' action and browser automation vs 'web_fetch'. However the manifest declares no required environment variables, no primary credential, and no required binaries. Accessing Feishu or Google Sheets typically requires credentials/API tokens; browser automation normally requires a headless browser binary or an automation service. The lack of declared credentials/runtime requirements is disproportionate to the stated capabilities.
Instruction Scope
SKILL.md gives detailed runtime instructions that stay within the stated goal: reading sheets, classifying URLs, fetching pages (web_fetch or browser), extracting data with patterns, verifying, and writing single-cell ranges back. It does not instruct reading unrelated system files or environment variables. However, it relies on platform-provided actions (web_fetch, browser, feishu_sheet) and sample JS snippets to run in page context — the manifest doesn't specify that these actions exist or how they're authorized.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes disk-level risks. There is nothing downloaded or written by an installer. That said, because it relies on network fetching and browser automation, the runtime environment must provide those tools; the skill does not state requirements.
Credentials
No environment variables or credentials are declared, yet the instructions require write access to spreadsheets (Feishu/Google) and the ability to fetch arbitrary external URLs and run browser automation. At minimum, Feishu/Google API tokens and possibly browser/runtime service credentials would be expected. The lack of declared secrets is a mismatch and prevents a clear security assessment of what will be accessed if the skill is used.
Persistence & Privilege
The skill is not marked always:true and does not request persistent presence or modify other skills. Autonomous invocation is allowed (platform default), but there are no additional privileges requested in the manifest.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sheet-data-enrichment - 安装完成后,直接呼叫该 Skill 的名称或使用
/sheet-data-enrichment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: spreadsheet data enrichment from URLs + aggregation/summary workflow. Includes extraction patterns for Chinese and English media bylines, browser vs web_fetch decision guide, row alignment safety, and Feishu Sheets specifics.
元数据
常见问题
Sheet Data Enrichment 是什么?
Enrich spreadsheet data by fetching external sources (URLs, APIs) to fill missing columns, then aggregate results into summary sheets. Use when: (1) a spread... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Sheet Data Enrichment?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sheet-data-enrichment」即可一键安装,无需额外配置。
Sheet Data Enrichment 是免费的吗?
是的,Sheet Data Enrichment 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sheet Data Enrichment 支持哪些平台?
Sheet Data Enrichment 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sheet Data Enrichment?
由 Rong(@kylinr)开发并维护,当前版本 v1.0.0。
推荐 Skills