aces1up/comment-forge/SKILL.md
Corpus-grounded Reddit comment engine. Generate natural replies that pass AI detection, powered by real comment corpus and 7-dimension QA scoring.
npx skillsauth add openclaw/skills Comment ForgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Feed it a post title, body, and existing comments. Get back a natural reply that:
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.
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
{
"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"
}
| Key | Required | Purpose |
|-----|----------|---------|
| GEMINI_API_KEY | Yes (or OpenRouter) | Primary LLM for generation + QA |
| OPENROUTER_API_KEY | Fallback | Alternative LLM provider |
| CEREBRAS_API_KEY | Optional | Fast fit scoring (free tier) |
| Dimension | Weight | What It Checks | |-----------|--------|----------------| | naturalness | 15% | Does it sound like a real person? | | value_contribution | 15% | Does it help the thread? | | subtlety | 20% | Is the product mention (if any) natural? | | tone_match | 10% | Does it match thread + corpus tone? | | detection_risk | 10% | Would redditors flag it as spam? | | length_appropriate | 10% | Right length for this thread type? | | ai_fingerprint | 20% | Em-dashes, AI vocab, perfect grammar? |
Pass threshold: 7.0/10 composite score.
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。