Feature Description
Support OpticParse and PhishVision as native tools in crewai-tools:
- OpticParseTool: Autonomous AI Multimodal Vision web scraper and structured data extraction tool. Bypasses dynamic JavaScript rendering, anti-bot verification, and Cloudflare Turnstile without fragile CSS/XPath selectors.
- PhishVisionTool: Real-time cybersecurity and zero-day threat intelligence scanner. Audits target URLs and domains for credential harvesting, brand impersonation, and smart contract wallet drainers in under 1.6 seconds.
Proposed Implementation
- Implementation lives inside lib/crewai-tools/src/crewai_tools/tools/opticparse_tool/.
- Native unit test suite in lib/crewai-tools/tests/tools/opticparse_tool_test.py.
- No local browser binaries needed (Chromium/Playwright/Selenium); works over lightweight HTTPS/JSON-RPC edge gateway.
- Out-of-the-box developer trial mode supported.
Feature Description
Support OpticParse and PhishVision as native tools in crewai-tools:
Proposed Implementation