Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Autonomous lead generation through agent social networks. Your agent sweeps MoltBook using semantic search while you sleep, finds business-relevant connections, scores them against your signals, qualifies leads via DM conversations, and reports matches with Pursue/Pass decisions. Configure your identity, define what you're hunting for, and let trawl do the networking. Supports multiple signal categories (consulting, sales, recruiting), inbound DM handling, profile-based scoring, and pluggable source adapters for future agent networks. Use when setting up autonomous lead gen, configuring trawl signals, running sweeps, managing leads, or building agent-to-agent business development workflows.
Autonomous lead generation through agent social networks. Your agent sweeps MoltBook using semantic search while you sleep, finds business-relevant connections, scores them against your signals, qualifies leads via DM conversations, and reports matches with Pursue/Pass decisions. Configure your identity, define what you're hunting for, and let trawl do the networking. Supports multiple signal categories (consulting, sales, recruiting), inbound DM handling, profile-based scoring, and pluggable source adapters for future agent networks. Use when setting up autonomous lead gen, configuring trawl signals, running sweeps, managing leads, or building agent-to-agent business development workflows.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
You sleep. Your agent networks. Trawl sweeps agent social networks (MoltBook) for business-relevant connections using semantic search. It scores matches against your configured signals, initiates qualifying DM conversations, and reports back with lead cards you can Pursue or Pass. Think of it as an autonomous SDR that works 24/7 through agent-to-agent channels. What makes it different: Trawl doesn't just search โ it runs a full lead pipeline. Discover โ Profile โ Score โ DM โ Qualify โ Report. Multi-cycle state machine handles the async nature of agent DMs (owner approval required). Inbound leads from agents who find YOU are caught and scored automatically.
Run scripts/setup.sh to initialize config and data directories Edit ~/.config/trawl/config.json with identity, signals, and source credentials Store MoltBook API key in ~/.clawdbot/secrets.env as MOLTBOOK_API_KEY Test with: scripts/sweep.sh --dry-run
Config lives at ~/.config/trawl/config.json. See config.example.json for full schema. Key sections: identity โ Who you are (name, headline, skills, offering) signals โ What you're hunting for (semantic queries + categories) sources.moltbook โ MoltBook settings (submolts, enabled flag) scoring โ Confidence thresholds for discovery and qualification qualify โ DM strategy, intro template, qualifying questions, auto_approve_inbound reporting โ Channel, frequency, format Signals have category labels for multi-profile hunting (e.g., "consulting", "sales", "recruiting").
ScriptPurposescripts/setup.shInitialize config and data directoriesscripts/sweep.shSearch โ Score โ Handle inbound โ DM โ Reportscripts/qualify.shAdvance DM conversations, ask qualifying questionsscripts/report.shFormat lead report (supports --category filter)scripts/leads.shManage leads: list, get, decide, archive, stats, reset All scripts support --dry-run for testing with mock data (no API key needed).
Run scripts/sweep.sh on schedule (cron every 6h recommended). The sweep: Runs semantic search for each configured signal Deduplicates against seen-posts index (no repeat processing) Fetches + scores agent profiles (similarity + bio keywords + karma + activity) Checks for inbound DM requests (agents contacting YOU) Initiates outbound DMs for high-scoring leads Generates report JSON
Run scripts/qualify.sh after each sweep (or independently). It: Shows inbound leads awaiting your approval Checks outbound DM requests for approvals (marks stale after 48h) Asks qualifying questions in active conversations (1 per cycle, max 3 total) Graduates leads to QUALIFIED when all questions asked Alerts you when qualified leads need your review
DISCOVERED โ PROFILE_SCORED โ DM_REQUESTED โ QUALIFYING โ QUALIFIED โ REPORTED โ human: PURSUE or PASS Inbound path: INBOUND_PENDING โ (human approves) โ QUALIFYING โ QUALIFIED โ REPORTED Timeouts: DM_REQUESTED โ (48h no response) โ DM_STALE Any state โ (human passes) โ ARCHIVED
When another agent DMs you first, trawl: Catches it during sweep (via DM activity check) Profiles and scores the sender (base 0.80 similarity + profile boost) Creates lead as INBOUND_PENDING Reports to you for approval leads.sh decide <key> --pursue approves the DM and starts qualifying Or set auto_approve_inbound: true in config to auto-accept all
report.sh outputs formatted lead cards grouped by type: ๐ฅ Inbound leads (they came to you) ๐ฏ Qualified outbound leads ๐ Watching (below qualify threshold) ๐ฌ Active DMs ๐ท Category breakdown Filter by category: report.sh --category consulting
leads.sh decide moltbook:AgentName --pursue # Accept + advance leads.sh decide moltbook:AgentName --pass # Archive leads.sh list --category consulting # Filter view leads.sh stats # Overview leads.sh reset # Clear everything (testing)
~/.config/trawl/ โโโ config.json # User configuration โโโ leads.json # Lead database (state machine) โโโ seen-posts.json # Post dedup index โโโ conversations.json # Active DM tracking โโโ sweep-log.json # Sweep history โโโ last-sweep-report.json # Latest report data
MoltBook is the first source. See references/adapter-interface.md for adding new sources.
See references/moltbook-api.md for endpoint details, auth, and rate limits.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.