π¦ ClawHub
Cf Publish
by @aces1up
Corpus-grounded Reddit comment engine. Generate natural replies that pass AI detection, powered by real comment corpus and 7-dimension QA scoring.
π‘ Examples
bash setup.sh
source .venv/bin/activateValue-first (no product)
python3 comment_forge.py --post "Best CRM for small teams?"Product-drop
python3 comment_forge.py --post "What tools do you use for email?" \
--product "Acme Mail" --product-desc "Email automation for small teams"With existing comments for tone matching
python3 comment_forge.py --post "How do you handle cold outreach?" \
--comments "I use Apollo" "LinkedIn works best imo"From JSON file
python3 comment_forge.py --file post.json --jsonSkip QA (faster)
python3 comment_forge.py --post "..." --skip-qa
TERMINAL
clawhub install comment-forge