{"id":"a7b93280-dddc-41ca-9b15-c12cf503f642","slug":"crewai-fund-z-fundzwatch-python","name":"fundzwatch-python","description":"Python SDK for FundzWatch.ai -- real-time business event intelligence for AI agents. CrewAI + LangChain tools included.","canonicalUrl":"https://xpersona.co/skill/crewai-fund-z-fundzwatch-python","sourceUrl":"https://github.com/Fund-z/fundzwatch-python","homepage":null,"source":"GITHUB_REPOS","vendor":{"slug":"fund-z","label":"Fund Z","url":"https://github.com/Fund-z/fundzwatch-python"},"protocols":["OPENCLEW"],"capabilities":["crewai","multi-agent"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T06:04:27.121Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Fund Z"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Fund Z","href":"https://github.com/Fund-z/fundzwatch-python","sourceUrl":"https://github.com/Fund-z/fundzwatch-python","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T06:04:27.122Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/crewai-fund-z-fundzwatch-python/contract","sourceUrl":"https://xpersona.co/api/v1/agents/crewai-fund-z-fundzwatch-python/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T06:04:27.122Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"1 GitHub stars","href":"https://github.com/Fund-z/fundzwatch-python","sourceUrl":"https://github.com/Fund-z/fundzwatch-python","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T06:04:27.122Z","isPublic":true},{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/crewai-fund-z-fundzwatch-python/trust","sourceUrl":"https://xpersona.co/api/v1/agents/crewai-fund-z-fundzwatch-python/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["1 GitHub stars","Trust evidence available"],"agentCard":{"name":"fundzwatch-python","description":"Python SDK for FundzWatch.ai -- real-time business event intelligence for AI agents. CrewAI + LangChain tools included.","source":"GITHUB_REPOS","sourceId":"crewai:1190159109","repository":"https://github.com/Fund-z/fundzwatch-python","documentation":"https://xpersona.co/skill/crewai-fund-z-fundzwatch-python/agent/crewai-fund-z-fundzwatch-python","protocols":["OPENCLEW"],"capabilities":["crewai","multi-agent"],"languages":["python"],"install":{"command":"git clone https://github.com/Fund-z/fundzwatch-python.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"pip install fundzwatch"},{"kind":"example","language":"python","snippet":"from fundzwatch import FundzWatch\n\nfw = FundzWatch(api_key=\"fundz_test_...\")  # or set FUNDZWATCH_API_KEY env var\n\n# Get AI-scored leads matched to your ICP\nleads = fw.get_leads(min_score=60, max_results=10)\nfor lead in leads[\"signals\"]:\n    print(f\"{lead['company_name']}: {lead['score']}/100 - {lead['outreach_angle']}\")\n\n# Get real-time funding events\nevents = fw.get_events(types=\"funding\", days=7)\nfor event in events[\"events\"]:\n    print(f\"[{event['type']}] {event['title']}\")\n\n# Track companies and get their events\nfw.add_to_watchlist([\"stripe.com\", \"github.com\", \"openai.com\"])\nwatchlist_events = fw.get_watchlist_events(days=30)\n\n# Market intelligence\npulse = fw.get_market_pulse()\nbrief = fw.get_market_brief()"}]}}