← 返回 Skills 市场
Web Insight
作者
longGGGGGG
· GitHub ↗
· v1.0.4
· MIT-0
132
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install web-insight
功能描述
互联网内容洞察技能。面向全域网络信息监测与情报分析场景,提供多条件组合精准检索能力,可覆盖全网新闻、社交、资讯等多渠道公开内容。支持关键词、情感、时间、平台等多条件组合查询,依托 NLP 智能解析,实现内容去重、关键信息抽取与数据结构化输出,一键供 AI Agent 调用。适用于品牌管理、市场分析、竞品追踪、风险...
安全使用建议
What to check before installing or using this skill:
- Do not put a real FEEDAX_SEARCH_API_KEY into .env until you verify where it is sent. Use a throwaway/dummy key for testing.
- Inspect the rest of scripts/search_cli.py to see exactly how API_KEY is transmitted (header vs query param) and whether the code posts it to the hardcoded IP. Grep for API_BASE_URL and API_KEY usage.
- The code currently targets http://221.6.15.90:18011 (IP) — confirm with the skill author why it doesn't use https://api.feedax.cn or another documented feedax.cn host. Treat an unexplained hardcoded IP as suspicious.
- If you must test, run the script in an isolated environment and monitor outbound network traffic (e.g., with tcpdump, wireshark, or OS firewall) to see destination and whether traffic is encrypted.
- Prefer skills that call documented, HTTPS endpoints under the official domain. If the author provides an official repo or homepage (not present here), review that upstream source and changelog.
- If you rely on this skill for sensitive data, request publisher identity and an explanation for the IP endpoint; otherwise avoid supplying production API keys and revoke any key you used for testing if you suspect exposure.
功能分析
Type: OpenClaw Skill
Name: web-insight
Version: 1.0.4
The 'web-insight' skill bundle is a legitimate tool designed for monitoring and analyzing public internet content via the Feedax API. It includes well-structured Python scripts for searching media platforms, parsing geographic area codes (scripts/parse_area_cli.py), and calculating time ranges (scripts/parse_time_cli.py). While the main search script (scripts/search_cli.py) uses a hardcoded IP address (221.6.15.90) for its API endpoint, this behavior is consistent with the service's documentation at feedax.cn, and no evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
名字与说明表明这是一个对接 Feedax 搜索 API 的舆情检索技能 — 所需依赖与接口调用逻辑与此目的相符. 但代码中把 API_BASE_URL 硬编码为 'http://221.6.15.90:18011'(IP 地址、使用 http),而文档与 README 都指向 feedax.cn,这不一致:请求被发送到一个未说明的 IP 而非明确的官方域名。
Instruction Scope
SKILL.md 指导用户在项目根目录配置 FEEDAX_SEARCH_API_KEY、安装 requirements,并用提供的脚本查询;脚本主要做日期、地域解析、调用远端搜索并将结果保存为 JSON。没有指示读取或上报与任务无关的本地文件或其它凭据。
Install Mechanism
无复杂安装说明,仅建议 pip install -r requirements.txt(requests, python-dotenv)。没有下载不受信任的二进制或外部归档,代码为纯 Python,安装风险低。
Credentials
技能仅要求 FEEDAX_SEARCH_API_KEY(与目的匹配)。但脚本将请求发往硬编码的 IP 且使用 http://(非 HTTPS),这可能导致用户在明文通道泄露其 API Key 或将 Key 传输到非官方服务器;因此对单一环境变量的使用方式显示出明显安全风险。
Persistence & Privilege
技能没有请求常驻(always)或修改其它技能/系统配置的行为;默认的可自主调用也未与其它高权限配置组合出现。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-insight - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-insight触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
web-insight 1.0.4
- No file changes detected in this version.
- Documentation and usage details remain consistent with previous release.
v1.0.3
- 增加了安装指令说明:现在 SKILL.md 包含 `pip install -r requirements.txt` 便捷安装方法。
- 新增 .env 文件示例,方便进行环境变量(API KEY)配置。
- 新增 .gitignore 文件,提升源码管理便捷性与安全性。
v1.0.2
Version 1.0.2
- Added .env.example file to provide a configuration template for environment variables.
- Added .gitignore file to help manage sensitive files and keep the repository clean.
v1.0.1
First public release with full CLI tool and documentation.
- Added 85 files, including CLI搜索主脚本、参考分类与说明文档、样例配置等内容
- 提供 Python 命令行搜索工具 scripts/search_cli.py,支持多条件检索、参数化输出
- 完整覆盖关键词筛选、地域/时间/情感/平台/类型/认证/互动量等多维查询
- 增加详细 CLI 参数说明、执行示例、映射规则与用法指导
- 提供领域分类、场景分类、媒体平台等参考数据文件
- 文档重构为面向终端用户,便于实际配置和一键调用
v1.0.0
面向全域网络信息监测与情报分析场景,提供多条件组合精准检索能力,可覆盖全网新闻、社交、资讯等多渠道公开内容。
元数据
常见问题
Web Insight 是什么?
互联网内容洞察技能。面向全域网络信息监测与情报分析场景,提供多条件组合精准检索能力,可覆盖全网新闻、社交、资讯等多渠道公开内容。支持关键词、情感、时间、平台等多条件组合查询,依托 NLP 智能解析,实现内容去重、关键信息抽取与数据结构化输出,一键供 AI Agent 调用。适用于品牌管理、市场分析、竞品追踪、风险... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Web Insight?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-insight」即可一键安装,无需额外配置。
Web Insight 是免费的吗?
是的,Web Insight 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Insight 支持哪些平台?
Web Insight 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Insight?
由 longGGGGGG(@longgggggg)开发并维护,当前版本 v1.0.4。
推荐 Skills