π¦ ClawHub
company-research-intelligence-agent
by @haroexplorium
Deep-dive company research in seconds. Get comprehensive profiles with firmographics, technographics, funding history, executive team, competitors, workforce...
βοΈ Configuration
Before starting any workflow:
1. Find the CLI β search all known install locations:
CLI=$(python3 -c "
import pathlib
candidates = [
pathlib.Path.home() / '.agentsource/bin/agentsource.py',
*sorted(pathlib.Path('/').glob('sessions/*/mnt/**/*agentsource*/bin/agentsource.py')),
*sorted(pathlib.Path('/').glob('/.local-plugins//*agentsource*/bin/agentsource.py')),
]
found = next((str(p) for p in candidates if p.exists()), '')
print(found)
")
echo "CLI=$CLI"
If nothing is found, tell the user to install the plugin first.2. Verify API key β check by running a free API call:
RESULT=$(python3 "$CLI" statistics --entity-type businesses --filters '{"country_code":{"values":["us"]}}')
python3 -c "import json; d=json.load(open('$RESULT')); print(d.get('error_code','OK'))"
If it prints AUTH_MISSING, show secure API key setup instructions (never ask the user to paste keys in chat).TERMINAL
clawhub install explorium-company-research