CLI-Anything >-
install
source · Clone the upstream repo
git clone https://github.com/HKUDS/CLI-Anything
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/HKUDS/CLI-Anything "$T" && mkdir -p ~/.claude/skills && cp -r "$T/intelwatch/agent-harness/cli_anything/intelwatch/skills" ~/.claude/skills/hkuds-cli-anything-1798f2 && rm -rf "$T"
manifest:
intelwatch/agent-harness/cli_anything/intelwatch/skills/SKILL.mdsource content
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
andnode -v
to ensure your system meets the requirementsnpx -v
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
flag to let Intelwatch perform due diligence automatically--ai - The output is human-readable and provides a deep breakdown of the company
- Ensure
is available on the machinenpx
Example Scenarios
- M&A Due Diligence:
cli-anything-intelwatch profile company-name.com --ai - Sales Intelligence:
cli-anything-intelwatch profile target-client.com