Conversation
A second sales skill, sibling of outbound-master: scans X, Reddit, Hacker News, GitHub, forums, review sites and job ads for people asking for what the operator sells, scores intent 1-10, and drafts a public reply and a DM for a human to post. No send path by design. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01S7B1U3Bd5g4XYk3z5gJwcA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A second sales skill, sibling of
outbound-master/: scans X, Reddit, Hacker News, GitHub, forums, review sites and job ads for people asking for what the operator sells, scores intent 1-10, and drafts a public reply and a DM for a human to post.Design
scripts/preflight.pyfails if a send marker appears anywhere inscripts/.config/brief.md,state/exclusions.csvandstate/prospects.csv(read-only dedupe) from outbound-master viaCONFIG_DIR/STATE_DIR; ownssignals.csv,seen_signals.csv,rejections.md.export_for_outbound.pywrites animport_leads.py-compatible CSV, on request only.Tested
preflight -> search (HN/GitHub/Reddit) -> save_signal (dedupe, exclusions, outbound-pipeline check, recency, draft checks) -> expire -> render -> export, standalone and in shared-state mode against a real outbound install.
Note
Pushed through the web UI, so
install.shandscripts/*.pylost their executable bit. After merge:git update-index --chmod=+x buyer-signal-scanner/install.sh buyer-signal-scanner/scripts/*.py(scripts are invoked aspython scripts/x.pyso onlyinstall.shmatters).🤖 Generated with Claude Code
https://claude.ai/code/session_01S7B1U3Bd5g4XYk3z5gJwcA