comment-responder

comment-responder is a skill for Claude Code from Ootto-AI/claude-content-skills. It costs 94 tokens per session (749 once invoked), scanned A, original, MIT.

An automation that watches post comments, replies publicly, sends the commenter a direct message, and records the person as a lead. It is designed for posts that ask people to comment a keyword to receive a resource.

In plain words
What is it for?
Use it for comment-to-message campaigns, such as sending a guide or other lead magnet to people who comment a chosen word.
Why use it?
It removes the need to handle each keyword comment and message by hand. It also keeps public replies free of links while sending the resource privately.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the claude-content-skills plugin — 52 skills shipped together

Good fit Use it for comment-to-message campaigns, such as sending a guide or other lead magnet to people who comment a chosen word.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ootto-ai/claude-content-skills/comment-responder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Ootto-AI/claude-content-skills --skill comment-responder
Clone the repo
git clone --depth 1 https://github.com/Ootto-AI/claude-content-skills

Made for: Claude Code.

Or install claude-content-skills, the plugin that ships this one along with the rest of its 52 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comment-responder

README.md
[![agentmods](https://agentmods.dev/badge/skills/ootto-ai/claude-content-skills/comment-responder/github.svg)](https://agentmods.dev/skills/ootto-ai/claude-content-skills/comment-responder)
Your own site
<a href="https://agentmods.dev/skills/ootto-ai/claude-content-skills/comment-responder"><img src="https://agentmods.dev/badge/skills/ootto-ai/claude-content-skills/comment-responder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comment-responder

Your own site · 80×15
<a href="https://agentmods.dev/skills/ootto-ai/claude-content-skills/comment-responder"><img src="https://agentmods.dev/badge/skills/ootto-ai/claude-content-skills/comment-responder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 749 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.00749
Opus 5 $0.00047 $0.00375
Sonnet 5 $0.00019 $0.00150
Haiku 4.5 $0.00009 $0.00075

Measured 12d ago against content hash 55cdaa189a22, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

comment-responder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/comment-responder/SKILL.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Comment Responder — every comment becomes a lead

Post a reel with a "comment WORD and I'll send it" CTA, and this runs the back half for you: it detects each new comment, replies publicly (warm, link-free), and slides the resource into the commenter's DMs — so you wake up to a list of leads instead of a pile of "sent you a DM 🙌" you have to do by hand.

When to use

Any reel/post with a keyword CTA ("comment SKILLS / BREAKDOWN / SETUP …"). Set the rule once; it handles every commenter the same way, 24/7.

What you'll need

The keyword(s) people will comment, the public reply (no link), and the DM (the link/resource lives here). Optional: the specific post to scope it to.

Instructions

Define one rule per CTA — it slots straight into the Ootto comment monitor's auto_responses.json:

You are my comment-to-lead responder. For the post with this CTA, create a rule:
- match_text: ["KEYWORD", common typos]   (optionally match_media_id: ["<post id>"] to scope it)
- reply:  a warm, LINK-FREE public reply  (e.g. "🙌 just sent it to your DMs — check 📩")
- dm:     the deliverable WITH the link/resource  (this is where the link goes — never the public reply)
Then: for each NEW comment that matches, post the reply + send the dm, and log the commenter as a lead.
Rules: ONE link, in the DM only. If a comment doesn't match any rule, defer it to me (don't guess).

The honesty + safety rules (built in):

  • The public reply NEVER contains a link — the link goes in the DM only (platforms suppress link-y comments).
  • Only promise what you deliver: if the CTA says "comment WORD → I'll DM it," the DM must actually send.
  • No match → defer to a human, don't auto-reply with a guess.

Runs unattended: point it at a scheduled runner (e.g. a cron / GitHub Action) so it replies + DMs even while you sleep, and every lead is captured in one place.

Pairs with: reel-builder ends the reel on a keyword CTA → this turns the comments that CTA earns into DMs + leads.

Read the full file on GitHub · 58 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 58 lines · 94 tokens per session scan A 55cdaa189a22

Subscribe to this mod's changes

comment-responder is a skill published in the GitHub repository Ootto-AI/claude-content-skills (30 stars, last pushed 20d ago), licensed MIT. It adds 94 tokens to every session and 749 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

scrapecreators-api

Scrape and extract public data from 27+ social media platforms using the ScrapeCreators REST API. Covers TikTok, Instagram, YouTube, LinkedIn, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, Snapchat, Twitch, Kick, Truth Social, TikTok Shop, Google, and link-in-bio services (Linktree, Komi, Pillar, Linkbio…

ScrapeCreators/social-media-research-skills · 161 tokens

outlier-post-finder

Use when the user wants to find posts, videos, reels, shorts, tweets, or social content that overperformed versus a creator, brand, or competitor baseline. Finds outliers, explains why they worked, extracts hooks and formats, and produces a practical swipe file.

ScrapeCreators/social-media-research-skills · 60 tokens

ad-library-teardown

Use when the user wants to analyze active ads from Meta/Facebook, Google, or LinkedIn ad libraries; tear down a competitor's messaging; extract hooks, offers, CTAs, video transcripts, landing page claims, and test ideas from public ads.

ScrapeCreators/social-media-research-skills · 56 tokens

comment-mining

Use when the user wants to mine comments and replies for audience reactions, customer language, questions, objections, complaints, product ideas, buying intent, sentiment, or voice-of-customer insights from public social posts and videos.

ScrapeCreators/social-media-research-skills · 48 tokens

competitor-social-research

Use when the user wants to research competitors' social media strategy, compare brands or creators, find what content is working in a niche, identify content gaps, or produce a practical social strategy brief from public social data.

ScrapeCreators/social-media-research-skills · 49 tokens

transcript-intelligence

Use when the user wants to summarize, analyze, or repurpose transcripts from TikTok, Instagram, YouTube, Facebook, X/Twitter, LinkedIn, Rumble, or Reddit video posts. Extracts hooks, claims, quotes, content atoms, themes, and reusable scripts.

ScrapeCreators/social-media-research-skills · 62 tokens