Find People (x402)
by @tzannetosgiannis
Open Source Intelligence (OSINT) tool for researching individuals - professional backgrounds, career timelines, due diligence, competitive intelligence, and investor research. Use when users need to research people, verify credentials, or gather professional information. Costs $0.15 USDC per request via x402 protocol on Base network.
clawhub install find-peopleπ About This Skill
name: find-people description: Open Source Intelligence (OSINT) tool for researching individuals - professional backgrounds, career timelines, due diligence, competitive intelligence, and investor research. Use when users need to research people, verify credentials, or gather professional information. Costs $0.15 USDC per request via x402 protocol on Base network.
Find People (OSINT)
Research individuals using Open Source Intelligence gathering and AI-powered analysis.
Configuration
The private key must be available via one of these methods:
Option 1: Environment variable
export X402_PRIVATE_KEY="0x..."
Option 2: Config file (Recommended)
The script checks for x402-config.json in these locations (in order):
1. Current directory: ./x402-config.json
2. Home directory: ~/.x402-config.json β Recommended
3. Working directory: $PWD/x402-config.json
Create the config file:
{
"private_key": "0x1234567890abcdef..."
}
Example (home directory - works for any user):
echo '{"private_key": "0x..."}' > ~/.x402-config.json
Usage
Run the research script with a person's name or description:
scripts/research.sh ""
The script:
Examples
User: "Find information about the founder of Ethereum"
scripts/research.sh "Vitalik Buterin Ethereum founder"
User: "Research the CEO of OpenAI"
scripts/research.sh "Sam Altman OpenAI CEO"
User: "Tell me about Elon Musk's career timeline"
scripts/research.sh "Elon Musk career history"
Capabilities
Error Handling
Use Cases
β‘ When to Use
π‘ Examples
User: "Find information about the founder of Ethereum"
scripts/research.sh "Vitalik Buterin Ethereum founder"
User: "Research the CEO of OpenAI"
scripts/research.sh "Sam Altman OpenAI CEO"
User: "Tell me about Elon Musk's career timeline"
scripts/research.sh "Elon Musk career history"
βοΈ Configuration
The private key must be available via one of these methods:
Option 1: Environment variable
export X402_PRIVATE_KEY="0x..."
Option 2: Config file (Recommended)
The script checks for x402-config.json in these locations (in order):
1. Current directory: ./x402-config.json
2. Home directory: ~/.x402-config.json β Recommended
3. Working directory: $PWD/x402-config.json
Create the config file:
{
"private_key": "0x1234567890abcdef..."
}
Example (home directory - works for any user):
echo '{"private_key": "0x..."}' > ~/.x402-config.json