返回 Skills Library
数据分析 来源:GitHub 协议:MIT 协议已标注

web-agent

用网页抓取与 Agent 流程完成竞品、市场和站点信息分析。

1.2K GitHub stars 2026-09-05 星标同步 2026-07-16 收录时间
#web-scraping#competitor#research

快速判断

01这个 Skill 是干嘛的
结合网页抓取和 Agent 流程完成站点、竞品与市场信息分析。
02它能解决什么问题
解决研究资料分散在大量网页、动态内容难提取和人工汇总耗时的问题。
03它适合谁来用
适合需要批量网页研究、竞品监测和市场情报整理的分析人员。

预览 · README.md

中文为 README 译文;English 保留 GitHub README 原文。

web-agent

用网页抓取与 Agent 流程完成竞品、市场和站点信息分析。

主要能力

Compare two or more companies, products, or platforms across pricing, features, positioning, and docs. Use this skill whenever the user says "compare X vs Y", "how does X stack up against Y", "alternatives to X", "competitive landscape of …", "X vs Y vs Z", or asks for a competitor matrix. Uses search to discover competitors when the user only names a category, then scrape for each competitor's homepage, pricing page, and features/docs. Returns a normalized comparison matrix as JSON.

使用方式

仓库级安装会保留完整目录;本次核验的入口是 agent-core/src/skills/definitions/competitor-analysis/SKILL.md。使用前先阅读英文 README 与原始 SKILL.md,并按当前 Agent 的目录规范安装。

适用边界

抓取必须遵守 robots、站点条款与频率限制,结果还需核对来源时间。

许可与来源

来源:GitHub 公开仓库。核验许可:MIT。本页是贴近原仓库结构的中文导读,具体参数、依赖和更新记录以英文 README 为准。