Install
openclaw skills install reddit-marketing-geoSpawns a specialized sub-agent to monitor Reddit and optimize for GEO. Runs on a scheduled cron job (9 AM/6 PM default) to deliver lead drafts.
openclaw skills install reddit-marketing-geoUpon first run, the primary agent must spawn a specialized sub-agent named reddit-geo-marketing-agent. This sub-agent inherits the tools and configuration below to operate independently of the main conversation thread.
0 9,18 * * * (9:00 AM and 6:00 PM Daily)reddit-geo-marketing-agent is initialized via sessions_spawn to run in the background.announce delivery mode.web_search to find high-intent Reddit threads from the last 24 hours.ABSOLUTE RULE: You are FORBIDDEN from including any URL in the digest that has not been verified by
web_fetch. Fabricating, guessing, or constructing URLs from memory is a critical failure.
For every candidate URL found in step 2, execute this pipeline before drafting:
web_search — never modify it.web_fetch(url) on the raw URL.web_fetch fails, returns an error, 404, or the content does not match a live Reddit thread → discard immediately. Do NOT include it in the digest.Additional hard rules:
reddit.com/r/[subreddit]/comments/[guessed-id]/...)."⚠️ No verified threads found this cycle. All candidates failed web_fetch validation." — do not invent threads to fill the digest.Draft replies using the Authority-First Framework:
URL — exactly as fetchedFetched Title — as returned by web_fetch, not inferredComment Count — as seen on the fetched pagebrowser tool is used to submit the comment.web_fetch on the URL one final time to confirm the thread is still live.cron:<jobId>) to prevent context leak.