← Back to Skills Marketplace
longgggggg

Web Insight

by longGGGGGG · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
132
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install web-insight
Description
互联网内容洞察技能。面向全域网络信息监测与情报分析场景,提供多条件组合精准检索能力,可覆盖全网新闻、社交、资讯等多渠道公开内容。支持关键词、情感、时间、平台等多条件组合查询,依托 NLP 智能解析,实现内容去重、关键信息抽取与数据结构化输出,一键供 AI Agent 调用。适用于品牌管理、市场分析、竞品追踪、风险...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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)或修改其它技能/系统配置的行为;默认的可自主调用也未与其它高权限配置组合出现。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-insight
  3. After installation, invoke the skill by name or use /web-insight
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
面向全域网络信息监测与情报分析场景,提供多条件组合精准检索能力,可覆盖全网新闻、社交、资讯等多渠道公开内容。
Metadata
Slug web-insight
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Web Insight?

互联网内容洞察技能。面向全域网络信息监测与情报分析场景,提供多条件组合精准检索能力,可覆盖全网新闻、社交、资讯等多渠道公开内容。支持关键词、情感、时间、平台等多条件组合查询,依托 NLP 智能解析,实现内容去重、关键信息抽取与数据结构化输出,一键供 AI Agent 调用。适用于品牌管理、市场分析、竞品追踪、风险... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.

How do I install Web Insight?

Run "/install web-insight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web Insight free?

Yes, Web Insight is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Web Insight support?

Web Insight is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web Insight?

It is built and maintained by longGGGGGG (@longgggggg); the current version is v1.0.4.

💬 Comments