aigroup-lead-discovery-openclaw
v0.1.8
Published
Lead-discovery and company-intelligence suite for OpenClaw
Downloads
19
Readme
aigroup-lead-discovery-openclaw
Lead-discovery and company-intelligence suite for banker workflows on OpenClaw.
This plugin is the recommended first install in the AIGroup banker stack. Install it first as the intelligence and data-entry suite, then add aigroup-financial-services-openclaw as the downstream modeling and deliverables suite.
This repository is a standalone OpenClaw-compatible Claude bundle. The Hub release packages:
- five banker SOP skills for lead discovery and customer investigation
- no bundled MCP bridge runtime by default
- a clean skill-only install surface for OpenClaw Hub
It is also designed to be used alongside the AIGroup data-service MCP stack:
aigroup-fmp-mcpaigroup-market-mcpaigroup-finnhub-mcpTianyanchaPrimeMatrixData
Included
Skills
client-initial-screeningcompany-event-scancustomer-investigationkey-account-briefingweekly-lead-watchlist
Recommended companion AIGroup data services
aigroup-fmp-mcpaigroup-market-mcpaigroup-finnhub-mcp
Plugin Layout
.claude-plugin/plugin.json
skills/OpenClaw detects this repository as a Claude bundle and maps:
skills/into normal OpenClaw skills
Install
Recommended suite-first install flow:
openclaw plugins install aigroup-lead-discovery-openclaw
openclaw plugins install aigroup-financial-services-openclawOpenClaw Hub
openclaw plugins install aigroup-lead-discovery-openclawLocal path
openclaw plugins install ./aigroup-lead-discovery-openclawGitHub shorthand
openclaw plugins install jackdark425/aigroup-lead-discovery-openclawPublished package:
Recommended companion package:
aigroup-financial-services-openclaw
Quick install guide:
- docs/start-here.md
- docs/quickstart.md
- docs/banker-stack.md
- docs/example-prompts.md
- docs/troubleshooting.md
- docs/which-suite-to-use.md
Verify After Install
openclaw plugins inspect aigroup-lead-discovery-openclaw
openclaw plugins inspect aigroup-financial-services-openclaw
openclaw skills listRecommended Trust Pinning
If you want to silence the plugins.allow is empty warning and pin trust explicitly, add the two AIGroup suite ids to your OpenClaw config:
{
"plugins": {
"allow": [
"aigroup-lead-discovery-openclaw",
"aigroup-financial-services-openclaw"
]
}
}Then restart the gateway.
Release Prep
Validate the repository bundle shape directly:
python3 scripts/validate_bundle.py .ClawHub releases should be published from the repository root. The Hub release is intentionally skill-only so it avoids shipping optional bridge helpers that can trigger conservative static security scans.
Environment
Recommended data sources for best results:
PrimeMatrixDataTianyanchaaigroup-market-mcpaigroup-fmp-mcpaigroup-finnhub-mcp
What Each Skill Does
client-initial-screening
Quickly decide whether a company is worth contacting at all. Focuses on entity confirmation, operating status, growth clues, risk flags, and a recommended next action.
company-event-scan
Turns web and enterprise-data signals into outreach triggers such as hiring, expansion, partnerships, honors, financing clues, and likely banking entry points.
customer-investigation
Default banker workflow for turning company intelligence into a structured Chinese customer investigation report. Use it when a client manager needs entity confirmation, business summary, risk review, and banking entry points in one internal memo.
key-account-briefing
Produces a concise pre-meeting briefing for a banker before first contact or an on-site visit.
weekly-lead-watchlist
Scans a batch list and ranks accounts into follow now, observe, or pause groups.
Validation
This plugin has been validated on OpenClaw 2026.4.2 for:
- bundle loading
- MCP recognition
- skill discovery
- skill readiness
See docs/validation.md.
Notes
- The plugin is distributed as a compatible bundle, not a native in-process OpenClaw plugin.
- The Hub release intentionally excludes optional local bridge helpers and focuses on portable skills.
- The recommended deployment model is suite-first: use this plugin for intelligence gathering and customer investigation, then use
aigroup-financial-services-openclawfor customer analysis, modeling, and deliverable workflows.
