Comment Forge

Corpus-grounded Reddit comment engine. Generate natural replies that pass AI detection, powered by real comment corpus and 7-dimension QA scoring.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Comment Forge" with this command: npx skills add comment-forge

Comment Forge

Generate Reddit-native comments that sound like a real person wrote them. Powered by a real Reddit comment corpus and a 7-dimension QA pipeline that catches AI fingerprints.

What It Does

Feed it a post title, body, and existing comments. Get back a natural reply that:

  • Matches the thread tone using corpus-informed few-shot prompting
  • Passes AI detection via 7-dimension QA scoring (naturalness, value, subtlety, tone, detection risk, length, AI fingerprint)
  • Strips AI tells with deterministic anti-AI cleaning (em-dashes, smart quotes, 50+ AI vocabulary swaps)
  • Adds subtle humanness with smart typo injection (40% chance, max 1 per draft, never on product names)

Two Modes

Value-First: Pure tactical advice. No product mention. Great for building karma and credibility.

Product-Drop: Mention a product naturally in the reply. Auto-fit scoring determines if the product fits the thread (1-10 score). If it doesn't fit naturally, falls back to value-first.

Pipeline

  1. Corpus Sampling - Stratified, score-weighted real Reddit comment examples
  2. Fit Scoring - Classify thread intent, recommend mode (optional, for product-drop)
  3. Draft Generation - Corpus-informed few-shot prompting via Gemini or OpenRouter
  4. QA Pipeline - Score, revise, re-score loop (3 attempts for product-drop, 7 for value-first)
  5. Anti-AI Cleaning - Deterministic post-processing strips AI vocabulary, em-dashes, smart quotes
  6. Human Touch - Smart typo injection for believable imperfections

Quick Start

bash setup.sh
source .venv/bin/activate

# Value-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 --json

# Skip QA (faster)
python3 comment_forge.py --post "..." --skip-qa

JSON File Format

{
  "title": "Best CRM for small teams?",
  "body": "Looking for something simple...",
  "comments": [
    "I use HubSpot free tier",
    "Notion works if you're small"
  ],
  "product": "Acme CRM",
  "product_url": "https://acme.com",
  "product_description": "Simple CRM for small teams",
  "category": "saas",
  "mode": "product_drop"
}

API Keys

KeyRequiredPurpose
GEMINI_API_KEYYes (or OpenRouter)Primary LLM for generation + QA
OPENROUTER_API_KEYFallbackAlternative LLM provider
CEREBRAS_API_KEYOptionalFast fit scoring (free tier)

QA Dimensions

DimensionWeightWhat It Checks
naturalness15%Does it sound like a real person?
value_contribution15%Does it help the thread?
subtlety20%Is the product mention (if any) natural?
tone_match10%Does it match thread + corpus tone?
detection_risk10%Would redditors flag it as spam?
length_appropriate10%Right length for this thread type?
ai_fingerprint20%Em-dashes, AI vocab, perfect grammar?

Pass threshold: 7.0/10 composite score.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Scribe Docs — World-Class AI Writing & Copy System

World-class autonomous writing and copywriting skill system. Use ANY time the user asks to write, draft, create copy, edit, rewrite, craft emails, write soci...

Registry Source
2500Profile unavailable
General

Social Copy Generator

Generate platform-optimized social media copy for product launches. One input, 14 platform outputs (Twitter/X, LinkedIn, Hacker News, Reddit, Xiaohongshu, Ji...

Registry Source
5070Profile unavailable
General

Xiaohongshu Viral Content

小红书爆款文案生成器。基于热门模板和数据驱动,生成高转化率的小红书内容。

Registry Source
8421Profile unavailable
Automation

Promarkia – AI Marketing Automation API

Run Promarkia AI squads via the Promarkia API — social media posts, copywriting, SEO, ads, lead generation, image/video creation, campaign planning, and more...

Registry Source
1860Profile unavailable