threat-intelligence

Other

Get threat intelligence

Install

openclaw skills install jpeng-threat-intelligence

Threat Intelligence

Get threat intelligence

When to Use

  • User needs threat related functionality
  • Automating intel tasks
  • Security operations

Usage

python3 scripts/threat_intelligence.py --input <input> --output <output>

Configuration

Set required environment variables:

export INTEL_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}