delimit_social_target
Scans X, Reddit, HN, Dev.to, and GitHub to discover posts where your venture can engage. Automatically drafts replies or creates ledger items for strategic targets.
Instructions
Discover engagement opportunities across platforms (Pro).
When to use: to find posts on X, Reddit, HN, Dev.to, GitHub where a Delimit venture can engage. Run inside a /loop for continuous discovery. When NOT to use: to fetch one X tweet (use delimit_x_fetch) or drafts (delimit_social_generate).
Sibling contrast: delimit_social_target_config configures which platforms to scan; delimit_x_fetch is single-tweet; this is the multi-platform scanner.
Side effects: read-only network scans by default. With draft_replies=True, calls delimit_social_post(draft=True) for "reply" targets. With create_ledger=True, calls delimit_ledger_add for "strategic" targets. Deduplicates across runs.
IMPORTANT - TOOL CHAINING RULE: After scanning, the AI MUST immediately process results:
For "reply" targets: draft a reply via delimit_social_post or delimit_notify
For "strategic" targets: create a ledger item via delimit_ledger_add
For "both": do both Never just return targets and stop. Always chain to the next action.
Scans X, Reddit (RapidAPI), HN, Dev.to, GitHub for posts where ventures can engage. NamePros flagged as manual_check_needed (no API).
Run in a /loop for continuous discovery. Deduplicates across runs. Targets are classified as: reply (social engagement), strategic (ledger item), or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | "scan" to discover targets, "list" to show recent, "stats" to show counts. | scan |
| platforms | No | Comma-separated platforms to scan (x, hn, devto, reddit, github, namepros). | x,hn,devto,reddit,github |
| ventures | No | Comma-separated ventures to scan for. Empty = all. | |
| keywords | No | Extra keywords to search for beyond venture topics. | |
| limit | No | Max targets per platform. | |
| draft_replies | No | If True, auto-draft social posts for "reply" targets. | |
| create_ledger | No | If True, create ledger items for "strategic" targets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||