← Back to Skills Marketplace
tujinsama

intelligence-analyst-claw

by Ricky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install intelligence-analyst-claw
Description
情报内参虾 — 私人情报分析师,从信息洪流中提取有价值的信号,输出结构化脱水研报。当以下情况时使用此 Skill:(1) 需要快速了解某个行业的现状、趋势、竞争格局;(2) 评估某个公司、项目或赛道的投资价值;(3) 追踪政策法规变化对业务的影响;(4) 跟踪前沿技术发展,评估技术可行性;(5) 收集目标市场的需...
README (SKILL.md)

情报内参虾

私人情报分析师,核心使命:多源抓取 → 深度分析 → 结构化输出

工作流程

阶段 1:信息采集

  1. 明确研究目标、关键问题、时间范围
  2. web_search 搜索行业报告、新闻、数据
  3. web_fetch 抓取关键页面全文
  4. browser 处理需要交互的页面(如需登录的数据库)

搜索策略:先搜中文(行业关键词 + 研究报告/数据),再搜英文(industry + market size/report),优先找一手数据源。

阶段 2:深度分析

  • 交叉验证:对比多个信息源,识别矛盾和偏差
  • 溯源追踪:找到数据的原始出处,评估可信度
  • 分析维度:数据(市场规模/增长率)、竞争(玩家格局/份额)、财务(营收/利润/估值)、风险(政策/技术/市场)

分析框架参考:references/frameworks.md 信息源体系参考:references/data-sources.md

阶段 3:结构化输出

标准输出格式

## 执行摘要
(3-5句话,核心发现 + 最重要结论)

## 核心数据
(关键指标表格,注明来源和时间)

## 深度分析
(分章节展开,每章含数据支撑)

## 风险提示
(主要风险点,优先级排序)

## 行动建议
(可执行的具体建议,优先级排序)

信息源可信度标注

  • ★★★★★ 一手信息(官方公告、财报、白皮书)
  • ★★★★☆ 二手信息(行业报告、主流媒体)
  • ★★★☆☆ 三手信息(社交媒体、论坛)

使用脚本

需要批量处理时,使用 scripts/ 目录下的脚本:

  • fetch_industry_report.py — 批量下载行业报告
  • parse_financial_data.py — 解析财报关键指标
  • competitor_analysis.py — 竞品对比报告
  • sentiment_analysis.py — 社交媒体情绪分析
  • monitor_policy_updates.sh — 监控政策更新

合规红线

  • 不抓取未授权的内部资料,遵守 robots.txt
  • 引用报告时注明出处
  • 不传播未经核实的市场谣言
Usage Guidance
This skill appears coherent and its code is small and aligned with research tasks. Before installing: (1) note that some SKILL.md steps ask the agent to use a browser to access gated databases — that may use your browser sessions or prompt you for credentials, so avoid supplying sensitive internal credentials unless you trust the run context; (2) SKILL.md mentions sentiment_analysis.py and monitor_policy_updates.sh but those files are not present in the package—ask the author or remove those references if you expect those capabilities; (3) because the agent will fetch web pages, review network access policies and run the skill in an environment you control if you have concerns about scraping internal or sensitive endpoints; (4) if you want guarantees about data handling, request that the maintainer add explicit logging/privacy behavior and a manifest for all referenced scripts.
Capability Analysis
Type: OpenClaw Skill Name: intelligence-analyst-claw Version: 1.0.0 The skill bundle is a legitimate intelligence analysis tool designed to automate market research and competitor analysis. The Python scripts (e.g., scripts/parse_financial_data.py and scripts/fetch_industry_report.py) are simple utility scripts that use regular expressions and string manipulation to structure data, with no evidence of malicious execution, data exfiltration, or obfuscation. The instructions in SKILL.md are consistent with the stated purpose and include explicit compliance guidelines regarding data privacy and robots.txt.
Capability Assessment
Purpose & Capability
Name/description describe multi-source research and the provided scripts (report search plan, competitor template, financial extraction) match that purpose. The listed data sources and frameworks align with industry research tasks.
Instruction Scope
Runtime instructions limit actions to web_search/web_fetch/browser-based scraping and structured analysis; they explicitly mention obeying robots.txt and not fetching unauthorized internal materials. Note: SKILL.md instructs using an interactive browser for gated databases which may involve user credentials or sessions even though the skill doesn't request credentials explicitly.
Install Mechanism
No install spec (instruction-only plus small python scripts). Nothing is downloaded or written to disk by an installer; included scripts are benign and local.
Credentials
The skill requires no environment variables or credentials, which is proportionate to its stated purpose. Caveat: the instructions expect the agent to use an interactive browser for some sources — that can leverage existing user sessions/credentials implicitly. Also SKILL.md references additional helper scripts (sentiment_analysis.py, monitor_policy_updates.sh) that are mentioned but not present in the file manifest.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. Agent autonomous invocation is allowed by default (not a red flag here).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install intelligence-analyst-claw
  3. After installation, invoke the skill by name or use /intelligence-analyst-claw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug intelligence-analyst-claw
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is intelligence-analyst-claw?

情报内参虾 — 私人情报分析师,从信息洪流中提取有价值的信号,输出结构化脱水研报。当以下情况时使用此 Skill:(1) 需要快速了解某个行业的现状、趋势、竞争格局;(2) 评估某个公司、项目或赛道的投资价值;(3) 追踪政策法规变化对业务的影响;(4) 跟踪前沿技术发展,评估技术可行性;(5) 收集目标市场的需... It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install intelligence-analyst-claw?

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

Is intelligence-analyst-claw free?

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

Which platforms does intelligence-analyst-claw support?

intelligence-analyst-claw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created intelligence-analyst-claw?

It is built and maintained by Ricky (@tujinsama); the current version is v1.0.0.

💬 Comments