← Back to Skills Marketplace
Multi Ai Search Analysis
by
zhangsaizz
· GitHub ↗
· v1.0.2
· MIT-0
190
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install multi-ai-search-analysis
Description
同时调用多家 AI 独立分析复杂问题,交叉验证数据,综合多视角提炼对比分析报告。
Usage Guidance
What to check before installing or running: 1) Don't run this in your primary machine: run inside an isolated VM/container or sandbox. 2) Inspect scripts/login.py, scripts/run.py, scripts/extractor.py for any network endpoints or unexpected POST/GET calls and for any code that reads local filesystem paths beyond the included browser-profile. 3) Remove or replace the provided ./browser-profile before first run (the repo's profile may contain cookies/config); start with a fresh Playwright profile. 4) Grep the repo for any hardcoded remote endpoints, secrets, or telemetry URLs; verify no private upload/exfil endpoints exist. 5) If you need persistent login, log in interactively rather than importing someone else's profile. 6) Prefer running with headless=false and watch the automation the first few runs to confirm it only opens the documented AI chat pages. 7) If you are not comfortable auditing the code, avoid installing or run only the documentation/instruction parts; do not provide any credentials or copy sensitive profiles into the project's userDataDir. Additional information that would raise or lower confidence: seeing that the included browser-profile is empty/sanitized and login automation does not read autofill/storage would lower risk; finding scripts that read cookies, local storage, or send extracted credentials to external endpoints would make this clearly malicious.
Capability Analysis
Type: OpenClaw Skill
Name: multi-ai-search-analysis
Version: 1.0.2
The skill bundle is a comprehensive browser automation tool designed to query multiple AI platforms (DeepSeek, Qwen, Doubao, Kimi, and Gemini) in parallel and generate comparative analysis reports. It utilizes Playwright for browser orchestration (`scripts/run.py`), includes a data extraction engine using regex (`scripts/extractor.py`), and a report generator (`scripts/reporter.py`). The bundle is well-documented with extensive installation, testing, and usage guides. While it includes a pre-configured browser profile directory (`browser-profile/`), the contents appear to be standard Chromium/Edge configuration files (such as IE compatibility lists) and do not contain evidence of malicious intent, data exfiltration, or unauthorized persistence mechanisms.
Capability Assessment
Purpose & Capability
The name/description and SKILL.md describe browser automation to query multiple chat AIs and aggregate answers, which matches the provided scripts (run.py, reporter.py, extractor.py). That core capability is coherent. However, the repository also contains a pre-populated browser-profile directory and EntityExtraction/autofill mappings that are not explained in the docs and look unrelated to simply asking AI chat pages for responses.
Instruction Scope
SKILL.md instructs creating a persistent browser context (userDataDir ./browser-profile) and automating login checks and snapshots of responses. While prompting the user to log in is expected, the instructions + code imply reading/writing a persistent profile on disk and using selector-based extraction. The repo's browser-profile contains broad site lists and entity/autofill configs (credit card, password, account fields), which go beyond extracting AI replies and could be used to access or scrape sensitive site data if the automation ever visits other pages or if the profile already contains cookies/credentials.
Install Mechanism
There is no formal install spec (no remote downloads), which reduces supply-chain risk, but the package includes an embedded browser-profile directory that will be used as userDataDir. Shipping a pre-filled browser profile in the repo is risky because it may contain cookies, session state, or intrusive config. The code expects Playwright and a Python env (requirements.txt/install.py), so running install scripts will create/modify a local browser context on disk.
Credentials
The skill requests no environment variables or API keys, which is proportional. However, the included files reveal capabilities that could access highly sensitive data: EntityExtraction/domains_config.json (autofill mappings including passwords, credit card fields), SiteList.xml and many domain entries (banks, enterprise sites), and browser arbitration/config files. Those artifacts are not justified by the stated purpose and increase the risk that sensitive data could be read from a persistent profile or misused by automation.
Persistence & Privilege
The config explicitly sets userDataDir to ./browser-profile and the SKILL.md and scripts emphasize persistent login state ('save login state', 'persistent context'). Persistent profiles are useful for this task but increase blast radius: cookies, auth sessions, and saved autofill data in the provided browser-profile could be exposed or reused. The repo includes a pre-populated profile rather than a clean template, which is more privilege than the skill's description requires.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-ai-search-analysis - After installation, invoke the skill by name or use
/multi-ai-search-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 首个版本上线。
- 支持多家 AI (DeepSeek、Qwen、豆包、Kimi、Gemini) 独立分析同一复杂问题,并汇总对比报告。
- 提供标准化问题模板与操作流程,确保分析结果一致、可比。
- 文档详细说明适用场景、最佳实践和注意事项。
- 支持串行与并行两种执行模式。
v1.0.1
v1.0.1
- No code or documentation changes detected.
- This is a maintenance release with no user-facing updates.
v1.0.0
multi-ai-search-analysis v1.0.0
- 初始版本发布,支持多家 AI(DeepSeek、Qwen、豆包、Kimi、Gemini)独立分析同一复杂主题并综合生成对比报告
- 明确标准流程:统一问题表述、依次/并行询问、汇总关键信息与生成多维度对比报告
- 提供标准化操作指引,包括会话管理、平台选择、数据记录与汇总模板
- 包含常用分析场景、示例命令与推荐平台组合
- 强调统一输入、干净上下文及独立分析以确保报告客观性与可比性
Metadata
Frequently Asked Questions
What is Multi Ai Search Analysis?
同时调用多家 AI 独立分析复杂问题,交叉验证数据,综合多视角提炼对比分析报告。 It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.
How do I install Multi Ai Search Analysis?
Run "/install multi-ai-search-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi Ai Search Analysis free?
Yes, Multi Ai Search Analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Multi Ai Search Analysis support?
Multi Ai Search Analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi Ai Search Analysis?
It is built and maintained by zhangsaizz (@zhangsaizz); the current version is v1.0.2.
More Skills