Agent Skills
› HKUDS/CLI-Anything
› cli-anything-intelwatch
cli-anything-intelwatch
GitHub用于从终端执行竞争情报、并购尽职调查和OSINT的CLI工具。支持通过npx运行,提供公司深度画像、技术栈检测及AI辅助分析,适用于销售情报与数据聚合场景。
Trigger Scenarios
需要获取竞争对手或目标公司的详细背景信息
进行并购前的尽职调查与技术栈评估
在终端中快速查询企业公开情报
Install
npx skills add HKUDS/CLI-Anything --skill cli-anything-intelwatch -g -y
SKILL.md
Frontmatter
{
"name": "cli-anything-intelwatch",
"description": "Zero friction. Full context. Competitive intelligence, M&A due diligence, and OSINT directly from your terminal. Uses Node.js\/npx."
}
cli-anything-intelwatch
Intelwatch bridges the gap between hacker OSINT and B2B Sales/M&A data. It executes complex financial data aggregation, technology stack detection, and AI-powered due diligence in seconds.
Installation
This CLI is installed as part of the cli-anything-intelwatch package:
pip install cli-anything-intelwatch
Prerequisites:
- Node.js >=18 must be installed and accessible via
npx - Run
node -vandnpx -vto ensure your system meets the requirements
Usage
Basic Commands
# Show help
cli-anything-intelwatch --help
# Generate a deep profile for a company
cli-anything-intelwatch profile kpmg.fr
# Generate a profile with AI Due Diligence
cli-anything-intelwatch profile kpmg.fr --ai
For AI Agents
When using this CLI programmatically:
- Provide the domain name (e.g.,
doctolib.fr) - Use the
--aiflag to let Intelwatch perform due diligence automatically - The output is human-readable and provides a deep breakdown of the company
- Ensure
npxis available on the machine
Example Scenarios
- M&A Due Diligence:
cli-anything-intelwatch profile company-name.com --ai - Sales Intelligence:
cli-anything-intelwatch profile target-client.com
Version History
- 6f372d3 Current 2026-08-20 06:41


